mbox series

[v2,0/5] misc updates and fixes for hns3 PMD driver

Message ID 20200309093243.63204-1-huwei013@chinasoftinc.com (mailing list archive)
Headers
Series misc updates and fixes for hns3 PMD driver |

Message

Wei Hu (Xavier) March 9, 2020, 9:32 a.m. UTC
  This series are updates and fixes for hns3 PMD driver.

Chengchang Tang (3):
  net/hns3: remove unnecessary restriction on setting VF's MTU
  net/hns3: support promiscuous and allmulticast mode for VF
  net/hns3: fix promiscuous mode for PF

Hongbo Zheng (1):
  net/hns3: support TCP segment offload

Wei Hu (Xavier) (1):
  net/hns3: fix wrong Tx interrupt when enabling Rx interrupt

 doc/guides/nics/features/hns3.ini    |   1 +
 doc/guides/nics/features/hns3_vf.ini |   3 +
 doc/guides/nics/hns3.rst             |   1 +
 drivers/net/hns3/hns3_cmd.h          |  31 ++-
 drivers/net/hns3/hns3_ethdev.c       | 162 +++++++++++---
 drivers/net/hns3/hns3_ethdev.h       |   7 +-
 drivers/net/hns3/hns3_ethdev_vf.c    | 315 +++++++++++++++++++++++----
 drivers/net/hns3/hns3_mbx.c          |  23 ++
 drivers/net/hns3/hns3_mbx.h          |   2 +
 drivers/net/hns3/hns3_regs.h         |  13 +-
 drivers/net/hns3/hns3_rxtx.c         | 306 +++++++++++++++++++++++---
 drivers/net/hns3/hns3_rxtx.h         |   5 +-
 12 files changed, 754 insertions(+), 115 deletions(-)
  

Comments

Ferruh Yigit March 10, 2020, 4:47 p.m. UTC | #1
On 3/9/2020 9:32 AM, Wei Hu (Xavier) wrote:
> This series are updates and fixes for hns3 PMD driver.
> 
> Chengchang Tang (3):
>   net/hns3: remove unnecessary restriction on setting VF's MTU
>   net/hns3: support promiscuous and allmulticast mode for VF
>   net/hns3: fix promiscuous mode for PF
> 
> Hongbo Zheng (1):
>   net/hns3: support TCP segment offload
> 
> Wei Hu (Xavier) (1):
>   net/hns3: fix wrong Tx interrupt when enabling Rx interrupt
> 

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