Re: [PATCH] net/nfp: fix callback function pointer of disabling promisc

2023-06-08 Thread Ferruh Yigit
On 6/8/2023 4:07 AM, Chaoyong He wrote: > From: Qin Ke > > The callback function of promiscuous_disable in nfp_flower_pf_repr_dev_ops > and nfp_flower_repr_dev_ops should be nfp_net_promisc_disable, not > nfp_net_promisc_enable, fix it. > > Fixes: 39d82d2 ("net/nfp: fix promiscuous mode for repr

[PATCH] net/nfp: fix callback function pointer of disabling promisc

2023-06-07 Thread Chaoyong He
From: Qin Ke The callback function of promiscuous_disable in nfp_flower_pf_repr_dev_ops and nfp_flower_repr_dev_ops should be nfp_net_promisc_disable, not nfp_net_promisc_enable, fix it. Fixes: 39d82d2 ("net/nfp: fix promiscuous mode for representor port") Cc: Chaoyong He Cc: sta...@dpdk.org S