All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/6] bugfixes for hns3 PMD
@ 2022-01-28  2:07 Min Hu (Connor)
  2022-01-28  2:07 ` [PATCH 1/6] net/hns3: fix fail to rollback the max packet size in PF Min Hu (Connor)
                   ` (5 more replies)
  0 siblings, 6 replies; 9+ messages in thread
From: Min Hu (Connor) @ 2022-01-28  2:07 UTC (permalink / raw)
  To: dev; +Cc: ferruh.yigit, thomas

This patch set contains 6 bugfixes for hns3 PMD.

Chengwen Feng (1):
  net/hns3: delete duplicate code

Huisong Li (4):
  net/hns3: fix fail to rollback the max packet size in PF
  net/hns3: fix insecure way to query MAC statistics
  net/hns3: fix double decrement of secondary count
  net/hns3: fix operating queue when TCAM table is invalid

Lijun Ou (1):
  net/hns3: fix RSS key with null

 drivers/net/hns3/hns3_ethdev.c    |  27 ++++---
 drivers/net/hns3/hns3_ethdev.h    |   1 +
 drivers/net/hns3/hns3_ethdev_vf.c |   1 -
 drivers/net/hns3/hns3_flow.c      |  12 +++-
 drivers/net/hns3/hns3_rss.c       |   4 --
 drivers/net/hns3/hns3_stats.c     | 116 +++++++++++++++---------------
 drivers/net/hns3/hns3_stats.h     |  11 ++-
 7 files changed, 86 insertions(+), 86 deletions(-)

-- 
2.33.0


^ permalink raw reply	[flat|nested] 9+ messages in thread
* [PATCH 0/6] bugfixes for hns3 PMD
@ 2022-02-28  3:21 Min Hu (Connor)
  0 siblings, 0 replies; 9+ messages in thread
From: Min Hu (Connor) @ 2022-02-28  3:21 UTC (permalink / raw)
  To: dev; +Cc: ferruh.yigit, thomas

This patchset contains 6 bugfixes for hns3 PMD.

Huisong Li (5):
  net/hns3: fix inconsistent enabled RSS behavior
  net/hns3: remove unnecessary RSS switch
  net/hns3: fix the time waiting for PF reset completion
  net/hns3: fix RSS TC mode entry
  net/hns3: fix VF RSS TC mode entry

Jie Hai (1):
  net/hns3: remove duplicate macro definition

 drivers/net/hns3/hns3_cmd.h       |  1 -
 drivers/net/hns3/hns3_ethdev.c    |  2 -
 drivers/net/hns3/hns3_ethdev.h    |  1 -
 drivers/net/hns3/hns3_ethdev_vf.c |  9 ++--
 drivers/net/hns3/hns3_flow.c      |  6 ++-
 drivers/net/hns3/hns3_rss.c       | 69 +++++++++++++++++++++++--------
 6 files changed, 62 insertions(+), 26 deletions(-)

-- 
2.33.0


^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2022-02-28  3:22 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-01-28  2:07 [PATCH 0/6] bugfixes for hns3 PMD Min Hu (Connor)
2022-01-28  2:07 ` [PATCH 1/6] net/hns3: fix fail to rollback the max packet size in PF Min Hu (Connor)
2022-01-31 13:23   ` Ferruh Yigit
2022-01-28  2:07 ` [PATCH 2/6] net/hns3: fix RSS key with null Min Hu (Connor)
2022-01-28  2:07 ` [PATCH 3/6] net/hns3: fix insecure way to query MAC statistics Min Hu (Connor)
2022-01-28  2:07 ` [PATCH 4/6] net/hns3: fix double decrement of secondary count Min Hu (Connor)
2022-01-28  2:07 ` [PATCH 5/6] net/hns3: fix operating queue when TCAM table is invalid Min Hu (Connor)
2022-01-28  2:07 ` [PATCH 6/6] net/hns3: delete duplicate code Min Hu (Connor)
2022-02-28  3:21 [PATCH 0/6] bugfixes for hns3 PMD Min Hu (Connor)

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.