Re: [dpdk-dev] [PATCH] common/cnxk: support for dual VLAN insert and strip actions

2021-09-16 Thread Jerin Jacob
On Tue, Sep 7, 2021 at 7:28 AM Jerin Jacob wrote: > > On Mon, Jul 19, 2021 at 11:12 AM wrote: > > > > From: Satheesh Paul > > > > Add roc API to configure dual VLAN tag addition and removal. > > > > Signed-off-by: Satheesh Paul Acked-by: Jerin Jacob > > Added following in release notes > +

Re: [dpdk-dev] [PATCH] common/cnxk: support for dual VLAN insert and strip actions

2021-09-06 Thread Jerin Jacob
On Mon, Jul 19, 2021 at 11:12 AM wrote: > > From: Satheesh Paul > > Add roc API to configure dual VLAN tag addition and removal. > > Signed-off-by: Satheesh Paul Added following in release notes +* **Updated Marvell cnxk ethdev driver.** + + * Added rte_flow support for dual VLAN insert and st

[dpdk-dev] [PATCH] common/cnxk: support for dual VLAN insert and strip actions

2021-07-18 Thread psatheesh
From: Satheesh Paul Add roc API to configure dual VLAN tag addition and removal. Signed-off-by: Satheesh Paul --- drivers/common/cnxk/roc_npc.c | 339 ++--- drivers/common/cnxk/roc_npc.h | 1 + drivers/common/cnxk/roc_npc_priv.h | 11 +- 3 files changed, 26