mbox series

[0/2] Bugfix for hns3 MAC

Message ID 20210922034152.50196-1-humin29@huawei.com (mailing list archive)
Headers
Series Bugfix for hns3 MAC |

Message

humin (Q) Sept. 22, 2021, 3:41 a.m. UTC
  Two bugfixes for hns3 MAC.

Huisong Li (2):
  net/hns3: fix residual old MAC after setting default MAC
  net/hns3: fix input parameters of MAC related functions

 drivers/net/hns3/hns3_cmd.h    |   3 +-
 drivers/net/hns3/hns3_ethdev.c | 126 ++++++++++++++++-----------------
 drivers/net/hns3/hns3_ethdev.h |   1 -
 3 files changed, 62 insertions(+), 68 deletions(-)
  

Comments

Ferruh Yigit Oct. 7, 2021, 11:59 a.m. UTC | #1
On 9/22/2021 4:41 AM, Min Hu (Connor) wrote:
> Two bugfixes for hns3 MAC.
> 
> Huisong Li (2):
>    net/hns3: fix residual old MAC after setting default MAC
>    net/hns3: fix input parameters of MAC related functions
> 

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