All of lore.kernel.org
 help / color / mirror / Atom feed
* [dpdk-dev] [PATCH v4 0/3] Fix and add txq xstats
@ 2020-04-10  9:21 Xiaoyun wang
  2020-04-10  9:21 ` [dpdk-dev] [PATCH v4 1/3] net/hinic/base: fix PF firmware hotactive problem Xiaoyun wang
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Xiaoyun wang @ 2020-04-10  9:21 UTC (permalink / raw)
  To: dev
  Cc: ferruh.yigit, bluca, luoxianjun, luoxingyu, zhouguoyang,
	shahar.belkar, yin.yinshi, Xiaoyun wang

This patch fixes PF firmware hotactive problem, optimizes
log style and adds txq xstats members.

--
v3->v4:
  - fix PF firmware hotactive problem
  - optimize log style
  - adds txq xstats members
  
v2->v3:
  - fix FW hotactive problem
  - optimize log style
  
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 (3):
  net/hinic/base: fix PF firmware hotactive problem
  net/hinic/base: optimize log style
  net/hinic: adds txq xstats member

 drivers/net/hinic/base/hinic_pmd_cmdq.c   |  7 ++++--
 drivers/net/hinic/base/hinic_pmd_hwdev.c  |  8 +++----
 drivers/net/hinic/base/hinic_pmd_hwif.c   |  4 ++--
 drivers/net/hinic/base/hinic_pmd_mgmt.c   | 38 +++++++++++++++++--------------
 drivers/net/hinic/base/hinic_pmd_mgmt.h   |  2 ++
 drivers/net/hinic/base/hinic_pmd_niccfg.c |  3 +--
 drivers/net/hinic/base/hinic_pmd_nicio.c  |  2 +-
 drivers/net/hinic/hinic_pmd_ethdev.c      | 17 ++++++--------
 drivers/net/hinic/hinic_pmd_flow.c        |  5 ++--
 drivers/net/hinic/hinic_pmd_tx.c          | 31 +++++++++++++++++++++++++
 drivers/net/hinic/hinic_pmd_tx.h          |  2 ++
 11 files changed, 78 insertions(+), 41 deletions(-)

-- 
1.8.3.1


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

end of thread, other threads:[~2020-04-10 13:42 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-04-10  9:21 [dpdk-dev] [PATCH v4 0/3] Fix and add txq xstats Xiaoyun wang
2020-04-10  9:21 ` [dpdk-dev] [PATCH v4 1/3] net/hinic/base: fix PF firmware hotactive problem Xiaoyun wang
2020-04-10  9:21 ` [dpdk-dev] [PATCH v4 2/3] net/hinic/base: optimize log style Xiaoyun wang
2020-04-10  9:21 ` [dpdk-dev] [PATCH v4 3/3] net/hinic: adds txq xstats member Xiaoyun wang
2020-04-10 13:42 ` [dpdk-dev] [PATCH v4 0/3] Fix and add txq xstats 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.