All of lore.kernel.org
 help / color / mirror / Atom feed
* [dpdk-dev] [PATCH v2 0/7] Fix LRO issue and support Flow Control
@ 2020-03-17 15:01 Xiaoyun wang
  2020-03-17 15:01 ` [dpdk-dev] [PATCH v2 1/7] net/hinic: fix LRO problems Xiaoyun wang
                   ` (7 more replies)
  0 siblings, 8 replies; 9+ messages in thread
From: Xiaoyun wang @ 2020-03-17 15:01 UTC (permalink / raw)
  To: dev
  Cc: ferruh.yigit, bluca, luoxianjun, luoxingyu, zhouguoyang,
	xuanziyang2, shahar.belkar, yin.yinshi, Xiaoyun wang

This patch fixes LRO and hotupdate firmware problems,
optimize doorbell area initialization without const macro
definition, Optimize log files, support pause flow control
and inner vxlan or non vxlan dport filter type.

--
v1->v2:
  - Fix LRO problems
  - Fix hotupdate firmware problem
  - Optimize doorbell area initialization 
  - Remove 40GE Mezz card id
  - Add Fdir filter type
  - Optimize log files
  - Support pause flow control

v1:
  - Allocate IO memory with socketid

Xiaoyun wang (7):
  net/hinic: fix LRO problems
  net/hinic/base: fix hotupdate firmware problem
  net/hinic/base: optimize doorbell area initialization
  net/hinic: remove 40GE Mezz card id
  net/hinic: Add Fdir filter type
  net/hinic/base: Optimize log files
  net/hinic/base: Support Pause flow control

 drivers/net/hinic/base/hinic_pmd_cmd.h    |   6 +
 drivers/net/hinic/base/hinic_pmd_cmdq.c   |   4 +
 drivers/net/hinic/base/hinic_pmd_cmdq.h   |   1 +
 drivers/net/hinic/base/hinic_pmd_hwif.c   |  23 +-
 drivers/net/hinic/base/hinic_pmd_hwif.h   |   1 +
 drivers/net/hinic/base/hinic_pmd_mbox.c   |   3 +-
 drivers/net/hinic/base/hinic_pmd_mgmt.c   |   9 +-
 drivers/net/hinic/base/hinic_pmd_niccfg.c | 233 +++++++-
 drivers/net/hinic/base/hinic_pmd_niccfg.h |  83 +++
 drivers/net/hinic/base/hinic_pmd_nicio.c  |  26 +-
 drivers/net/hinic/hinic_pmd_ethdev.c      | 145 +++--
 drivers/net/hinic/hinic_pmd_ethdev.h      | 113 +++-
 drivers/net/hinic/hinic_pmd_flow.c        | 961 ++++++++++++++++++++++++++----
 drivers/net/hinic/hinic_pmd_rx.c          |  42 +-
 drivers/net/hinic/hinic_pmd_tx.c          |   1 +
 15 files changed, 1433 insertions(+), 218 deletions(-)

-- 
1.8.3.1


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

end of thread, other threads:[~2020-03-20 10:05 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-03-17 15:01 [dpdk-dev] [PATCH v2 0/7] Fix LRO issue and support Flow Control Xiaoyun wang
2020-03-17 15:01 ` [dpdk-dev] [PATCH v2 1/7] net/hinic: fix LRO problems Xiaoyun wang
2020-03-17 15:01 ` [dpdk-dev] [PATCH v2 2/7] net/hinic/base: fix hotupdate firmware problem Xiaoyun wang
2020-03-17 15:01 ` [dpdk-dev] [PATCH v2 3/7] net/hinic/base: optimize doorbell area initialization Xiaoyun wang
2020-03-17 15:01 ` [dpdk-dev] [PATCH v2 4/7] net/hinic: remove 40GE Mezz card id Xiaoyun wang
2020-03-17 15:01 ` [dpdk-dev] [PATCH v2 5/7] net/hinic: Add Fdir filter type Xiaoyun wang
2020-03-17 15:01 ` [dpdk-dev] [PATCH v2 6/7] net/hinic/base: Optimize log files Xiaoyun wang
2020-03-17 15:01 ` [dpdk-dev] [PATCH v2 7/7] net/hinic/base: Support Pause flow control Xiaoyun wang
2020-03-20 10:05 ` [dpdk-dev] [PATCH v2 0/7] Fix LRO issue and support Flow Control 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.