Re: [PATCH v2] ethdev: remove header split Rx offload

2022-10-04 Thread Andrew Rybchenko
On 9/13/22 10:38, Andrew Rybchenko wrote: On 8/12/22 06:13, xuan.d...@intel.com wrote: From: Xuan Ding As announced in the deprecation note, this patch removes the Rx offload flag 'RTE_ETH_RX_OFFLOAD_HEADER_SPLIT' and 'split_hdr_size' field from the structure 'rte_eth_rxmode'. Meanwhile, the p

RE: [PATCH v2] ethdev: remove header split Rx offload

2022-09-15 Thread Ding, Xuan
ndex.ru; Nicolau, Radu > ; Zhang, Roy Fan ; > pbhagavat...@marvell.com; Richardson, Bruce > ; Burakov, Anatoly > ; Wu, Jingjing ; Guo, > Junfeng ; Singh, Jasvinder > ; maxime.coque...@redhat.com; Xia, Chenbo > > Cc: dev@dpdk.org > Subject: Re: [PATCH v2] ethdev: remove

Re: [PATCH v2] ethdev: remove header split Rx offload

2022-09-13 Thread Andrew Rybchenko
On 8/12/22 06:13, xuan.d...@intel.com wrote: From: Xuan Ding As announced in the deprecation note, this patch removes the Rx offload flag 'RTE_ETH_RX_OFFLOAD_HEADER_SPLIT' and 'split_hdr_size' field from the structure 'rte_eth_rxmode'. Meanwhile, the place where the examples and apps initialize

[PATCH v2] ethdev: remove header split Rx offload

2022-08-11 Thread xuan . ding
From: Xuan Ding As announced in the deprecation note, this patch removes the Rx offload flag 'RTE_ETH_RX_OFFLOAD_HEADER_SPLIT' and 'split_hdr_size' field from the structure 'rte_eth_rxmode'. Meanwhile, the place where the examples and apps initialize the 'split_hdr_size' field, and where the driv