DPDK patches and discussions
 help / color / mirror / Atom feed
[PATCH v7 00/15] XSC PMD for Yunsilicon NICs
 2025-02-05 16:54 UTC  (12+ messages)
` [PATCH v7 04/15] net/xsc: add xsc dev ops to support VFIO driver

[PATCH v1 01/31] net/ntnic: fix index verification
 2025-02-05 16:51 UTC  (37+ messages)
` [PATCH v2 00/34] net/ntnic: bugfixes and refactoring
  ` [PATCH v2 01/34] net/ntnic: fix index verification
  ` [PATCH v2 02/34] net/ntnic: add thread check return code
  ` [PATCH v2 03/34] net/ntnic: add return code handling
  ` [PATCH v2 04/34] net/ntnic: add array index verification
  ` [PATCH v2 05/34] net/ntnic: fix realloc memory leak
  ` [PATCH v2 06/34] net/ntnic: fix array index verification
  ` [PATCH v2 07/34] net/ntnic: add var definition transparently
  ` [PATCH v2 08/34] net/ntnic: add proper var freed
  ` [PATCH v2 09/34] net/ntnic: remove unused code
  ` [PATCH v2 10/34] net/ntnic: fix potentially overflow
  ` [PATCH v2 11/34] net/ntnic: add null checking
  ` [PATCH v2 12/34] net/ntnic: fix overflow issue
  ` [PATCH v2 13/34] net/ntnic: fix untrusted loop bound
  ` [PATCH v2 14/34] net/ntnic: add null checking
  ` [PATCH v2 15/34] net/ntnic: move "
  ` [PATCH v2 16/34] net/ntnic: fix var size
  ` [PATCH v2 17/34] net/ntnic: fix var overflow
  ` [PATCH v2 18/34] net/ntnic: remove unused code
  ` [PATCH v2 19/34] net/ntnic: remove convert error func
  ` [PATCH v2 20/34] net/ntnic: fix array verification
  ` [PATCH v2 21/34] net/ntnic: fix memory leak
  ` [PATCH v2 22/34] net/ntnic: remove extra address-of operator
  ` [PATCH v2 23/34] net/ntnic: remove extra check for null
  ` [PATCH v2 24/34] net/ntnic: remove unused code
  ` [PATCH v2 25/34] net/ntnic: refactor RSS implementation
  ` [PATCH v2 26/34] net/ntnic: fix age timeout recalculation into fpga unit
  ` [PATCH v2 27/34] net/ntnic: rework age event generation
  ` [PATCH v2 28/34] net/ntnic: fix group print
  ` [PATCH v2 29/34] net/ntnic: extend module mapping
  ` [PATCH v2 30/34] net/ntnic: refactoring of the FPGA initialization
  ` [PATCH v2 31/34] net/ntnic: remove shutdown thread
  ` [PATCH v2 32/34] net/ntnic: add checks for action modify
  ` [PATCH v2 33/34] net/ntnic: add IFR DROP counter
  ` [PATCH v2 34/34] net/ntnic: remove tag EXPERIMENTAL

[PATCH] drivers/net: use intrinsic to access content of __m128i
 2025-02-05 16:50 UTC  (4+ messages)
` [PATCH v2] "
  ` [EXTERNAL] "

[PATCH 00/16] remove use of VLAs for Windows built code
 2025-02-05 16:43 UTC  (63+ messages)
` [PATCH v19 00/27] remove use of VLAs for Windows
` [PATCH v20 "
  ` [PATCH v20 01/27] eal: include header required for alloca
  ` [PATCH v20 02/27] eal/linux: remove use of VLAs
  ` [PATCH v20 03/27] eal/common: "
  ` [PATCH v20 04/27] ethdev: remove use of VLAs for Windows built code
  ` [PATCH v20 05/27] hash: "
  ` [PATCH v20 06/27] hash/thash: remove use of VLAs for Windows built
  ` [PATCH v20 07/27] rcu: remove use of VLAs for Windows built code
  ` [PATCH v20 08/27] gro: fix overwrite unprocessed packets
  ` [PATCH v20 09/27] gro: remove use of VLAs
  ` [PATCH v20 10/27] net/ixgbe: "
  ` [PATCH v20 11/27] net/ice: "
  ` [PATCH v20 12/27] app/testpmd: remove use of VLAs for Windows built
  ` [PATCH v20 13/27] test: remove use of VLAs for Windows built code
  ` [PATCH v20 14/27] common/idpf: "
  ` [PATCH v20 15/27] net/i40e: "
  ` [PATCH v20 16/27] common/mlx5: "
  ` [PATCH v20 17/27] net/mlx5: "
  ` [PATCH v20 18/27] test: remove use of VLAs for Windows built code in bitset tests
  ` [PATCH v20 19/27] app/testpmd: remove use of VLAs for Windows built code in shared_rxq_fwd
  ` [PATCH v20 20/27] hash: remove use of VLAs by using standard arrays
  ` [PATCH v20 21/27] config: define no_wvla_cflag
  ` [PATCH v20 22/27] app: add no_wvla_cflag to directories that are not VLA-free
  ` [PATCH v20 23/27] drivers: "
  ` [PATCH v20 24/27] lib: "
  ` [PATCH v20 25/27] examples: "
  ` [PATCH v20 26/27] buildtools: "
  ` [PATCH v20 27/27] config: add -Wvla project-wide
` [PATCH v21 00/27] remove use of VLAs for Windows
  ` [PATCH v21 01/27] eal: include header required for alloca
  ` [PATCH v21 02/27] eal/linux: remove use of VLAs
  ` [PATCH v21 03/27] eal/common: "
  ` [PATCH v21 04/27] ethdev: remove use of VLAs for Windows built code
  ` [PATCH v21 05/27] hash: "
  ` [PATCH v21 06/27] hash/thash: remove use of VLAs for Windows built
  ` [PATCH v21 07/27] rcu: remove use of VLAs for Windows built code
  ` [PATCH v21 08/27] gro: fix overwrite unprocessed packets
  ` [PATCH v21 09/27] gro: remove use of VLAs
  ` [PATCH v21 10/27] net/ixgbe: "
  ` [PATCH v21 11/27] net/ice: "
  ` [PATCH v21 12/27] app/testpmd: remove use of VLAs for Windows built
  ` [PATCH v21 13/27] test: remove use of VLAs for Windows built code
  ` [PATCH v21 14/27] common/idpf: "
  ` [PATCH v21 15/27] net/i40e: "
  ` [PATCH v21 16/27] common/mlx5: "
  ` [PATCH v21 17/27] net/mlx5: "
  ` [PATCH v21 18/27] test: remove use of VLAs for Windows built code in bitset tests
  ` [PATCH v21 19/27] app/testpmd: remove use of VLAs for Windows built code in shared_rxq_fwd
  ` [PATCH v21 20/27] hash: remove use of VLAs by using standard arrays
  ` [PATCH v21 21/27] config: define no_wvla_cflag
  ` [PATCH v21 22/27] app: add no_wvla_cflag to directories that are not VLA-free
  ` [PATCH v21 23/27] drivers: "
  ` [PATCH v21 24/27] lib: "
  ` [PATCH v21 25/27] examples: "
  ` [PATCH v21 26/27] buildtools: "
  ` [PATCH v21 27/27] config: add -Wvla project-wide

[PATCH v3] eal/common: fix inconsistent representation of PCI numbers
 2025-02-05 16:42 UTC  (8+ messages)
` [PATCH v4] bus: "

[PATCH 1/2] config/arm: strict use of -mcpu for supported CPUs
 2025-02-05 16:41 UTC  (4+ messages)
` [PATCH v3 "
  ` [PATCH v3 2/2] config/arm: sort SOCs alphabetically

[PATCH] build: remove support for icc compiler
 2025-02-05 16:33 UTC  (2+ messages)

[PATCH 00/16] small bug fixes from PVS studio bug list
 2025-02-05 16:23 UTC  (21+ messages)
` [PATCH v3 00/19] minor "
  ` [PATCH v3 01/19] common/cnxk: remove duplicate condition
  ` [PATCH v3 02/19] net/cpfl: avoid calling log (printf) with null
  ` [PATCH v3 03/19] raw/cnxk_gpio: fix file descriptor leak
  ` [PATCH v3 04/19] net/ntnic: remove dead code
  ` [PATCH v3 05/19] net/i40e: remove duplicate code
  ` [PATCH v3 06/19] eal: fix out of bounds access in devargs
  ` [PATCH v3 07/19] net/qede: fix missing debug string
  ` [PATCH v3 08/19] examples/ptpclient: replace rte_memcpy with assignment
  ` [PATCH v3 09/19] examples/ptpclient: fix self memcmp
  ` [PATCH v3 10/19] net/octeon_ep: remove duplicate code
  ` [PATCH v3 11/19] net/hinic: fix flow type bitmask overflow
  ` [PATCH v3 12/19] crypto/dpaa2_sec: fix bitmask truncation
  ` [PATCH v3 13/19] crypto/dpaa_sec: "
  ` [PATCH v3 14/19] event/dpaa: "
  ` [PATCH v3 15/19] net/dpaa: "
  ` [PATCH v3 16/19] net/dpaa2: "
  ` [PATCH v3 17/19] net/qede: don't use same loop variable twice
  ` [PATCH v3 18/19] examples/l3fwd: fix operator precedence bugs
  ` [PATCH v3 19/19] common/cnxk: fix null ptr check

[PATCH] log: avoid call close with negative value
 2025-02-05 16:15 UTC 

[PATCH 1/6] drivers/bus: eliminate dependency on non-portable __SIZEOF_LONG__
 2025-02-05 16:12 UTC  (18+ messages)
` [PATCH v3 2/7] "
` [PATCH v4 0/7] "
  ` [PATCH v4 1/7] eal: "
  ` [PATCH v4 2/7] drivers/bus: "
  ` [PATCH v4 3/7] drivers/common: "
  ` [PATCH v4 4/7] drivers/dma: "
  ` [PATCH v4 5/7] drivers/net: "
  ` [PATCH v4 6/7] drivers/raw: "
  ` [PATCH v4 7/7] mldev: "
` [PATCH v5] eal: define __SIZEOF_LONG__ when using MSVC

[RFC 0/3] Vhost: fix FD entries cleanup
 2025-02-05 15:29 UTC  (5+ messages)

[PATCH v2 01/15] net/zxdh: zxdh np init implementation
 2025-02-05 12:47 UTC  (4+ messages)
` [PATCH v9 03/15] net/zxdh: port tables init implementations

[PATCH 0/4] remove common iavf and idpf drivers
 2025-02-05 11:55 UTC  (8+ messages)
` [PATCH v3 "
` [PATCH v4 "
  ` [PATCH v4 1/4] drivers: merge common and net "
  ` [PATCH v4 2/4] net/idpf: re-enable unused variable warnings
  ` [PATCH v4 3/4] drivers: move iavf common folder to iavf net
  ` [PATCH v4 4/4] net/intel: allow building ice driver without iavf

[PATCH v1 00/42] Merge Intel IGC and E1000 drivers, and update E1000 base code
 2025-02-05 10:49 UTC  (25+ messages)
` [PATCH v2 00/54] "
  ` [PATCH v2 02/54] net/e1000: merge igc with e1000
  ` [PATCH v2 03/54] net/igc: remove the driver
  ` [PATCH v2 39/54] net/e1000/base: add WoL definitions
  ` [PATCH v2 40/54] net/e1000/base: hardcode bus parameters for ICH8
  ` [PATCH v2 41/54] net/e1000/base: improve NVM checksum handling
  ` [PATCH v2 42/54] net/e1000/base: remove redundant access to RO register
  ` [PATCH v2 43/54] net/e1000/base: remove non-inclusive language
  ` [PATCH v2 44/54] net/e1000/base: introduce PHY ID retry mechanism
  ` [PATCH v2 45/54] net/e1000/base: add PHY read/write "
  ` [PATCH v2 46/54] net/e1000/base: fix iterator type
  ` [PATCH v2 47/54] net/e1000/base: fix static analysis warnings
  ` [PATCH v2 48/54] net/e1000/base: fix reset for 82580
  ` [PATCH v2 49/54] net/e1000/base: fix mac addr hash bit_shift
  ` [PATCH v2 50/54] net/e1000/base: fix uninitialized variable usage
  ` [PATCH v2 51/54] net/e1000/base: fix unchecked return
  ` [PATCH v2 52/54] net/e1000/base: fix data type in MAC hash
  ` [PATCH v2 53/54] net/e1000/base: rename NVM version variable
  ` [PATCH v2 54/54] net/e1000/base: update readme

Testing dpdk application using openNIC driver
 2025-02-05  7:49 UTC  (3+ messages)

[dpdk-dev] [PATCH 1/2] common/cnxk: support NPC flow on cn20k
 2025-02-05  5:42 UTC  (3+ messages)
` [dpdk-dev] [PATCH v5 "
  ` [dpdk-dev] [PATCH v5 2/2] net/cnxk: support rte "

[PATCH 0/3] dts: fix doc issues
 2025-02-05  0:08 UTC  (7+ messages)
` [PATCH 1/3] dts: remove use of field validators
` [PATCH 2/3] dts: stop using partial in enums
` [PATCH 3/3] dts: bump up fabric version

[RFC PATCH 0/7] dts: revamp framework
 2025-02-04 21:08 UTC  (2+ messages)

[PATCH] eal: force evaluation of RTE_ASSERT expression
 2025-02-04 19:46 UTC  (2+ messages)
` [PATCH v2] eal: force compilation "

[PATCH 0/3] enable build of lib/stack when using MSVC
 2025-02-04 17:42 UTC  (6+ messages)
` [PATCH v3 0/2] "
  ` [PATCH v3 2/2] stack: enable build with MSVC

[RFC] ci: Add support for Cirrus-CI service to test FreeBSD
 2025-02-04 17:33 UTC  (2+ messages)

[PATCH] net/cnxk: fix of NIX send header L3 type
 2025-02-04 17:00 UTC  (3+ messages)
` [PATCH v2] "

[PATCH] net/af_packet: fix socket close on device stop
 2025-02-04 16:45 UTC 

[RFC v5 1/2] eventdev: add atomic queue to test-eventdev app
 2025-02-04 16:11 UTC  (3+ messages)
` [RFC PATCH v6 "
  ` [EXTERNAL] "

[PATCH] net: support Arista L2 headers
 2025-02-04 16:02 UTC  (2+ messages)

[PATCH] devtools: forbid use of compiler pragmas
 2025-02-04 15:59 UTC  (2+ messages)

[PATCH] doc: update ODM dmadev guide
 2025-02-04 15:55 UTC  (2+ messages)

page:  |  | latest

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