DPDK patches and discussions
 help / color / mirror / Atom feed
* [PATCH 0/6] Coverity related fixes
@ 2024-03-01 17:57 Stephen Hemminger
  2024-03-01 17:57 ` [PATCH 1/6] test/bpf: make sure mbuf is initialized Stephen Hemminger
                   ` (6 more replies)
  0 siblings, 7 replies; 13+ messages in thread
From: Stephen Hemminger @ 2024-03-01 17:57 UTC (permalink / raw)
  To: dev; +Cc: Stephen Hemminger

Some small stuff that can be picked up after 24.03

Stephen Hemminger (6):
  test/bpf: make sure mbuf is initialized
  net/tap: log if netlink ext ack not possible
  examples/l2fwd-keepalive: use rte_drand_max
  net/qede: replace use of rand()
  pipeline: replace use of rand()
  baseband/fpga_5gnr: don't use rand()

 app/test/test_bpf.c                                | 1 +
 drivers/baseband/fpga_5gnr_fec/rte_fpga_5gnr_fec.c | 3 ++-
 drivers/net/qede/qede_ethdev.c                     | 4 ++--
 drivers/net/tap/tap_netlink.c                      | 3 ++-
 examples/l2fwd-keepalive/main.c                    | 3 ++-
 lib/pipeline/rte_swx_ipsec.c                       | 3 ++-
 6 files changed, 11 insertions(+), 6 deletions(-)

-- 
2.43.0


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

end of thread, other threads:[~2024-03-06 20:09 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-03-01 17:57 [PATCH 0/6] Coverity related fixes Stephen Hemminger
2024-03-01 17:57 ` [PATCH 1/6] test/bpf: make sure mbuf is initialized Stephen Hemminger
2024-03-01 18:09   ` Tyler Retzlaff
2024-03-01 17:57 ` [PATCH 2/6] net/tap: log if netlink ext ack not possible Stephen Hemminger
2024-03-01 17:57 ` [PATCH 3/6] examples/l2fwd-keepalive: use rte_drand_max Stephen Hemminger
2024-03-01 17:57 ` [PATCH 4/6] net/qede: replace use of rand() Stephen Hemminger
2024-03-01 18:10   ` Tyler Retzlaff
2024-03-01 17:57 ` [PATCH 5/6] pipeline: " Stephen Hemminger
2024-03-01 18:11   ` Tyler Retzlaff
2024-03-01 17:57 ` [PATCH 6/6] baseband/fpga_5gnr: don't use rand() Stephen Hemminger
2024-03-01 18:11   ` Tyler Retzlaff
2024-03-02  1:07   ` Chautru, Nicolas
2024-03-06 20:08 ` [PATCH 0/6] Coverity related fixes David Marchand

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