Re: [dpdk-dev] [PATCH] net/octeontx: add unicast MAC filter

2020-01-13 Thread Jerin Jacob
On Tue, Jan 14, 2020 at 1:13 PM Harman Kalra wrote: > > On Mon, Jan 13, 2020 at 11:46:44AM +0530, Sunil Kumar Kori wrote: > > 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

Re: [dpdk-dev] [PATCH] net/octeontx: add unicast MAC filter

2020-01-13 Thread Harman Kalra
On Mon, Jan 13, 2020 at 11:46:44AM +0530, Sunil Kumar Kori wrote: > 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 Acked

[dpdk-dev] [PATCH] net/octeontx: add unicast MAC filter

2020-01-12 Thread Sunil Kumar Kori
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 --- doc/guides/nics/features/octeontx.ini| 2 +- drivers/net/octeontx/base/o