Commit a6139931 authored by Tomasz Zawadzki's avatar Tomasz Zawadzki
Browse files

test/env_dpdk: point to correct path for headers



The implementation for particular DPDK version,
should only refer to specific release rather than
maintanance releases.

Before this patch the suggested path would end in
"23.07.0" rather than "23.07".

Change-Id: Ic8c339ef77ece4f54ebf548363a293b9b0fd8476
Signed-off-by: default avatarTomasz Zawadzki <tomasz.zawadzki@intel.com>
Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/19331


Reviewed-by: default avatarKonrad Sztyber <konrad.sztyber@intel.com>
Tested-by: default avatarSPDK CI Jenkins <sys_sgci@intel.com>
Reviewed-by: default avatarAleksey Marchuk <alexeymar@nvidia.com>
parent 5370a2c1
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -67,7 +67,7 @@ if [[ "$mode" == "check" ]]; then

		Differences in DPDK and internal SPDK headers found.
		For changes that do not affect the API, please use 'fix' as \$1 to this script.
		If API was changed, please create "$env_path/$dpdk_ver/" with appropriate headers.
		If API was changed, please create "$env_path/${dpdk_ver%.*}/" with appropriate headers.

	CHECK
elif [[ "$mode" == "fix" ]]; then