DPDK-dev Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-06-22 11:12:06 to 2026-06-23 17:32:09 UTC [more...]

[PATCH 00/10] NXP ENETC driver related changes
 2026-06-23 17:32 UTC  (28+ messages)
` [PATCH v2 0/9] ENETC driver related changes series
  ` [PATCH v2 1/9] net/enetc: fix TX BD structure
  ` [PATCH v2 2/9] net/enetc: fix queue initialization
  ` [PATCH v2 3/9] net/enetc: support ESP packet type in packet parsing
  ` [PATCH v2 4/9] net/enetc: update random MAC generation code
  ` [PATCH v2 5/9] net/enetc: support scatter-gather
  ` [PATCH v2 6/9] net/enetc: add option to disable VSI messaging
  ` [PATCH v2 7/9] net/enetc: add devargs to control VSI-PSI timeout and delay
  ` [PATCH v2 8/9] net/enetc: set user configurable priority to TX rings
  ` [PATCH v2 9/9] net/enetc4: add cacheable BD ring support with SW cache maintenance
  ` [PATCH v3 0/9] ENETC driver related changes series
    ` [PATCH v3 1/9] net/enetc: fix TX BD structure
    ` [PATCH v3 2/9] net/enetc: fix queue initialization
    ` [PATCH v3 3/9] net/enetc: support ESP packet type in packet parsing
    ` [PATCH v3 4/9] net/enetc: update random MAC generation code
    ` [PATCH v3 5/9] net/enetc: support scatter-gather
    ` [PATCH v3 6/9] net/enetc: add option to disable VSI messaging
    ` [PATCH v3 7/9] net/enetc: add devargs to control VSI-PSI timeout and delay
    ` [PATCH v3 8/9] net/enetc: set user configurable priority to TX rings
    ` [PATCH v3 9/9] net/enetc4: add cacheable BD ring support with SW cache maintenance

[PATCH 00/17] drivers: replace strncpy with strlcpy
 2026-06-23 17:02 UTC  (20+ messages)
` [PATCH 01/17] common/cnxk: "
` [PATCH 02/17] common/mlx5: "
` [PATCH 03/17] crypto/mvsam: "
` [PATCH 04/17] crypto/scheduler: "
` [PATCH 05/17] event/cnxk: "
` [PATCH 06/17] net/ark: "
` [PATCH 07/17] net/bnx2x: "
` [PATCH 08/17] net/cnxk: "
` [PATCH 09/17] net/dpaa: "
` [PATCH 10/17] net/ionic: "
` [PATCH 11/17] net/mlx4: "
` [PATCH 12/17] net/mlx5: "
` [PATCH 13/17] net/nfp: "
` [PATCH 14/17] net/qede: "
` [PATCH 15/17] net/softnic: "
` [PATCH 16/17] net/vhost: "
` [PATCH 17/17] net/virtio: "

[PATCH 00/18] Wangxun Fixes
 2026-06-23 16:50 UTC  (29+ messages)
` [PATCH v8 00/21] "
  ` [PATCH v8 12/21] net/txgbe: fix link stability for 25G NIC
` [PATCH v9 00/21] Wangxun Fixes
  ` [PATCH v9 05/21] net/txgbe: fix inaccuracy in Tx rate limiting
  ` [PATCH v9 06/21] net/txgbe: fix link status check condition
  ` [PATCH v9 07/21] net/txgbe: fix Tx desc free logic
  ` [PATCH v9 08/21] net/txgbe: fix link flow control registers for Amber-Lite
  ` [PATCH v9 09/21] net/txgbe: fix link flow control config for Sapphire
  ` [PATCH v9 10/21] net/txgbe: fix a mass of unknown interrupts
  ` [PATCH v9 11/21] net/txgbe: fix traffic class priority configuration
  ` [PATCH v9 12/21] net/txgbe: fix link stability for 25G NIC
  ` [PATCH v9 13/21] net/txgbe: fix link stability for 40G NIC
  ` [PATCH v9 14/21] net/txgbe: fix link stability for Amber-Lite backplane mode
  ` [PATCH v9 15/21] net/txgbe: fix FEC mode configuration on 25G NIC
  ` [PATCH v9 16/21] net/txgbe: fix SFP module identification
  ` [PATCH v9 17/21] net/txgbe: fix get module info operation
  ` [PATCH v9 18/21] net/txgbe: fix get EEPROM operation
  ` [PATCH v9 19/21] net/txgbe: fix to reset Tx write-back pointer
  ` [PATCH v9 20/21] net/txgbe: fix to enable Tx desc check
  ` [PATCH v9 21/21] net/txgbe: fix temperature track for AML NIC

[PATCH v2 00/25] bpf: test and fix issues in verifier
 2026-06-23 16:14 UTC  (32+ messages)
` [PATCH v3 "
  ` [PATCH v3 05/25] bpf/validate: introduce debugging interface
  ` [PATCH v4 00/24] bpf: test and fix issues in verifier
    ` [PATCH v4 01/24] bpf: format and dump jlt, jle, jslt, and jsle
    ` [PATCH v4 02/24] bpf: add format instruction function
    ` [PATCH v4 03/24] bpf/validate: break on error in evaluate
    ` [PATCH v4 04/24] bpf/validate: expand comments in evaluate cycle
    ` [PATCH v4 05/24] bpf/validate: introduce debugging interface
    ` [PATCH v4 06/24] bpf/validate: fix BPF_ADD of pointer to a scalar
    ` [PATCH v4 07/24] bpf/validate: fix BPF_LDX | EBPF_DW signed range
    ` [PATCH v4 08/24] test/bpf_validate: add setup and basic tests
    ` [PATCH v4 09/24] test/bpf_validate: add harness for pointer tests
    ` [PATCH v4 10/24] bpf/validate: fix EBPF_JSLT | BPF_X evaluation
    ` [PATCH v4 11/24] bpf/validate: fix BPF_NEG of INT64_MIN and 0
    ` [PATCH v4 12/24] bpf/validate: fix BPF_DIV and BPF_MOD signed part
    ` [PATCH v4 13/24] bpf/validate: fix BPF_MUL ranges minimum typo
    ` [PATCH v4 14/24] bpf/validate: fix BPF_MUL signed overflow UB
    ` [PATCH v4 15/24] bpf/validate: fix BPF_JGT/EBPF_JSGT no-jump max
    ` [PATCH v4 16/24] bpf/validate: fix BPF_JMP source range calculation
    ` [PATCH v4 17/24] bpf/validate: fix BPF_JMP empty range handling
    ` [PATCH v4 18/24] bpf/validate: fix BPF_AND min calculations
    ` [PATCH v4 19/24] bpf/validate: fix BPF_LSH shift-out-of-bounds UB
    ` [PATCH v4 20/24] bpf/validate: fix BPF_OR min calculations
    ` [PATCH v4 21/24] bpf/validate: fix BPF_SUB signed max zero case
    ` [PATCH v4 22/24] bpf/validate: fix BPF_XOR signed min calculation
    ` [PATCH v4 23/24] bpf/validate: prevent overflow when building graph
    ` [PATCH v4 24/24] doc: add release notes for BPF validation fixes

[PATCH 0/5] add versioned symbols for recently stabilized APIs
 2026-06-23 16:05 UTC  (12+ messages)
` [PATCH 1/5] eal: fix macro for versioned experimental symbol
` [PATCH 2/5] drivers: support function versioning
` [PATCH 3/5] net/mlx5: fix stabilized function versions
` [PATCH 4/5] eal: support aliases for versioned variable symbols
` [PATCH 5/5] ethdev: fix promoted flow metadata symbols

[PATCH v6 0/4] net/zxdh: optimize Rx/Tx path performance
 2026-06-23 15:54 UTC  (7+ messages)
` [PATCH v7 "
  ` [PATCH v7 1/4] net/zxdh: fix queue enable intr issues
  ` [PATCH v7 2/4] net/zxdh: optimize queue structure to improve performance
  ` [PATCH v7 3/4] net/zxdh: optimize Rx recv pkts performance
  ` [PATCH v7 4/4] net/zxdh: optimize Tx xmit "

[PATCH 0/4] bpf/arm64: add BPF_ABS/BPF_IND packet load support
 2026-06-23 15:51 UTC  (11+ messages)
` [PATCH v3 0/6] bpf: JIT related bug fixes
  ` [PATCH v3 1/6] bpf/x86: fix JIT encoding of BPF_JSET with immediate
  ` [PATCH v3 2/6] test/bpf: add JSET test with small immediate
  ` [PATCH v3 3/6] bpf/arm64: fix offset type to allow a negative jump
  ` [PATCH v3 6/6] test/bpf: check that bpf_convert can be JIT'd

[PATCH] examples: use strlcpy and strlcat
 2026-06-23 15:41 UTC 

[PATCH] app: remove use of strncpy
 2026-06-23 14:50 UTC 

[PATCH 0/3] lib: remove use of strncpy
 2026-06-23 14:19 UTC  (4+ messages)
` [PATCH 1/3] ethdev: "
` [PATCH 2/3] eventdev: improve bounds checks for names in adapter create
` [PATCH 3/3] vhost: remove use of strncpy

[PATCH] graph: add optional profiling stats
 2026-06-23 14:10 UTC  (10+ messages)
` [PATCH v5] "

DPDK Release Status Meeting 2026-06-23
 2026-06-23 14:02 UTC 

[PATCH v3 1/1] pcapng: add user-supplied timestamp support
 2026-06-23 14:10 UTC  (3+ messages)
` [PATCH v4] "

[PATCH] common/cnxk: fix inline dev null dereference
 2026-06-23 13:35 UTC  (2+ messages)

[PATCH] net/mlx5: fix double free in vectorized Rx recovery
 2026-06-23 12:50 UTC  (2+ messages)

[PATCH v1 0/5] prefix lcore role enum values
 2026-06-23 11:52 UTC  (6+ messages)

[PATCH 0/4] Wangxun new feature
 2026-06-23 11:38 UTC  (6+ messages)
` [PATCH v3 0/4] Wangxun fixes and new features
  ` [PATCH v3 1/4] net/ngbe: implement USO support
  ` [PATCH v3 2/4] net/txgbe: "
  ` [PATCH v3 3/4] net/txgbe: add support for VF sensing PF down
  ` [PATCH v3 4/4] net/txgbe: add VF support for Amber-Lite 40G NIC

[PATCH 00/13] Bus cleanup infrastructure and fixes
 2026-06-23 11:25 UTC  (18+ messages)
` [PATCH v2 00/10] "
  ` [PATCH v2 07/10] bus: align unplug with device probe
` [PATCH v3 00/11] Bus cleanup infrastructure and fixes
  ` [PATCH v3 01/11] bus: fix reference to plug callback
  ` [PATCH v3 02/11] dma/idxd: remove next pointer in bus specific device
  ` [PATCH v3 03/11] bus/vdev: remove driver setting in probe
  ` [PATCH v3 04/11] bus/pci: fix mapping leak in bus cleanup
  ` [PATCH v3 05/11] bus/vmbus: fix interrupt leak in cleanup
  ` [PATCH v3 06/11] bus/vmbus: allocate interrupt during probing
  ` [PATCH v3 07/11] bus/ifpga: "
  ` [PATCH v3 08/11] bus: align unplug with device probe
  ` [PATCH v3 09/11] bus: implement cleanup in EAL
  ` [PATCH v3 10/11] bus/vmbus: store name in bus specific device
  ` [PATCH v3 11/11] bus/vmbus: support unplug

[PATCH] net/intel: fix use of non-recommended string functions
 2026-06-23 11:22 UTC 

[PATCH v5 00/11] bpf: introduce extensible load API
 2026-06-23  9:19 UTC  (3+ messages)
` [PATCH v6 "

[PATCH] common/cnxk: add bulk Rx queue enable/disable
 2026-06-23  9:13 UTC  (3+ messages)
` [PATCH v2 1/1] "

[PATCH] app/dma_perf: skip case if worker maps to main lcore
 2026-06-23  8:07 UTC  (2+ messages)

[PATCH] common/mlx5: fix high SMMU TLB miss with mempool alignment
 2026-06-23  7:11 UTC  (2+ messages)

[PATCH v2 0/3] update tests with CN20K support
 2026-06-23  4:27 UTC  (4+ messages)
` [PATCH v2 1/3] test/crypto: add asym autotest support for cn20k
` [PATCH v2 2/3] test/crypto: add "
` [PATCH v2 3/3] test/crypto: add unit test for Rx inject multi seg

[PATCH] examples/l3fwd: dynamic NUMA-aware alloc lcore_conf
 2026-06-23  3:23 UTC 

[PATCH v1] dts: clean cryptodev environment after a test run
 2026-06-23  0:39 UTC  (5+ messages)
` [PATCH v3] "

[PATCH] test/pmd_af_packet: cleanups
 2026-06-22 23:21 UTC 

[PATCH v5 00/24] deprecate rte_atomic functions
 2026-06-22 20:57 UTC  (7+ messages)
  ` [PATCH v5 11/24] drivers: replace rte_atomic16 with stdatomic
  ` [PATCH v5 12/24] net/netvsc: replace rte_atomic32 "
    ` [EXTERNAL] "
  ` [PATCH v5 14/24] bus/vmbus: convert from rte_atomic to stdatomic
    ` [EXTERNAL] "

[PATCH v1 1/2] dts: add code coverage reporting to DTS
 2026-06-22 17:02 UTC  (3+ messages)
` [PATCH v3 "
  ` [PATCH v3 2/2] dts: add build arguments to test run configuration

[PATCH v4 23/23] net/sxe2: update sxe2 feature matrix docs
 2026-06-22 15:44 UTC  (3+ messages)
` [PATCH v5 00/23] net/sxe2: added Linkdata sxe2 ethernet driver

[PATCH 0/6] ip_frag: fix reassembly defects and add test
 2026-06-22 15:03 UTC  (7+ messages)
` [PATCH 2/6] ip_frag: discard datagrams with overlapping fragments

[PATCH v2 0/2] improve dmadev tests
 2026-06-22 13:58 UTC  (4+ messages)
` [PATCH v2 1/2] test/dma: update the sg test to verify wrap around case
` [PATCH v2 2/2] test/dma: add functions to verify zero and one fill

[PATCH 2/2] net/cnxk: add FEC get set and capability ops
 2026-06-22 13:53 UTC  (4+ messages)
` [PATCH v3 1/2] common/cnxk: add FEC configuration support
  ` [PATCH v3 2/2] net/cnxk: add FEC get set and capability ops

[PATCH] dma/ae4dma: add AMD AE4DMA DMA PMD
 2026-06-22 12:37 UTC  (10+ messages)
` [PATCH v2 0/3] "
  ` [PATCH v2 1/3] dma/ae4dma: introduce "
  ` [PATCH v2 2/3] dma/ae4dma: add control path operations

[PATCH 01/17] net/cnxk: update mbuf next field for multi segment
 2026-06-22 12:13 UTC  (3+ messages)
` [PATCH v3 01/20] "

[PATCH 0/3] Fixes for inline ipsec test cases
 2026-06-22 11:18 UTC  (4+ messages)
` [PATCH 1/3] test/security_inline_proto: remove fast-free Tx flag
` [PATCH 2/3] test/security_inline_proto: fix MTU calculation underflow
` [PATCH 3/3] test/security_inline_proto: check for capabilities


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox