Dear maintainers, This patch series involves changes of examples/PMDs/docs to remove "HEADER_SPLIT". Looking forward to your feedbacks regarding the modification.
Thanks, Xuan > -----Original Message----- > From: Andrew Rybchenko <[email protected]> > Sent: Tuesday, September 13, 2022 3:38 PM > To: Ding, Xuan <[email protected]>; [email protected]; > [email protected]; [email protected]; [email protected]; > Dumitrescu, Cristian <[email protected]>; Singh, Aman Deep > <[email protected]>; Zhang, Yuying <[email protected]>; > [email protected]; [email protected]; [email protected]; Zhang, Qi Z > <[email protected]>; Wang, Xiao W <[email protected]>; Yang, > Qiming <[email protected]>; Wu, Wenjun1 <[email protected]>; > [email protected]; [email protected]; [email protected]; > [email protected]; [email protected]; [email protected]; Xing, Beilei > <[email protected]>; [email protected]; [email protected]; > [email protected]; Chautru, Nicolas <[email protected]>; > [email protected]; [email protected]; Nicolau, Radu > <[email protected]>; Zhang, Roy Fan <[email protected]>; > [email protected]; Richardson, Bruce > <[email protected]>; Burakov, Anatoly > <[email protected]>; Wu, Jingjing <[email protected]>; Guo, > Junfeng <[email protected]>; Singh, Jasvinder > <[email protected]>; [email protected]; Xia, Chenbo > <[email protected]> > Cc: [email protected] > Subject: Re: [PATCH v2] ethdev: remove header split Rx offload > > On 8/12/22 06:13, [email protected] wrote: > > From: Xuan Ding <[email protected]> > > > > 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 drivers check if the 'split_hdr_size' value is 0 are also removed. > > > > User can still use `RTE_ETH_RX_OFFLOAD_BUFFER_SPLIT` for per-queue > > packet split offload, which is configured by 'rte_eth_rxseg_split'. > > > > Signed-off-by: Xuan Ding <[email protected]> > > --- > > v2: > > * fix CI build error > > --- > > Acked-by: Andrew Rybchenko <[email protected]>

