Re: [dpdk-dev] [PATCH] net/nfp: configure L2 broadcast and multicast
On 9/13/2017 12:27 PM, Alejandro Lucero wrote: > This is required in some NFP firmwares when working with VFs. > > Signed-off-by: Alejandro Lucero Applied to dpdk-next-net/master, thanks.
[dpdk-dev] [PATCH] net/nfp: configure L2 broadcast and multicast
This is required in some NFP firmwares when working with VFs. Signed-off-by: Alejandro Lucero --- drivers/net/nfp/nfp_net.c | 22 +- 1 file changed, 17 insertions(+), 5 deletions(-) diff --git a/drivers/net/nfp/nfp_net.c b/drivers/net/nfp/nfp_net.c index 09854a2..b014209 100