[0/3] Fix some reconfigure problem

Message ID 20231028062315.1843075-1-chaoyong.he@corigine.com (mailing list archive)
Headers
Series Fix some reconfigure problem |

Message

Chaoyong He Oct. 28, 2023, 6:23 a.m. UTC
  This patch series fix some problems about reconfiguration logic.

Chaoyong He (3):
  net/nfp: fix the reconfigure logic in PF initialization
  net/nfp: fix the reconfigure logic in VF initialization
  net/nfp: fix the reconfigure logic of set mac address

 drivers/net/nfp/nfp_ethdev.c     |  4 ++--
 drivers/net/nfp/nfp_ethdev_vf.c  |  4 ++--
 drivers/net/nfp/nfp_net_common.c | 10 ++++++----
 3 files changed, 10 insertions(+), 8 deletions(-)
  

Comments

Ferruh Yigit Oct. 31, 2023, 12:55 p.m. UTC | #1
On 10/28/2023 7:23 AM, Chaoyong He wrote:
> This patch series fix some problems about reconfiguration logic.
> 
> Chaoyong He (3):
>   net/nfp: fix the reconfigure logic in PF initialization
>   net/nfp: fix the reconfigure logic in VF initialization
>   net/nfp: fix the reconfigure logic of set mac address
> 
>  

Series applied to dpdk-next-net/main, thanks.