DPDK patches and discussions
 help / color / mirror / Atom feed
* [dpdk-dev] [PATCH 0/8] misc fixes for hns3
@ 2020-11-02 14:38 Lijun Ou
  2020-11-02 14:38 ` [dpdk-dev] [PATCH 1/8] net/hns3: add limit promisc mode to VF Lijun Ou
                   ` (8 more replies)
  0 siblings, 9 replies; 14+ messages in thread
From: Lijun Ou @ 2020-11-02 14:38 UTC (permalink / raw)
  To: ferruh.yigit; +Cc: dev, linuxarm

This patch series includes three Tx checksum
bugs and two static check warnings fixes.
The remaining includes two features fixes. 

Chengchang Tang (4):
  net/hns3: add limit promisc mode to VF
  net/hns3: fix Tx cksum outer header prepare
  net/hns3: fix Tx checksum with fix header length
  net/hns3: add VXLAN-GPE packets TSO and checksum support

Hongbo Zheng (2):
  net/hns3: fix visit unsupported QL register error
  net/hns3: fix some static check errors by coverity

Huisong Li (1):
  net/hns3: fix configurations of port-level scheduling rate

Lijun Ou (1):
  net/hns3: adjust some header files location

 drivers/net/hns3/hns3_cmd.c           |  15 --
 drivers/net/hns3/hns3_cmd.h           |   2 +
 drivers/net/hns3/hns3_dcb.c           |  19 +-
 drivers/net/hns3/hns3_dcb.h           |   5 +
 drivers/net/hns3/hns3_ethdev.c        |  71 +++----
 drivers/net/hns3/hns3_ethdev.h        |  50 +++--
 drivers/net/hns3/hns3_ethdev_vf.c     |  51 ++---
 drivers/net/hns3/hns3_fdir.c          |  17 +-
 drivers/net/hns3/hns3_flow.c          |   6 +-
 drivers/net/hns3/hns3_intr.c          |   4 -
 drivers/net/hns3/hns3_intr.h          |   4 +
 drivers/net/hns3/hns3_mbx.c           |  30 +--
 drivers/net/hns3/hns3_mp.c            |   4 +-
 drivers/net/hns3/hns3_regs.c          |  16 --
 drivers/net/hns3/hns3_rss.c           |   3 -
 drivers/net/hns3/hns3_rxtx.c          | 386 ++++++++++++++++------------------
 drivers/net/hns3/hns3_rxtx.h          |  11 +-
 drivers/net/hns3/hns3_rxtx_vec_neon.h |  11 +-
 drivers/net/hns3/hns3_stats.c         |  16 +-
 19 files changed, 315 insertions(+), 406 deletions(-)

-- 
2.7.4


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

end of thread, other threads:[~2020-11-04  8:35 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-11-02 14:38 [dpdk-dev] [PATCH 0/8] misc fixes for hns3 Lijun Ou
2020-11-02 14:38 ` [dpdk-dev] [PATCH 1/8] net/hns3: add limit promisc mode to VF Lijun Ou
2020-11-02 14:38 ` [dpdk-dev] [PATCH 2/8] net/hns3: fix Tx cksum outer header prepare Lijun Ou
2020-11-02 14:38 ` [dpdk-dev] [PATCH 3/8] net/hns3: fix Tx checksum with fix header length Lijun Ou
2020-11-02 14:38 ` [dpdk-dev] [PATCH 4/8] net/hns3: add VXLAN-GPE packets TSO and checksum support Lijun Ou
2020-11-02 14:38 ` [dpdk-dev] [PATCH 5/8] net/hns3: fix configurations of port-level scheduling rate Lijun Ou
2020-11-02 14:38 ` [dpdk-dev] [PATCH 6/8] net/hns3: fix visit unsupported QL register error Lijun Ou
2020-11-02 14:38 ` [dpdk-dev] [PATCH 7/8] net/hns3: fix some static check errors by coverity Lijun Ou
2020-11-03 11:41   ` Ferruh Yigit
2020-11-03 12:11     ` oulijun
2020-11-03 12:18       ` Ferruh Yigit
2020-11-02 14:38 ` [dpdk-dev] [PATCH 8/8] net/hns3: adjust some header files location Lijun Ou
2020-11-03 12:15 ` [dpdk-dev] [PATCH 0/8] misc fixes for hns3 Ferruh Yigit
2020-11-04  8:34   ` oulijun

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).