Re: [PATCH v2] doc: announce header split deprecation

2022-07-16 Thread Thomas Monjalon
15/07/2022 22:30, xuan.d...@intel.com: > From: Xuan Ding > > RTE_ETH_RX_OFFLOAD_HEADER_SPLIT offload was introduced some time ago to > substitute bit-field header_split in struct rte_eth_rxmode. It allows > to enable per-port header split offload with the header size controlled > using split_hdr_

[PATCH v2] doc: announce header split deprecation

2022-07-15 Thread xuan . ding
From: Xuan Ding RTE_ETH_RX_OFFLOAD_HEADER_SPLIT offload was introduced some time ago to substitute bit-field header_split in struct rte_eth_rxmode. It allows to enable per-port header split offload with the header size controlled using split_hdr_size in the same structure. Right now, no single P