patches for DPDK stable branches
 help / color / mirror / Atom feed
* [dpdk-stable] [PATCH v1 0/5] some bugs fix
@ 2020-09-14 14:31 Xiaoyun wang
  2020-09-14 14:31 ` [dpdk-stable] [PATCH v1 1/5] net/hinic: fix return value of null not checked Xiaoyun wang
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: Xiaoyun wang @ 2020-09-14 14:31 UTC (permalink / raw)
  To: dev
  Cc: ferruh.yigit, stable, luoxingyu, yin.yinshi, luoxianjun,
	zhouguoyang, david.yangxiaoliang, zhaohui8, guojian365,
	Xiaoyun wang

These patches fix return value of null not checked, 
fix TCAM filter set failed process, reset 
rx_mbuf_alloc_failed to 0 when get stats to avoid adding
everytime when this ops is called, get default cos from 
chip, and Sync the repair of patch("fix compile error 
for old glibc caused by CLOCK_MONOTONIC_RAW").

--

v1:
  - fix return value of null not checked
  - fix TCAM filter set failed
  - fix Rx nombuf stats
  - get default cos from chip
  - fix clock definition with glibc version

Xiaoyun wang (5):
  net/hinic: fix return value of null not checked
  net/hinic: fix TCAM filter set failed
  net/hinic: fix Rx nombuf stats
  net/hinic/base: get default cos from chip
  net/hinic/base: fix clock definition with glibc version

 drivers/net/hinic/base/hinic_compat.h  |  8 ++++++-
 drivers/net/hinic/base/hinic_pmd_cfg.c |  7 ++++--
 drivers/net/hinic/base/hinic_pmd_cfg.h |  1 +
 drivers/net/hinic/hinic_pmd_ethdev.c   | 41 +++++++++++++++++++++++++++++-----
 drivers/net/hinic/hinic_pmd_flow.c     | 27 +++++++++++++++++-----
 5 files changed, 69 insertions(+), 15 deletions(-)

-- 
1.8.3.1


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

end of thread, other threads:[~2020-09-22  9:26 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-09-14 14:31 [dpdk-stable] [PATCH v1 0/5] some bugs fix Xiaoyun wang
2020-09-14 14:31 ` [dpdk-stable] [PATCH v1 1/5] net/hinic: fix return value of null not checked Xiaoyun wang
2020-09-14 14:31 ` [dpdk-stable] [PATCH v1 2/5] net/hinic: fix TCAM filter set failed Xiaoyun wang
2020-09-14 14:31 ` [dpdk-stable] [PATCH v1 3/5] net/hinic: fix Rx nombuf stats Xiaoyun wang
2020-09-14 14:31 ` [dpdk-stable] [PATCH v1 4/5] net/hinic/base: get default cos from chip Xiaoyun wang
2020-09-14 14:31 ` [dpdk-stable] [PATCH v1 5/5] net/hinic/base: fix clock definition with glibc version Xiaoyun wang
2020-09-22  9:26 ` [dpdk-stable] [PATCH v1 0/5] some bugs fix Ferruh Yigit

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).