DPDK patches and discussions
 help / color / mirror / Atom feed
* [dpdk-dev] [PATCH 00/10] fixes for clean code
@ 2021-04-19 13:34 Min Hu (Connor)
  2021-04-19 13:34 ` [dpdk-dev] [PATCH 01/10] net/pfe: check return value Min Hu (Connor)
                   ` (9 more replies)
  0 siblings, 10 replies; 24+ messages in thread
From: Min Hu (Connor) @ 2021-04-19 13:34 UTC (permalink / raw)
  To: dev
  Cc: ferruh.yigit, cristian.dumitrescu, jerinj, jianjay.zhou, jia.guo,
	g.singh, andrew.rybchenko, hemant.agrawal, orika

This patchset fix some bugs, to make the code more clean.

Chengchang Tang (1):
  net/bonding: fix configuration assignment overflow

HongBo Zheng (5):
  app/test: add NULL pointer check of memory allocation
  lib/librte_pipeline: fix the use of unsafe strcpy
  examples/l3fwd: add function return value check
  crypto/virtio: fix return values check error
  net/e1000: add function return value check

Min Hu (Connor) (4):
  net/pfe: check return value
  common/sfc_efx/base: delete redundant handling
  bus/dpaa: fix management command init calling
  app/regex: fix division by zero

 app/test-regex/main.c                     | 8 +++++---
 app/test/test_crc.c                       | 2 ++
 drivers/bus/dpaa/base/qbman/bman.c        | 6 ++----
 drivers/common/sfc_efx/base/rhead_nic.c   | 3 +--
 drivers/crypto/virtio/virtio_rxtx.c       | 4 ++--
 drivers/net/bonding/rte_eth_bond_8023ad.c | 2 +-
 drivers/net/e1000/base/e1000_ich8lan.c    | 2 ++
 drivers/net/pfe/pfe_ethdev.c              | 6 ++++++
 examples/l3fwd/l3fwd_event.c              | 6 +++++-
 lib/librte_pipeline/rte_swx_pipeline.c    | 4 ++--
 10 files changed, 28 insertions(+), 15 deletions(-)

-- 
2.7.4


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

end of thread, other threads:[~2023-07-03 10:57 UTC | newest]

Thread overview: 24+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-04-19 13:34 [dpdk-dev] [PATCH 00/10] fixes for clean code Min Hu (Connor)
2021-04-19 13:34 ` [dpdk-dev] [PATCH 01/10] net/pfe: check return value Min Hu (Connor)
2023-06-30 17:59   ` Stephen Hemminger
2021-04-19 13:34 ` [dpdk-dev] [PATCH 02/10] common/sfc_efx/base: delete redundant handling Min Hu (Connor)
2021-04-20  9:33   ` Andrew Rybchenko
2021-04-20  9:42     ` Min Hu (Connor)
2021-04-19 13:34 ` [dpdk-dev] [PATCH 03/10] bus/dpaa: fix management command init calling Min Hu (Connor)
2021-04-20  9:35   ` Andrew Rybchenko
2021-04-20  9:54     ` Min Hu (Connor)
2021-04-19 13:34 ` [dpdk-dev] [PATCH 04/10] app/regex: fix division by zero Min Hu (Connor)
2021-04-19 17:48   ` Ori Kam
2021-04-19 13:34 ` [dpdk-dev] [PATCH 05/10] app/test: add null pointer check of memory allocation Min Hu (Connor)
2022-06-26 17:48   ` Thomas Monjalon
2021-04-19 13:34 ` [dpdk-dev] [PATCH 06/10] lib/librte_pipeline: fix the use of unsafe strcpy Min Hu (Connor)
2021-04-20  9:36   ` Andrew Rybchenko
2023-06-30 18:08   ` Stephen Hemminger
2023-07-03 10:57     ` Dumitrescu, Cristian
2021-04-19 13:34 ` [dpdk-dev] [PATCH 07/10] examples/l3fwd: add function return value check Min Hu (Connor)
2023-06-30 18:15   ` Stephen Hemminger
2021-04-19 13:34 ` [dpdk-dev] [PATCH 08/10] crypto/virtio: fix return values check error Min Hu (Connor)
2023-06-30 18:14   ` Stephen Hemminger
2021-04-19 13:34 ` [dpdk-dev] [PATCH 09/10] net/e1000: add function return value check Min Hu (Connor)
2021-04-19 13:34 ` [dpdk-dev] [PATCH 10/10] net/bonding: fix configuration assignment overflow Min Hu (Connor)
2023-06-30 18:02   ` Stephen Hemminger

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