[0/5] net/hns3: some bugfixes for hns3

Message ID 20230805083627.8681-1-liudongdong3@huawei.com (mailing list archive)
Headers
Series net/hns3: some bugfixes for hns3 |

Message

Dongdong Liu Aug. 5, 2023, 8:36 a.m. UTC
  This patchset is to fix some bugs for hns3.

Chengwen Feng (2):
  net/hns3: fix TM thread safety risk
  net/hns3: fix un-align format TM info

Dengdui Huang (3):
  net/hns3: fix VF default MAC modified when set failed
  net/hns3: return ENOSPC if not enough MCAST filter resource
  net/hns3: flush multicast MAC address if mc_addr_set is NULL

 drivers/net/hns3/hns3_common.c    |  12 ++-
 drivers/net/hns3/hns3_dump.c      |  26 +++--
 drivers/net/hns3/hns3_ethdev_vf.c |   2 +
 drivers/net/hns3/hns3_tm.c        | 173 ++++++++++++++++++++++++++----
 4 files changed, 179 insertions(+), 34 deletions(-)

--
2.22.0
  

Comments

Ferruh Yigit Sept. 21, 2023, 1:31 p.m. UTC | #1
On 8/5/2023 9:36 AM, Dongdong Liu wrote:
> This patchset is to fix some bugs for hns3.
> 
> Chengwen Feng (2):
>   net/hns3: fix TM thread safety risk
>   net/hns3: fix un-align format TM info
> 
> Dengdui Huang (3):
>   net/hns3: fix VF default MAC modified when set failed
>   net/hns3: return ENOSPC if not enough MCAST filter resource
>   net/hns3: flush multicast MAC address if mc_addr_set is NULL
> 

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