net/octeontx2: implement VLAN utility functions
authorVivek Sharma <viveksharma@marvell.com>
Sun, 30 Jun 2019 01:25:08 +0000 (06:55 +0530)
committerFerruh Yigit <ferruh.yigit@intel.com>
Thu, 4 Jul 2019 23:52:02 +0000 (01:52 +0200)
commit02ed031b28d0cc2de67ddd023eecdff30e112180
treebe3801e64cf25a954476e669b4413ef96aba003a
parent25d6419cecf5515180c394b06d371960c6d5ecf1
net/octeontx2: implement VLAN utility functions

Implement accessory functions needed for VLAN functionality.
Introduce VLAN related structures as well.

Signed-off-by: Vivek Sharma <viveksharma@marvell.com>
Acked-by: Jerin Jacob <jerinj@marvell.com>
drivers/net/octeontx2/Makefile
drivers/net/octeontx2/meson.build
drivers/net/octeontx2/otx2_ethdev.c
drivers/net/octeontx2/otx2_ethdev.h
drivers/net/octeontx2/otx2_vlan.c [new file with mode: 0644]