DPDK patches and discussions
 help / color / mirror / Atom feed
[PATCH 00/15] fix packing of structs when building with MSVC
 2024-11-27  0:52 UTC  (34+ messages)
` [PATCH v5 01/16] eal: provide pack start macro for MSVC
` [PATCH v6 00/30] fix packing of structs when building with MSVC
  ` [PATCH v6 01/30] devtools: check packed attributes
  ` [PATCH v6 02/30] eal/include: add new packing macros
  ` [PATCH v6 03/30] app/test-pmd: remove unnecessary packed attributes
  ` [PATCH v6 04/30] app/test: replace "
  ` [PATCH v6 05/30] doc/guides: "
  ` [PATCH v6 06/30] drivers/baseband: "
  ` [PATCH v6 07/30] drivers/bus: "
  ` [PATCH v6 08/30] drivers/common: "
  ` [PATCH v6 09/30] drivers/compress: "
  ` [PATCH v6 10/30] drivers/crypto: "
  ` [PATCH v6 11/30] drivers/dma: "
  ` [PATCH v6 12/30] drivers/event: "
  ` [PATCH v6 13/30] drivers/mempool: "
  ` [PATCH v6 14/30] drivers/net: "
  ` [PATCH v6 15/30] drivers/raw: "
  ` [PATCH v6 16/30] drivers/regex: "
  ` [PATCH v6 17/30] drivers/vdpa: "
  ` [PATCH v6 18/30] examples/common: "
  ` [PATCH v6 19/30] examples/ip-pipeline: remove "
  ` [PATCH v6 20/30] examples/ipsec_secgw: replace "
  ` [PATCH v6 22/30] examples/l3fwd: "
  ` [PATCH v6 24/30] examples/vhost_blk: "
  ` [PATCH v6 25/30] lib/eal: "
  ` [PATCH v6 26/30] lib/ipsec: "
  ` [PATCH v6 28/30] lib/pipeline: "
  ` [PATCH v6 29/30] lib/vhost: "

[PATCH 1/1] doc: add mlx5 xstats send scheduling counters description
 2024-11-27  0:36 UTC  (3+ messages)
` [PATCH v2] "

release candidate 24.11-rc4
 2024-11-27  0:17 UTC 

[PATCH] net/hns3: fix Rx packet truncation when KEEP CRC enabled
 2024-11-27  0:16 UTC  (15+ messages)
` [PATCH v2 0/3] bugfix about KEEP CRC offload
` [PATCH v3 "
  ` [PATCH v3 1/3] ethdev: add description for "
  ` [PATCH v3 3/3] net/hns3: fix Rx packet without CRC data

[PATCH] dts: remove html dir from dts doc path
 2024-11-27  0:02 UTC  (2+ messages)

[PATCH] doc: correct definition of Stats per queue feature
 2024-11-26 23:39 UTC  (3+ messages)

[PATCH v2 3/3] net/hns3: fix Rx packet without CRC data
 2024-11-26 23:17 UTC  (2+ messages)
` [RFC] net/hns3: clarify handling of crc reinsert

[PATCH] replace use of word segregate in comments
 2024-11-26 22:58 UTC  (4+ messages)
` [PATCH v2] "

[PATCH v9 00/23] Use inclusive naming in DPDK
 2024-11-26 22:55 UTC  (5+ messages)
  ` [PATCH v9 02/23] test: replace use of term segregate
  ` [PATCH v9 04/23] test: remove use of word master in test_red

[PATCH] test/cfgfile: add check for file removal
 2024-11-26 22:43 UTC  (2+ messages)

[RFC 00/10] unit test bugs
 2024-11-26 22:33 UTC  (5+ messages)
` [PATCH v4 0/9] Bug fixes for standalone tests
  ` [PATCH v4 7/9] test/eal: fix core check in c flag test

[PATCH] dts: remove leftover Node methods
 2024-11-26 22:16 UTC  (3+ messages)

[PATCH] test: raise fast test timeout to 60s on RISC-V
 2024-11-26 20:29 UTC  (2+ messages)

[PATCH v1 1/2] usertools/cpu_layout: update coding style
 2024-11-26 20:21 UTC  (4+ messages)
` [PATCH v6 4/4] usertools/dpdk-devbind: print NUMA node

[PATCH] ci: run more checks in private repositories
 2024-11-26 20:04 UTC  (3+ messages)
` [PATCH v2] "

[PATCH] pcapng: avoid potential unaligned data
 2024-11-26 19:22 UTC  (2+ messages)

[PATCH] fib: rename configuration flag
 2024-11-26 18:56 UTC  (2+ messages)

release candidate 24.11-rc3
 2024-11-26 17:14 UTC  (3+ messages)
` DPDK Release Candidate 24.11-rc3 Testing Report

[PATCH v1 1/1] usertools/devbind: allow changing UID/GID for VFIO
 2024-11-26 16:15 UTC  (4+ messages)
` [PATCH v2 "

[PATCH v1 1/3] net/ixgbe: initialize PTP to system time
 2024-11-26 16:09 UTC  (12+ messages)
` [PATCH v1 2/3] net/i40e: "
` [PATCH v1 3/3] net/e1000: "
` [PATCH v2 1/3] net/ixgbe: "
  ` [PATCH v2 2/3] net/i40e: "
  ` [PATCH v2 3/3] net/e1000: "

[PATCH] devtools: download scripts from linux if not found
 2024-11-26 15:56 UTC  (6+ messages)

[PATCH] net/ixgbe: add support for new device
 2024-11-26 15:50 UTC  (3+ messages)

[PATCH] net/ixgbe: fix RSS redirection table configuration for E610
 2024-11-26 15:41 UTC  (3+ messages)

[PATCH v1 1/1] net/ixgbe: fix PTP initialization for E610
 2024-11-26 15:35 UTC  (3+ messages)

[PATCH v1] net/ice: updated latest recommended matching list
 2024-11-26 15:28 UTC  (2+ messages)

[RFC PATCH 00/21] Reduce code duplication across Intel NIC drivers
 2024-11-26 15:27 UTC  (26+ 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: "
` [RFC PATCH 20/21] net/iavf: "
` [RFC PATCH 21/21] net/ixgbe: use common Tx backlog entry fn

[PATCH v3 0/8] record and rework component dependencies
 2024-11-26 15:11 UTC  (11+ messages)
` [PATCH v4 0/8] Record "
  ` [PATCH v4 1/8] build: split dependencies into mandatory and optional
  ` [PATCH v4 2/8] build: output a dependency log in build directory
  ` [PATCH v4 3/8] devtools: add script to flag unneeded dependencies
  ` [PATCH v4 4/8] build: remove kvargs from driver class dependencies
  ` [PATCH v4 5/8] build: reduce library dependencies
  ` [PATCH v4 6/8] build: reduce driver dependencies
  ` [PATCH v4 7/8] build: reduce app dependencies
  ` [PATCH v4 8/8] devtools: add script to generate DPDK dependency graphs

[PATCH v1] net/i40e: updated latest recommended matching list
 2024-11-26 14:50 UTC  (3+ messages)

[PATCH v1 0/1] Add DPDK build directory configuration script
 2024-11-26 14:43 UTC  (3+ messages)
` [PATCH v2 "
  ` [PATCH v2 1/1] devtools: add DPDK build directory setup script

[PATCH] ci: remove workaround for ASan in Ubuntu GHA images
 2024-11-26 14:17 UTC  (2+ messages)

[PATCH v1 0/1] Add Visual Studio Code configuration script
 2024-11-26 13:30 UTC  (3+ messages)
` [PATCH v2 "
  ` [PATCH v2 1/1] buildtools: add VSCode configuration generator

[PATCH v1 0/4] Adjust wording for NUMA vs. socket ID in DPDK
 2024-11-26 13:14 UTC  (5+ messages)
` [PATCH v1 1/4] eal: update socket ID API documentation
` [PATCH v1 2/4] lcore: rename socket ID to NUMA ID
` [PATCH v1 3/4] eal: rename socket ID to NUMA ID in internal config
` [PATCH v1 4/4] eal: rename --socket-mem/--socket-limit

[PATCH] net/sxe: submit the build directory and rough doc documentation
 2024-11-26 11:49 UTC 

[PATCH] net/mlx5: fix the unneeded stub table allocation
 2024-11-26 10:38 UTC  (2+ messages)

[PATCH] net/mlx5: fix the leak of action data list
 2024-11-26  8:34 UTC  (2+ messages)
` [PATCH v2] "

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

[PATCH] vhost: fix read vs write lock mismatch
 2024-11-26  8:14 UTC  (7+ messages)

[PATCH] doc: update match with compare result item limitation
 2024-11-26  8:10 UTC  (3+ messages)
` [PATCH v2] "

[PATCH] net/mlx5: fix Rx queue control deref
 2024-11-26  8:09 UTC  (2+ messages)

[PATCH] net/mlx5/hws: allow vport action to wire in RX flow
 2024-11-26  8:06 UTC  (2+ messages)

[PATCH] examples/l3fwd: fix Tx performance deteriorate
 2024-11-26  7:39 UTC  (4+ messages)

[PATCH v3 1/3] graph: avoid global node ID counter
 2024-11-26  4:44 UTC  (4+ messages)
` [PATCH v5 "
  ` [PATCH v5 2/3] graph: add support for node free API
  ` [PATCH v5 3/3] test/graph: fix graph autotest second run test failure

[PATCH] doc: reword glossary
 2024-11-26  3:24 UTC  (2+ messages)

Doubts in JumboFrames and stats_checks tests in DTS
 2024-11-25 21:36 UTC  (3+ messages)

DPDK CI Testing Meeting schedule updates
 2024-11-25 15:47 UTC 

[PATCH 00/43] replace strerror
 2024-11-25 15:23 UTC  (4+ messages)
` [PATCH v6 00/14] use rte_strerror() for rte_errno
  ` [PATCH v6 06/14] net/af_xdp: use rte strerror

[PATCH v1 0/3] Bugfixes
 2024-11-25 10:27 UTC  (3+ messages)

[PATCH 0/3] fix uninitialized variable
 2024-11-25  6:47 UTC  (4+ messages)
` [PATCH 1/3] net/bnxt: "
` [PATCH 2/3] eventdev: "
` [PATCH 3/3] "

[PATCH v2] vhost/user: clear ring addresses when getting vring base
 2024-11-25  3:45 UTC  (2+ messages)
` [PATCH v3] "

[PATCH] vhost: clear ring addresses when getting vring base
 2024-11-25  3:27 UTC 

Recall: [PATCH v1] net/ice: updated latest recommended matching list
 2024-11-25  3:23 UTC 

[PATCH] vhost: clear ring addresses when getting vring base
 2024-11-25  3:19 UTC 

[PATCH v1] net/ice: updated latest recommended matching list
 2024-11-25  2:45 UTC 

[PATCH dpdk 0/2] IPv6: Fix coverity issues
 2024-11-24 18:58 UTC  (3+ messages)

DPDK Release Status Meeting 2024-11-21
 2024-11-24 18:56 UTC 

[RFC] app/testpmd: use RSS conf from software when configuring DCB
 2024-11-24 18:04 UTC  (3+ messages)
` [v2 1/1] "

[PATCH] net/txgbe: fix a mass of interrupts
 2024-11-24 17:46 UTC  (4+ messages)

[PATCH] app/testpmd: add L4 port to verbose output
 2024-11-24 17:44 UTC  (2+ messages)

igc dpdk driver for the Intel i225 and PHY_ID check
 2024-11-23  8:31 UTC 

[PATCH 00/16] remove use of VLAs for Windows built code
 2024-11-23  2:18 UTC  (6+ messages)
` [PATCH v12 00/21] remove use of VLAs for Windows
  ` [PATCH v12 04/21] ethdev: remove use of VLAs for Windows built code

[PATCH v2 0/2] Bugfixes
 2024-11-22 23:08 UTC  (4+ messages)
` [PATCH v2 1/2] net/ntnic: fix incorrect error message
` [PATCH v2 2/2] net/ntnic: fix of Toeplitz key and log with mask

[PATCH v1 1/2] net/macb: add new driver
 2024-11-22 20:44 UTC  (5+ messages)
` [PATCH v2 1/3] "

[PATCH v1 00/73] Provide flow filter API and statistics
 2024-11-22 17:01 UTC  (5+ messages)
` [PATCH v1 0/2] Bugfixes
  ` [PATCH v1 1/2] net/ntnic: fix incorrect error message
  ` [PATCH v1 2/2] net/ntnic: fix of Toeplitz key and log with mask

rte_fib network order bug
 2024-11-22 16:14 UTC  (14+ messages)

[PATCH 00/21] replace strtok with strtok_r
 2024-11-22 11:04 UTC  (3+ messages)
` [PATCH v6 00/25] "
  ` [PATCH v6 25/25] eal/linux: install rte_os_shim.h file

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