[PATCH v2] ethdev: remove header split Rx offload
Ding, Xuan
xuan.ding at intel.com
Thu Sep 15 10:12:26 CEST 2022
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.rybchenko at oktetlabs.ru>
> Sent: Tuesday, September 13, 2022 3:38 PM
> To: Ding, Xuan <xuan.ding at intel.com>; thomas at monjalon.net;
> ferruh.yigit at xilinx.com; viacheslavo at nvidia.com; jerinj at marvell.com;
> Dumitrescu, Cristian <cristian.dumitrescu at intel.com>; Singh, Aman Deep
> <aman.deep.singh at intel.com>; Zhang, Yuying <yuying.zhang at intel.com>;
> chas3 at att.com; humin29 at huawei.com; gakhil at marvell.com; Zhang, Qi Z
> <qi.z.zhang at intel.com>; Wang, Xiao W <xiao.w.wang at intel.com>; Yang,
> Qiming <qiming.yang at intel.com>; Wu, Wenjun1 <wenjun1.wu at intel.com>;
> mdr at ashroe.eu; ndabilpuram at marvell.com; kirankumark at marvell.com;
> skori at marvell.com; skoteshwar at marvell.com; grive at u256.net; Xing, Beilei
> <beilei.xing at intel.com>; zr at semihalf.com; lironh at marvell.com;
> mczekaj at marvell.com; Chautru, Nicolas <nicolas.chautru at intel.com>;
> orika at nvidia.com; konstantin.v.ananyev at yandex.ru; Nicolau, Radu
> <radu.nicolau at intel.com>; Zhang, Roy Fan <roy.fan.zhang at intel.com>;
> pbhagavatula at marvell.com; Richardson, Bruce
> <bruce.richardson at intel.com>; Burakov, Anatoly
> <anatoly.burakov at intel.com>; Wu, Jingjing <jingjing.wu at intel.com>; Guo,
> Junfeng <junfeng.guo at intel.com>; Singh, Jasvinder
> <jasvinder.singh at intel.com>; maxime.coquelin at redhat.com; Xia, Chenbo
> <chenbo.xia at intel.com>
> Cc: dev at dpdk.org
> Subject: Re: [PATCH v2] ethdev: remove header split Rx offload
>
> On 8/12/22 06:13, xuan.ding at intel.com wrote:
> > From: Xuan Ding <xuan.ding at 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.ding at intel.com>
> > ---
> > v2:
> > * fix CI build error
> > ---
>
> Acked-by: Andrew Rybchenko <andrew.rybchenko at oktetlabs.ru>
More information about the dev
mailing list