Re: [dpdk-dev] [PATCH v4] net/iavf: support gtpu outer and inner co-exist

2020-09-22 Thread Zhang, Qi Z
> -Original Message- > From: Guo, Jia > Sent: Friday, September 18, 2020 1:47 PM > To: Wu, Jingjing ; Zhang, Qi Z ; > Xing, Beilei > Cc: dev@dpdk.org; Guo, Jia > Subject: [PATCH v4] net/iavf: support gtpu outer and inner co-exist > > Although currently only the gtpu inner hash be ena

[dpdk-dev] [PATCH v4] net/iavf: support gtpu outer and inner co-exist

2020-09-17 Thread Jeff Guo
Although currently only the gtpu inner hash be enabled while not the gtpu outer hash, but the outer protocol still needed to co-exist with inner protocol when configure the gtpu inner hash rule, that would allow the gtpu innner hash support for the different outer protocols. Signed-off-by: Jeff Gu