Re: [PATCH v2 07/24] common/cnxk: interface to update VLAN TPID

2024-01-04 Thread Jerin Jacob
On Wed, Dec 20, 2023 at 12:53 AM Harman Kalra wrote: > > Introducing eswitch variant of set vlan tpid api which can be > using for PF and VF > > Signed-off-by: Harman Kalra > + > +int > +roc_eswitch_nix_vlan_tpid_set(struct roc_nix *roc_nix, uint32_t type, > uint16_t tpid, bool is_vf) > +{ > +

[PATCH v2 07/24] common/cnxk: interface to update VLAN TPID

2023-12-19 Thread Harman Kalra
Introducing eswitch variant of set vlan tpid api which can be using for PF and VF Signed-off-by: Harman Kalra --- drivers/common/cnxk/roc_eswitch.c | 15 +++ drivers/common/cnxk/roc_eswitch.h | 4 drivers/common/cnxk/roc_nix_priv.h | 4 ++-- drivers/common/cnxk/roc_nix_vlan.