RE: [PATCH] net/iavf: fix gtpu extension flow error

2022-07-05 Thread Zhang, Qi Z
> -Original Message- > From: wenxuanx...@intel.com > Sent: Tuesday, July 5, 2022 6:10 PM > To: Wu, Jingjing ; Xing, Beilei > ; > dev@dpdk.org > Cc: Yang, Qiming ; Zhou, YidingX > ; Wu, WenxuanX ; Su, > Simei ; sta...@dpdk.com > Subject: [PATCH] net/iavf:

[PATCH] net/iavf: fix gtpu extension flow error

2022-07-05 Thread wenxuanx . wu
From: Wenxuan Wu Due to the change of struct rte_gtp_psc_generic_hdr, firmware can not handle gtp_psc properly, we induce a new structure to fix this gap between firmware and struct rte_gtp_psc_generic_hdr. Fixes: d5eb3e600d9e ("net/iavf: support flow director basic rule") Cc: simei...@intel.com