Re: [net PATCH] octeontx2-af: Fix enable/disable of default NPC entries

2020-09-28 Thread Jakub Kicinski
On Sat, 26 Sep 2020 12:27:00 +0530 Geetha sowjanya wrote: > From: Subbaraya Sundeep > > Packet replication feature present in Octeontx2 > is a hardware linked list of PF and its VF > interfaces so that broadcast packets are sent > to all interfaces present in the list. It is > driver job to add a

[net PATCH] octeontx2-af: Fix enable/disable of default NPC entries

2020-09-26 Thread Geetha sowjanya
From: Subbaraya Sundeep Packet replication feature present in Octeontx2 is a hardware linked list of PF and its VF interfaces so that broadcast packets are sent to all interfaces present in the list. It is driver job to add and delete a PF/VF interface to/from the list when the interface is broug