Re: [dpdk-dev] [PATCH 1/3] mbuf: remove deprecated offload flags

2021-10-04 Thread Olivier Matz
Hi David, Thank you for the review, my comments below. On Mon, Oct 04, 2021 at 10:29:36AM +0200, David Marchand wrote: > On Wed, Sep 29, 2021 at 11:50 PM Olivier Matz wrote: > > > > The flags PKT_TX_VLAN_PKT, PKT_TX_QINQ_PKT, PKT_RX_EIP_CKSUM_BAD are > > marked as deprecated since commit 380a7aa

Re: [dpdk-dev] [PATCH 1/3] mbuf: remove deprecated offload flags

2021-10-04 Thread David Marchand
On Wed, Sep 29, 2021 at 11:50 PM Olivier Matz wrote: > > The flags PKT_TX_VLAN_PKT, PKT_TX_QINQ_PKT, PKT_RX_EIP_CKSUM_BAD are > marked as deprecated since commit 380a7aab1ae2 ("mbuf: rename deprecated > VLAN flags") (2017). Remove their definitions from rte_mbuf_core.h, > and replace their usages.

[dpdk-dev] [PATCH 1/3] mbuf: remove deprecated offload flags

2021-09-29 Thread Olivier Matz
The flags PKT_TX_VLAN_PKT, PKT_TX_QINQ_PKT, PKT_RX_EIP_CKSUM_BAD are marked as deprecated since commit 380a7aab1ae2 ("mbuf: rename deprecated VLAN flags") (2017). Remove their definitions from rte_mbuf_core.h, and replace their usages. Signed-off-by: Olivier Matz --- app/test-pmd/flowgen.c