Loading
test/patch: fix rte_thash_x86_gfni patch
Patch rte_thash_x86_gfni introduced in change 4dcb9448 turned out to be not unified as required so patching causes errors in upstream vs-dpdk CI jobs. The current master dpdk version is 23.03.0-rc1 and it contains changes from the patch so we have to check for all versions less than (not less-equal) 23.03.0. Signed-off-by:Kamil Godzwon <kamilx.godzwon@intel.com> Change-Id: Ie4d3a829bcd91ca07659388094bda2d61f7c1584 Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/16914 Tested-by:
SPDK CI Jenkins <sys_sgci@intel.com> Reviewed-by:
Tomasz Zawadzki <tomasz.zawadzki@intel.com> Reviewed-by:
Konrad Sztyber <konrad.sztyber@intel.com>