All of lore.kernel.org
 help / color / mirror / Atom feed
* [dpdk-dev] [PATCH 0/5] fixes for hns3 PMD
@ 2021-04-20  8:59 Min Hu (Connor)
  2021-04-20  8:59 ` [dpdk-dev] [PATCH 1/5] net/hns3: delete unused macro Min Hu (Connor)
                   ` (5 more replies)
  0 siblings, 6 replies; 8+ messages in thread
From: Min Hu (Connor) @ 2021-04-20  8:59 UTC (permalink / raw)
  To: dev; +Cc: ferruh.yigit

This patch contains three coding fixes and two doc fixes.

Min Hu (Connor) (5):
  net/hns3: delete unused macro
  net/hns3: fix enum variable used as boolean
  net/hns3: fix unchecked function call
  doc: update hns3 feature list
  doc: fix Rx burst function doc

 doc/guides/nics/features/hns3.ini | 1 +
 doc/guides/nics/hns3.rst          | 2 +-
 drivers/net/hns3/hns3_ethdev.c    | 6 +++---
 drivers/net/hns3/hns3_rxtx.h      | 1 -
 drivers/net/hns3/hns3_tm.c        | 2 +-
 5 files changed, 6 insertions(+), 6 deletions(-)

-- 
2.7.4


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

end of thread, other threads:[~2021-04-20 10:57 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-04-20  8:59 [dpdk-dev] [PATCH 0/5] fixes for hns3 PMD Min Hu (Connor)
2021-04-20  8:59 ` [dpdk-dev] [PATCH 1/5] net/hns3: delete unused macro Min Hu (Connor)
2021-04-20  8:59 ` [dpdk-dev] [PATCH 2/5] net/hns3: fix enum variable used as boolean Min Hu (Connor)
2021-04-20  8:59 ` [dpdk-dev] [PATCH 3/5] net/hns3: fix unchecked function call Min Hu (Connor)
2021-04-20  8:59 ` [dpdk-dev] [PATCH 4/5] doc: update hns3 feature list Min Hu (Connor)
2021-04-20 10:34   ` Ferruh Yigit
2021-04-20  8:59 ` [dpdk-dev] [PATCH 5/5] doc: fix Rx burst function doc Min Hu (Connor)
2021-04-20 10:56 ` [dpdk-dev] [PATCH 0/5] fixes for hns3 PMD Ferruh Yigit

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.