net/octeontx: add unicast MAC filter
authorSunil Kumar Kori <skori@marvell.com>
Mon, 13 Jan 2020 06:16:44 +0000 (11:46 +0530)
committerFerruh Yigit <ferruh.yigit@intel.com>
Fri, 17 Jan 2020 18:46:26 +0000 (19:46 +0100)
commite4373bf1b3f51715bf66e87c0134e2c217e4612c
tree798b9de0d56432b02091c9388689058925abcd00
parent4f2c3c7b1da78bbb6270668e7a2b412863439b7f
net/octeontx: add unicast MAC filter

At BGX, DMAC filter table can be enabled to allow defined hosts.
Patch implements 'mac_addr_add' and 'mac_addr_remove' ops to
add/remove MAC filters which uses BGX DMAC filter table.

Signed-off-by: Sunil Kumar Kori <skori@marvell.com>
Acked-by: Harman Kalra <hkalra@marvell.com>
doc/guides/nics/features/octeontx.ini
drivers/net/octeontx/base/octeontx_bgx.c
drivers/net/octeontx/base/octeontx_bgx.h
drivers/net/octeontx/octeontx_ethdev.c