DPDK patches and discussions
 help / color / mirror / Atom feed
[RFC PATCH 00/21] Reduce code duplication across Intel NIC drivers
 2024-11-22 12:54 UTC  (20+ messages)
` [RFC PATCH 01/21] common/intel_eth: add pkt reassembly fn for intel drivers
` [RFC PATCH 02/21] common/intel_eth: provide common Tx entry structures
` [RFC PATCH 03/21] common/intel_eth: add Tx mbuf ring replenish fn
` [RFC PATCH 04/21] drivers/net: align Tx queue struct field names
` [RFC PATCH 05/21] drivers/net: add prefix for driver-specific structs
` [RFC PATCH 06/21] common/intel_eth: merge ice and i40e Tx queue struct
` [RFC PATCH 07/21] net/iavf: use common Tx queue structure
` [RFC PATCH 08/21] net/ixgbe: convert Tx queue context cache field to ptr
` [RFC PATCH 09/21] net/ixgbe: use common Tx queue structure
` [RFC PATCH 10/21] common/intel_eth: pack "
` [RFC PATCH 11/21] common/intel_eth: add post-Tx buffer free function
` [RFC PATCH 12/21] common/intel_eth: add Tx buffer free fn for AVX-512
` [RFC PATCH 13/21] net/iavf: use common Tx "
` [RFC PATCH 14/21] net/ice: move Tx queue mbuf cleanup fn to common
` [RFC PATCH 15/21] net/i40e: use common Tx queue mbuf cleanup fn
` [RFC PATCH 16/21] net/ixgbe: "
` [RFC PATCH 17/21] net/iavf: "
` [RFC PATCH 18/21] net/ice: use vector SW ring for all vector paths
` [RFC PATCH 19/21] net/i40e: "

[PATCH 00/21] replace strtok with strtok_r
 2024-11-22 11:04 UTC  (27+ messages)
` [PATCH v6 00/25] "
  ` [PATCH v6 01/25] app/bbdev: replace strtok with reentrant version
  ` [PATCH v6 02/25] app/compress-perf: "
  ` [PATCH v6 03/25] app/crypto-perf: "
  ` [PATCH v6 04/25] app/dma-perf: "
  ` [PATCH v6 05/25] app/flow-perf: "
  ` [PATCH v6 06/25] app/test-mldev: "
  ` [PATCH v6 07/25] app/test-fib: "
  ` [PATCH v6 08/25] dmadev: "
  ` [PATCH v6 09/25] eal: "
  ` [PATCH v6 10/25] ethdev: "
  ` [PATCH v6 11/25] eventdev: "
  ` [PATCH v6 12/25] security: "
  ` [PATCH v6 13/25] telemetry: "
  ` [PATCH v6 14/25] bus/fslmc: "
  ` [PATCH v6 15/25] common/cnxk: "
  ` [PATCH v6 16/25] event/cnxk: "
  ` [PATCH v6 17/25] net/ark: "
  ` [PATCH v6 18/25] raw/cnxk_gpio: "
  ` [PATCH v6 19/25] net/cnxk: "
  ` [PATCH v6 20/25] common/qat: "
  ` [PATCH v6 21/25] net/mlx5: "
  ` [PATCH v6 22/25] examples/l2fwd-crypto: "
  ` [PATCH v6 23/25] examples/vhost: "
  ` [PATCH v6 24/25] devtools: check for some reentrant function
  ` [PATCH v6 25/25] eal/linux: install rte_os_shim.h file

[PATCH] examples/l3fwd: fix Tx performance deteriorate
 2024-11-22 11:01 UTC  (3+ messages)

[PATCH 00/16] remove use of VLAs for Windows built code
 2024-11-22 10:08 UTC  (89+ messages)
` [PATCH v9 00/21] remove use of VLAs for Windows
  ` [PATCH v9 04/21] ethdev: remove use of VLAs for Windows built code
  ` [PATCH v9 05/21] hash: "
  ` [PATCH v9 18/21] build: enable vla warnings on "
` [PATCH v10 00/21] remove use of VLAs for Windows
  ` [PATCH v10 01/21] eal: include header required for alloca
  ` [PATCH v10 03/21] eal/common: remove use of VLAs
  ` [PATCH v10 05/21] hash: remove use of VLAs for Windows built code
  ` [PATCH v10 06/21] hash/thash: remove use of VLAs for Windows built
  ` [PATCH v10 09/21] gro: remove use of VLAs
  ` [PATCH v10 10/21] net/ixgbe: "
  ` [PATCH v10 11/21] net/ice: "
  ` [PATCH v10 12/21] app/testpmd: remove use of VLAs for Windows built
  ` [PATCH v10 13/21] test: remove use of VLAs for Windows built code
  ` [PATCH v10 14/21] common/idpf: "
  ` [PATCH v10 15/21] net/i40e: "
  ` [PATCH v10 16/21] common/mlx5: "
  ` [PATCH v10 17/21] net/mlx5: "
  ` [PATCH v10 18/21] build: enable vla warnings on "
  ` [PATCH v10 19/21] test: remove use of VLAs for Windows built code in bitset tests
  ` [PATCH v10 20/21] app/testpmd: remove use of VLAs for Windows built code in shared_rxq_fwd
  ` [PATCH v10 21/21] hash: remove use of VLAs by using standard arrays
` [PATCH v11 00/21] remove use of VLAs for Windows
  ` [PATCH v11 01/21] eal: include header required for alloca
  ` [PATCH v11 02/21] eal/linux: remove use of VLAs
  ` [PATCH v11 03/21] eal/common: "
  ` [PATCH v11 04/21] ethdev: remove use of VLAs for Windows built code
  ` [PATCH v11 05/21] hash: "
  ` [PATCH v11 06/21] hash/thash: remove use of VLAs for Windows built
  ` [PATCH v11 07/21] rcu: remove use of VLAs for Windows built code
  ` [PATCH v11 08/21] gro: fix overwrite unprocessed packets
  ` [PATCH v11 09/21] gro: remove use of VLAs
  ` [PATCH v11 10/21] net/ixgbe: "
  ` [PATCH v11 11/21] net/ice: "
  ` [PATCH v11 12/21] app/testpmd: remove use of VLAs for Windows built
  ` [PATCH v11 13/21] test: remove use of VLAs for Windows built code
  ` [PATCH v11 14/21] common/idpf: "
  ` [PATCH v11 15/21] net/i40e: "
  ` [PATCH v11 16/21] common/mlx5: "
  ` [PATCH v11 17/21] net/mlx5: "
  ` [PATCH v11 18/21] build: enable vla warnings on "
  ` [PATCH v11 19/21] test: remove use of VLAs for Windows built code in bitset tests
  ` [PATCH v11 20/21] app/testpmd: remove use of VLAs for Windows built code in shared_rxq_fwd
  ` [PATCH v11 21/21] hash: remove use of VLAs by using standard arrays
` [PATCH v12 00/21] remove use of VLAs for Windows
  ` [PATCH v12 01/21] eal: include header required for alloca
  ` [PATCH v12 02/21] eal/linux: remove use of VLAs
  ` [PATCH v12 03/21] eal/common: "
  ` [PATCH v12 04/21] ethdev: remove use of VLAs for Windows built code
  ` [PATCH v12 05/21] hash: "
  ` [PATCH v12 06/21] hash/thash: remove use of VLAs for Windows built
  ` [PATCH v12 07/21] rcu: remove use of VLAs for Windows built code
  ` [PATCH v12 08/21] gro: fix overwrite unprocessed packets
  ` [PATCH v12 09/21] gro: remove use of VLAs
  ` [PATCH v12 10/21] net/ixgbe: "
  ` [PATCH v12 11/21] net/ice: "
  ` [PATCH v12 12/21] app/testpmd: remove use of VLAs for Windows built
  ` [PATCH v12 13/21] test: remove use of VLAs for Windows built code
  ` [PATCH v12 14/21] common/idpf: "
  ` [PATCH v12 15/21] net/i40e: "
  ` [PATCH v12 16/21] common/mlx5: "
  ` [PATCH v12 17/21] net/mlx5: "
  ` [PATCH v12 18/21] build: enable vla warnings on "
  ` [PATCH v12 19/21] test: remove use of VLAs for Windows built code in bitset tests
  ` [PATCH v12 20/21] app/testpmd: remove use of VLAs for Windows built code in shared_rxq_fwd
  ` [PATCH v12 21/21] hash: remove use of VLAs by using standard arrays

About DPDK l3fwd
 2024-11-22  9:45 UTC 

[RFC] Revert "vhost: use imported VDUSE uAPI header"
 2024-11-22  8:58 UTC  (2+ messages)

[RFC 00/10] unit test bugs
 2024-11-22  8:54 UTC  (18+ messages)
` [PATCH v4 0/9] Bug fixes for standalone tests
  ` [PATCH v4 1/9] app/test: do not duplicate loop variable
  ` [PATCH v4 2/9] app/test: fix typo in address compare
  ` [PATCH v4 3/9] app/test: fix paren typo
  ` [PATCH v4 4/9] app/test: avoid duplicate initialization
  ` [PATCH v4 5/9] app/test: fix TLS zero length record
    ` [EXTERNAL] "
  ` [PATCH v4 6/9] app/test: fix operator precedence bug
  ` [PATCH v4 7/9] test/eal: fix core check in c flag test
  ` [PATCH v4 8/9] app/test-pmd: remove redundant condition
  ` [PATCH v4 9/9] app/test-pmd: avoid potential outside of array reference

[PATCH 00/15] fix packing of structs when building with MSVC
 2024-11-22  8:13 UTC  (9+ messages)
` [PATCH v5 00/16] "
  ` [PATCH v5 01/16] eal: provide pack start macro for MSVC

[PATCH v2] doc: add security document
 2024-11-22  7:41 UTC  (3+ messages)
` [PATCH v3] "

[PATCH] doc: reword glossary
 2024-11-22  2:40 UTC  (2+ messages)
` [PATCH v2] "

release candidate 24.11-rc3
 2024-11-22  2:29 UTC  (4+ messages)
` r8169 throughput
    ` 答复: "

[RFC] crypto/virtio: add vhost-vdpa backend
 2024-11-21 18:02 UTC 

[PATCH] mailmap: fix sorting
 2024-11-21 15:19 UTC  (2+ messages)

[PATCH] net/mlx5: fix RSS hash for non-RSS CQE zipping
 2024-11-21 14:56 UTC  (2+ messages)

[DPDK/other Bug 1588] sched: potential issue with memcmp of padding
 2024-11-20 23:38 UTC 

[DPDK/other Bug 1587] lpm: undefined right shift
 2024-11-20 23:12 UTC 

[PATCH] pcapng: avoid potential unaligned data
 2024-11-20 23:06 UTC 

[DPDK/ethdev Bug 1586] Drivers are doing useless check for pthread_mutex_init return value
 2024-11-20 22:54 UTC 

[DPDK/core Bug 1585] Company's blog decided to conduct static analysis DPDK
 2024-11-20 22:31 UTC  (2+ messages)

Tech Board Meeting Minutes - 2024-Nov-13
 2024-11-20 22:24 UTC 

[PATCH] net/bnxt: fix segmentation fault
 2024-11-20 21:15 UTC  (3+ messages)

10/28/24 DPDK CI Testing Meeting
 2024-11-20 20:43 UTC 

[PATCH v1 0/3] Bugfixes
 2024-11-20 18:02 UTC  (4+ messages)
` [PATCH v1 1/3] net/ntnic: fix action modify field DSCP
` [PATCH v1 2/3] net/ntnic: add supplementary macros
` [PATCH v1 3/3] net/ntnic: move headers to driver's root

[PATCH v2] app/dma-perf: calrify incorrect NUMA config
 2024-11-20 17:42 UTC  (4+ messages)
` [PATCH v3] "

[PATCH] test/cfgfile: add check for file removal
 2024-11-20 16:50 UTC 

[PATCH] dts: fix API doc build warnings
 2024-11-20 15:56 UTC  (4+ messages)

[PATCH v5 0/1] devtools: add tracepoint check in checkpatch
 2024-11-20 15:33 UTC  (9+ messages)
` [PATCH v6 0/2] "
      ` [EXTERNAL] "

[PATCH 0/5] dts: Pydantic configuration
 2024-11-20 14:35 UTC  (10+ messages)
` [PATCH v6 0/9] "
  ` [PATCH v6 2/9] dts: add TestSuiteSpec class and discovery
  ` [PATCH v6 4/9] dts: use pydantic in the configuration

[PATCH v3] windows/virt2phys: fix block MDL not updated
 2024-11-20 12:03 UTC  (4+ messages)
` [PATCH v4] "

[v2 0/3] L3fwd changes
 2024-11-20 11:10 UTC  (6+ messages)
` [v3 "
  ` [v3 1/3] examples/l3fwd: support single route file
  ` [v3 2/3] examples/l3fwd: fix return value on rules add
  ` [v3 3/3] examples/l3fwd: enhance valid ports checking

[RFC] app/testpmd: use RSS conf from software when configuring DCB
 2024-11-20  9:37 UTC  (4+ messages)
` [v2 1/1] "

[PATCH] app/dma-perf: documentation update of DMA perf for idxd
 2024-11-20  6:05 UTC  (4+ messages)
` [PATCH v2] doc: documentation update for idxd driver

[PATCH 1/3] examples/l3fwd: support single route file
 2024-11-20  4:07 UTC  (5+ messages)
` [v2 3/3] examples/l3fwd: enhance valid ports checking

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