[PATCH v2] ethdev: remove header split Rx offload
Andrew Rybchenko
andrew.rybchenko at oktetlabs.ru
Tue Oct 4 11:21:21 CEST 2022
On 9/13/22 10:38, Andrew Rybchenko wrote:
> 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>
>
Rebased and applied to dpdk-next-net/main, thanks.
More information about the dev
mailing list