Re: [PATCH] net/nfp: add support of dynamic config of allmulticast mode

2023-11-02 Thread Ferruh Yigit
On 11/2/2023 5:37 AM, Chaoyong He wrote: > From: Qin Ke > > Add support of dynamic config of allmulticast mode for NFP > by adding enable and disable callback function. > > Signed-off-by: Qin Ke > Reviewed-by: Chaoyong He > Applied to dpdk-next-net/main, thanks.

[PATCH] net/nfp: add support of dynamic config of allmulticast mode

2023-11-01 Thread Chaoyong He
From: Qin Ke Add support of dynamic config of allmulticast mode for NFP by adding enable and disable callback function. Signed-off-by: Qin Ke Reviewed-by: Chaoyong He --- doc/guides/nics/features/nfp.ini | 1 + drivers/common/nfp/nfp_common_ctrl.h | 1 + drivers/net/nfp/nfp_ethdev.c