mbox series

[0/5] fixes for hns3 PMD

Message ID 1618909192-17431-1-git-send-email-humin29@huawei.com (mailing list archive)
Headers
Series fixes for hns3 PMD |

Message

humin (Q) April 20, 2021, 8:59 a.m. UTC
  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(-)
  

Comments

Ferruh Yigit April 20, 2021, 10:56 a.m. UTC | #1
On 4/20/2021 9:59 AM, Min Hu (Connor) wrote:
> 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

Except from 4/5,
Series applied to dpdk-next-net/main, thanks.

4/5 can be sent separately with commit log update.