Re: [dpdk-dev] [PATCH v6 14/17] net/i40e/base: separate kernel allocated Rx bi rings

2021-10-08 Thread Zhang, Qi Z
> -Original Message- > From: Zhang, RobinX > Sent: Saturday, October 9, 2021 9:40 AM > To: dev@dpdk.org > Cc: Xing, Beilei ; Zhang, Qi Z ; > Zhang, Helin ; Wu, Jingjing ; > remy.hor...@intel.com; jijiang@intel.com; jing.d.c...@intel.com; Liang, > Cunming ; Lu, Wenzhuo ; > Guo, Junfen

[dpdk-dev] [PATCH v6 14/17] net/i40e/base: separate kernel allocated Rx bi rings

2021-10-08 Thread Robin Zhang
Continuing the path to support MEM_TYPE_XSK_BUFF_POOL, the AF_XDP zero-copy/sk_buff rx_bi rings are now separate. Functions to properly allocate the different rings are added as well. The purpose of this commit is sync with latest share code. Signed-off-by: Björn Töpel Signed-off-by: Robin Zhang