mbox series

[0/3] some features about hns3 PMD

Message ID 1618458722-31558-1-git-send-email-humin29@huawei.com (mailing list archive)
Headers
Series some features about hns3 PMD |

Message

humin (Q) April 15, 2021, 3:51 a.m. UTC
  This patch set includes 3 features:
check max SIMD bitwidth.
support Rx checksum simple process.
support runtime config of mask device capability.

Chengwen Feng (3):
  net/hns3: support runtime config of mask device capability
  net/hns3: support Rx checksum simple process
  net/hns3: check max SIMD bitwidth

 doc/guides/nics/hns3.rst              |   9 +++
 drivers/net/hns3/hns3_cmd.c           |  67 ++++++++++++++++++++++
 drivers/net/hns3/hns3_ethdev.c        |  24 +++++++-
 drivers/net/hns3/hns3_ethdev.h        |   4 ++
 drivers/net/hns3/hns3_ethdev_vf.c     |   3 +-
 drivers/net/hns3/hns3_rxtx.c          |  19 +++----
 drivers/net/hns3/hns3_rxtx.h          | 103 ++++++++++++++--------------------
 drivers/net/hns3/hns3_rxtx_vec_neon.h |   7 +--
 drivers/net/hns3/hns3_rxtx_vec_sve.c  |   6 +-
 9 files changed, 155 insertions(+), 87 deletions(-)
  

Comments

Ferruh Yigit April 19, 2021, 5:16 p.m. UTC | #1
On 4/15/2021 4:51 AM, Min Hu (Connor) wrote:
> This patch set includes 3 features:
> check max SIMD bitwidth.
> support Rx checksum simple process.
> support runtime config of mask device capability.
> 
> Chengwen Feng (3):
>    net/hns3: support runtime config of mask device capability
>    net/hns3: support Rx checksum simple process
>    net/hns3: check max SIMD bitwidth
> 

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