patches for DPDK stable branches
 help / color / mirror / Atom feed
[PATCH] net/iavf: remove reset of Tx prepare function ptr
 2025-01-20 15:43 UTC  (3+ messages)

[PATCH 0/2] Fix use after free, and refactor af_xdp_tx_zc()
 2025-01-20 15:28 UTC  (12+ messages)
` [PATCH 1/2] net/af_xdp: fix use after free in af_xdp_tx_zc()
` [PATCH 2/2] net/af_xdp: Refactor af_xdp_tx_zc()
` [PATCH v2 0/2] Fix use after free, and refactor af_xdp_tx_zc()
  ` [PATCH v2 1/2] net/af_xdp: fix use after free in af_xdp_tx_zc()
  ` [PATCH v2 2/2] net/af_xdp: Refactor af_xdp_tx_zc()

[PATCH v1] common/idpf: fix heap use after free error
 2025-01-20 14:32 UTC  (3+ messages)

[PATCH] net/ixgbe: fix missing E610 support in flow engine
 2025-01-20 13:33 UTC  (2+ messages)

[PATCH 0/2] buildtools, devtools, dts: clear out Python syntax warnings
 2025-01-20 12:57 UTC  (6+ messages)
` [PATCH 1/2] buildtools,devtools: "
  ` [PATCH 1/2] buildtools, devtools: "
` [PATCH 2/2] dts: "

[PATCH 0/2] mempool: add rte_errno, and turn functions into single-exit ones
 2025-01-20 12:21 UTC  (8+ messages)
` [PATCH 1/2] mempool: add rte_errno in rte_mempool_set_ops_byname
` [PATCH 2/2] mempool: turn functions into single-exit ones
` [PATCH v2 0/2] add rte_errno to rte_mempool_create_empty, and refactor
  ` [PATCH v2 1/2] mempool: fix rte_errno in rte_mempool_create_empty
  ` [PATCH v2 2/2] mempool: make rte_mempool_create_empty a single-exit

[PATCH] net/mlx5: fix RSS hash for non-RSS CQE zipping
 2025-01-19 13:09 UTC  (6+ messages)
` [PATCH v2] "
  ` [PATCH v3] "

[PATCH] net/mlx5: do not poll CQEs when no available elts
 2025-01-19 11:42 UTC  (2+ messages)

[PATCH] drivers/net: fix indication of allocation
 2025-01-17 20:51 UTC 

[PATCH] net/ice: fix memory leak in scalar Rx
 2025-01-17 17:52 UTC 

[PATCH] test: improve resiliency of malloc autotest
 2025-01-17 16:57 UTC  (6+ messages)
` [PATCH v2] "
` [PATCH v3] "

[PATCH] vhost: fix misleading log when setting max queue num
 2025-01-17  9:28 UTC  (5+ messages)

[PATCH 1/1] vhost: fix missing gso_size validity check
 2025-01-17  9:27 UTC  (3+ messages)

[PATCH v3 1/3] vhost: fix missing packets count reset when not ready
 2025-01-16 12:14 UTC  (3+ messages)

[PATCH] test/crypto: fix the bug of AES-ECB test
 2025-01-16  8:35 UTC 

[PATCH v2 1/4] vhost: fix missing packets count reset when not ready
 2025-01-15 16:41 UTC  (2+ messages)

[PATCH 0/2] clear out Coverity issues 384444 & 451221
 2025-01-15 12:11 UTC  (11+ messages)
` [PATCH 1/2] examples/flow_filtering: remove unused variable
` [PATCH 2/2] drivers/net/sfc: remove unused value
` [PATCH v2 0/3] clear out Coverity issues 384444 & 451221
  ` [PATCH v2 1/3] examples/flow_filtering: remove unused variable
  ` [PATCH v2 2/3] drivers/net/sfc: remove unused value
  ` [PATCH v2 3/3] Update .mailmap

[PATCH 1/3] vhost: fix missing packets count reset when not ready
 2025-01-15 10:29 UTC 

[PATCH] net/i40e/base: fix the debug print format
 2025-01-15  7:44 UTC  (4+ messages)
` [PATCH v2] "

[PATCH] net/ena: fix missing default llq policy
 2025-01-14 23:36 UTC  (2+ messages)

[PATCH] eal: fix undeclared function error on old CPUs
 2025-01-14 16:32 UTC  (2+ messages)

[PATCH 01/10] net/ixgbe/base: fix TSAM checking return value
 2025-01-14 10:10 UTC  (3+ messages)
` [PATCH 03/10] net/ixgbe/base: disable 2.5/5G speeds from auto-negotiation for E610
` [PATCH 08/10] net/ixgbe/base: update VF HV subsystem device ID constant

[PATCH v13 08/21] gro: fix overwrite unprocessed packets
 2025-01-14  2:31 UTC  (4+ messages)
  ` [PATCH v14 08/81] "
  ` [PATCH v15 08/60] "
  ` [PATCH v16 "

[PATCH 0/1] eal/linux: Remove unused values
 2025-01-13 17:19 UTC  (2+ messages)
  ` [PATCH 1/1] "

[PATCH] crypto/cnxk: fix gcc 15 warning
 2025-01-10 17:06 UTC 

[PATCH v4] net/gve: allocate RX QPL pages using malloc
 2025-01-09 22:14 UTC  (3+ messages)

[PATCH v2] net/memif: Fix memif-rx buffer linking
 2025-01-08 15:36 UTC  (2+ messages)

[PATCH] crypto/virtio: fix dataqueues iteration
 2025-01-08 12:31 UTC  (3+ messages)

[PATCH] cryptodev: fix C++ include
 2025-01-08 10:35 UTC  (8+ messages)
  ` [EXTERNAL] "
` [PATCH v2] "
    ` [EXTERNAL] "

[PATCH] crypto/openssl: fix CMAC auth context update
 2025-01-08 10:31 UTC  (3+ messages)

[PATCH v2] crypto/virtio: remove redundant crypto queue free
 2025-01-08 10:04 UTC 

[PATCH] net/memif: Fix memif-rx buffer linking
 2025-01-07 16:48 UTC  (2+ messages)

Subject: [PATCH] net/memif: Fix memif-tx buffer flags handling
 2025-01-06 19:46 UTC 

[PATCH] Fix unused memseg length for memory issue
 2025-01-02  8:58 UTC  (4+ messages)
` [PATCH v2] eal: fix unused memseg length

[PATCH v2] eal: fix unused memseg length
 2025-01-02  7:26 UTC 

[PATCH v3] net/bonding: fix dedicated queue setup failed
 2024-12-26  1:26 UTC 

[RFC 1/3] vhost: add cleanup callback to FD entries
 2024-12-24 15:49 UTC  (2+ messages)
` [RFC 2/3] vhost: fix vhost-user socket cleanup order

[v1 09/16] crypto/virtio: fix dataqueues iteration
 2024-12-24  7:37 UTC 

[PATCH v3 00/10] devtools, lib, test, net, common: remove unused rte_bitmap_free()
 2024-12-23 10:31 UTC  (13+ messages)
` [PATCH v3 01/10] devtools/cocci, lib/eal: "
` [PATCH v3 02/10] app/test: remove unsued rte_bitmap_free()
` [PATCH v3 03/10] net/sfc: remove unused rte_bitmap_free()
` [PATCH v3 04/10] crypto/ionic: "
` [PATCH v3 05/10] net/cxgbe: "
` [PATCH v3 06/10] net/mlx4: "
` [PATCH v3 07/10] common/mlx5: "
` [PATCH v3 08/10] net/bonding: "
` [PATCH v3 09/10] net/netvsc: "
` [PATCH v3 10/10] common/cnxk: "

[PATCH] bus/fslmc: fix use after rte_free
 2024-12-23 10:23 UTC  (5+ messages)
  ` [PATCH v2 1/5] "
  ` [PATCH v2 2/5] net/bnxt: fix use after free
  ` [PATCH v2 4/5] net/qede: "

[PATCH 4/7] common/mlx5: fix Netlink socket leak
 2024-12-23 10:10 UTC 

[PATCH] service: fix getting service lcore attributes
 2024-12-23  9:50 UTC  (3+ messages)

[PATCH 1/1] vhost: fix missing descriptor chains length checks
 2024-12-23  3:29 UTC 

21.11.9 patches review and test
 2024-12-23  2:48 UTC  (8+ messages)

[PATCH 1/1] vhost: fix a double fetch when dequeue offloading
 2024-12-23  2:45 UTC  (10+ messages)
` [PATCH v2 "

[PATCH v4 00/11] devtools, lib, test, net, common: remove unused rte_bitmap_free() and plt_bitmap_free()
 2024-12-22 12:49 UTC  (12+ messages)
` [PATCH v4 01/11] devtools/cocci, lib/eal: remove unused rte_bitmap_free()
` [PATCH v4 02/11] app/test: "
` [PATCH v4 03/11] net/sfc: "
` [PATCH v4 04/11] crypto/ionic: "
` [PATCH v4 05/11] net/cxgbe: "
` [PATCH v4 06/11] net/mlx4: "
` [PATCH v4 07/11] common/mlx5: "
` [PATCH v4 08/11] net/bonding: "
` [PATCH v4 09/11] net/netvsc: "
` [PATCH v4 10/11] common/cnxk: remove unused plt_bitmap_free()
` [PATCH v4 11/11] {common,net}/cnxk: "

[PATCH 0/1] common/sfc_efx/base: remove unreachable code
 2024-12-21 18:20 UTC  (4+ messages)
` [PATCH 1/1] "

[PATCH] pdump: clear statistics when enabled
 2024-12-19 23:58 UTC 

[PATCH] net/mlx5: fix fragmented ptype match
 2024-12-19 16:05 UTC  (2+ messages)
` [PATCH v2] net/mlx5/hws: "

[PATCH 0/1] net/{octeon_ep,enetfec}: remove unused value
 2024-12-18 20:00 UTC  (2+ messages)
` [PATCH 1/1] "

[PATCH 1/3] random: defer seeding to EAL init
 2024-12-18 17:03 UTC  (14+ messages)
` [PATCH 2/3] power: defer lcore variable allocation
  ` [PATCH v2 2/5] random: defer seeding to EAL init
  ` [PATCH v2 3/5] power: defer lcore variable allocation
  ` [PATCH v2 5/5] eal/x86: defer power intrinsics "

[PATCH] net/nfp: fix VF link speed problem
 2024-12-18  6:52 UTC 

[PATCH 24.11] net/virtio: fix Rx checksum calculation
 2024-12-17 15:36 UTC 

[PATCH 23.11] net/virtio: fix Rx checksum calculation
 2024-12-17 15:36 UTC 

[PATCH 22.11] net/virtio: fix Rx checksum calculation
 2024-12-17 15:35 UTC 

[PATCH 21.11] net/virtio: fix Rx checksum calculation
 2024-12-17 15:35 UTC 

23.11.3 patches review and test
 2024-12-17  8:02 UTC  (3+ messages)

[PATCH] test/bonding: fix active backup rx test
 2024-12-16  1:53 UTC  (6+ messages)
` [PATCH v2] "

[PATCH v2 1/1] buildtools: clear out regex syntax warnings
 2024-12-13 16:41 UTC  (2+ messages)

page: 

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