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 <andrew.rybche...@oktetlabs.ru>
> Sent: Tuesday, September 13, 2022 3:38 PM
> To: Ding, Xuan <xuan.d...@intel.com>; tho...@monjalon.net;
> ferruh.yi...@xilinx.com; viachesl...@nvidia.com; jer...@marvell.com;
> Dumitrescu, Cristian <cristian.dumitre...@intel.com>; Singh, Aman Deep
> <aman.deep.si...@intel.com>; Zhang, Yuying <yuying.zh...@intel.com>;
> ch...@att.com; humi...@huawei.com; gak...@marvell.com; Zhang, Qi Z
> <qi.z.zh...@intel.com>; Wang, Xiao W <xiao.w.w...@intel.com>; Yang,
> Qiming <qiming.y...@intel.com>; Wu, Wenjun1 <wenjun1...@intel.com>;
> m...@ashroe.eu; ndabilpu...@marvell.com; kirankum...@marvell.com;
> sk...@marvell.com; skotesh...@marvell.com; gr...@u256.net; Xing, Beilei
> <beilei.x...@intel.com>; z...@semihalf.com; lir...@marvell.com;
> mcze...@marvell.com; Chautru, Nicolas <nicolas.chau...@intel.com>;
> or...@nvidia.com; konstantin.v.anan...@yandex.ru; Nicolau, Radu
> <radu.nico...@intel.com>; Zhang, Roy Fan <roy.fan.zh...@intel.com>;
> pbhagavat...@marvell.com; Richardson, Bruce
> <bruce.richard...@intel.com>; Burakov, Anatoly
> <anatoly.bura...@intel.com>; Wu, Jingjing <jingjing...@intel.com>; Guo,
> Junfeng <junfeng....@intel.com>; Singh, Jasvinder
> <jasvinder.si...@intel.com>; maxime.coque...@redhat.com; Xia, Chenbo
> <chenbo....@intel.com>
> Cc: dev@dpdk.org
> Subject: Re: [PATCH v2] ethdev: remove header split Rx offload
> 
> On 8/12/22 06:13, xuan.d...@intel.com wrote:
> > From: Xuan Ding <xuan.d...@intel.com>
> >
> > 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 <xuan.d...@intel.com>
> > ---
> > v2:
> > * fix CI build error
> > ---
> 
> Acked-by: Andrew Rybchenko <andrew.rybche...@oktetlabs.ru>

Reply via email to