DPDK-dev Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-05-12 11:37:33 to 2026-05-18 14:54:27 UTC [more...]

[PATCH 00/18] Wangxun Fixes
 2026-05-18 14:54 UTC  (25+ messages)
` [PATCH v4 00/20] "
  ` [PATCH v4 03/20] net/ngbe: add missing CDR config for YT PHY
  ` [PATCH v4 04/20] net/ngbe: fix VF promiscuous and allmulticast
  ` [PATCH v4 05/20] net/txgbe: fix inaccuracy in Tx rate limiting
  ` [PATCH v4 07/20] net/txgbe: fix Tx desc free logic
  ` [PATCH v4 09/20] net/txgbe: fix link flow control config for Sapphire
  ` [PATCH v4 12/20] net/txgbe: fix link stability for 25G NIC
  ` [PATCH v4 14/20] net/txgbe: fix link stability for Amber-Lite backplane mode
  ` [PATCH v4 16/20] net/txgbe: fix SFP module identification
  ` [PATCH v4 17/20] net/txgbe: fix get module info operation
  ` [PATCH v4 18/20] net/txgbe: fix get EEPROM operation
  ` [PATCH v4 20/20] net/txgbe: fix to enable Tx desc check

[PATCH] spinlock: remove volatile qualifier
 2026-05-18 13:57 UTC  (3+ messages)

[PATCH dpdk] net: fix L2 ptype assignment in VLAN loop
 2026-05-18 13:27 UTC  (10+ messages)
` [PATCH dpdk v4] net: fix VLAN packet type
` [PATCH dpdk v5 0/5] Fix and improve VLAN/MPLS parsing in rte_net_get_ptype
  ` [PATCH dpdk v5 1/5] Revert "net: fix packet type for stacked VLAN"
  ` [PATCH dpdk v5 2/5] net: support multiple stacked VLAN tags
  ` [PATCH dpdk v5 3/5] net: add unit tests for rte_net_get_ptype
  ` [PATCH dpdk v5 4/5] net: parse L3 protocol after MPLS labels
  ` [PATCH dpdk v5 5/5] net: add truncated packet tests for rte_net_get_ptype

[PATCH] devtools: fix regex matching literal plus in patches
 2026-05-18 13:18 UTC  (3+ messages)

[PATCH] pipeline: fix build with sanitizers or debug options
 2026-05-18 13:05 UTC  (3+ messages)

[PATCH] bus/uacce: support no-iommu mode
 2026-05-18 10:58 UTC  (2+ messages)
` [PATCH v2] "

[PATCH 0/6] add hardening checks to cmdline and cfgfile libs
 2026-05-18 10:30 UTC  (2+ messages)

[PATCH dpdk 0/2] rib: allow iteration to include the top-level route
 2026-05-18  9:59 UTC  (3+ messages)
` [PATCH dpdk 1/2] rib: rename nxt flag parameter to mode
` [PATCH dpdk 2/2] rib: add mode to include top-level route in traversal

[PATCH v13 0/5] Support add/remove memory region and get-max-slots
 2026-05-18  9:14 UTC  (43+ messages)
` [PATCH v13 1/5] vhost: add user to mailmap and define to vhost hdr
` [PATCH v13 2/5] vhost_user: header defines for add/rem mem region
` [PATCH v13 3/5] vhost_user: support function defines for back-end
` [PATCH v13 4/5] vhost_user: Function defs for add/rem mem regions
` [PATCH v13 5/5] vhost_user: enable configure memory slots
  ` [PATCH v14 00/11] net/sxe2: fix logic errors and address feedback
    ` [PATCH v14 01/11] mailmap: add Jie Liu
    ` [PATCH v14 02/11] doc: add sxe2 guide and release notes
    ` [PATCH v14 03/11] common/sxe2: add sxe2 basic structures
    ` [PATCH v14 04/11] drivers: add base driver skeleton
    ` [PATCH v14 05/11] drivers: add base driver probe skeleton
    ` [PATCH v14 06/11] drivers: support PCI BAR mapping
    ` [PATCH v14 07/11] common/sxe2: add ioctl interface for DMA map and unmap
    ` [PATCH v14 08/11] net/sxe2: support queue setup and control
    ` [PATCH v14 09/11] drivers: add data path for Rx and Tx
    ` [PATCH v14 10/11] net/sxe2: add vectorized "
    ` [PATCH v14 11/11] net/sxe2: implement Tx done cleanup
      ` [PATCH v15 00/11] net/sxe2: fix logic errors and address feedback
        ` [PATCH v15 01/11] mailmap: add Jie Liu
        ` [PATCH v15 02/11] doc: add sxe2 guide and release notes
        ` [PATCH v15 03/11] common/sxe2: add sxe2 basic structures
        ` [PATCH v15 04/11] drivers: add base driver skeleton
        ` [PATCH v15 05/11] drivers: add base driver probe skeleton
        ` [PATCH v15 06/11] drivers: support PCI BAR mapping
        ` [PATCH v15 07/11] common/sxe2: add ioctl interface for DMA map and unmap
        ` [PATCH v15 08/11] net/sxe2: support queue setup and control
        ` [PATCH v15 09/11] drivers: add data path for Rx and Tx
        ` [PATCH v15 10/11] net/sxe2: add vectorized "
        ` [PATCH v15 11/11] net/sxe2: implement Tx done cleanup
          ` [PATCH v16 00/11] net/sxe2: fix logic errors and address feedback
            ` [PATCH v16 01/11] mailmap: add Jie Liu
            ` [PATCH v16 02/11] doc: add sxe2 guide and release notes
            ` [PATCH v16 03/11] common/sxe2: add sxe2 basic structures
            ` [PATCH v16 04/11] drivers: add base driver skeleton
            ` [PATCH v16 05/11] drivers: add base driver probe skeleton
            ` [PATCH v16 06/11] drivers: support PCI BAR mapping
            ` [PATCH v16 07/11] common/sxe2: add ioctl interface for DMA map and unmap
            ` [PATCH v16 08/11] net/sxe2: support queue setup and control
            ` [PATCH v16 09/11] drivers: add data path for Rx and Tx
            ` [PATCH v16 10/11] net/sxe2: add vectorized "
            ` [PATCH v16 11/11] net/sxe2: implement Tx done cleanup

[PATCH] buildtools/cmdline-gen: add more headers to generated file
 2026-05-18  9:03 UTC  (2+ messages)

[PATCH] freebsd/contigmem: support mem sizes in MB
 2026-05-18  8:49 UTC  (2+ messages)

[PATCH 00/10] bpf: introduce extensible load API
 2026-05-18  8:49 UTC  (23+ messages)
` [PATCH v2 "
  ` [PATCH v2 01/10] bpf: make logging prefixes more consistent
  ` [PATCH v2 02/10] bpf: introduce extensible load API
  ` [PATCH v2 03/10] bpf: support up to 5 arguments
  ` [PATCH v2 04/10] bpf: add cBPF origin to rte_bpf_load_ex
  ` [PATCH v2 05/10] bpf: support rte_bpf_prm_ex with port callbacks
  ` [PATCH v2 06/10] bpf: support loading ELF files from memory
  ` [PATCH v2 07/10] test/bpf: test loading cBPF directly
  ` [PATCH v2 08/10] test/bpf: test loading ELF file from memory
  ` [PATCH v2 09/10] doc: add release notes for new extensible BPF API
  ` [PATCH v2 10/10] doc: add load API to BPF programmer's guide
  ` [PATCH v3 00/10] bpf: introduce extensible load API
    ` [PATCH v3 01/10] bpf: make logging prefixes more consistent
    ` [PATCH v3 02/10] bpf: introduce extensible load API
    ` [PATCH v3 03/10] bpf: support up to 5 arguments
    ` [PATCH v3 04/10] bpf: add cBPF origin to rte_bpf_load_ex
    ` [PATCH v3 05/10] bpf: support rte_bpf_prm_ex with port callbacks
    ` [PATCH v3 06/10] bpf: support loading ELF files from memory
    ` [PATCH v3 07/10] test/bpf: test loading cBPF directly
    ` [PATCH v3 08/10] test/bpf: test loading ELF file from memory
    ` [PATCH v3 09/10] doc: add release notes for new extensible BPF API
    ` [PATCH v3 10/10] doc: add load API to BPF programmer's guide

[PATCH dpdk] fib,rib: implement full network order support for IPv4
 2026-05-18  8:39 UTC 

Memory management BoF summary (DPDK Summit 2026)
 2026-05-18  8:35 UTC 

[PATCH dpdk] net/tap: use offsets provided by rte_net_get_ptype
 2026-05-18  8:27 UTC  (4+ messages)
` [PATCH dpdk v4] "
` [PATCH dpdk v5] "

[PATCH 0/2] bus/fslmc, dma/dpaa2: fix remove callback error propagation
 2026-05-18  8:16 UTC  (4+ messages)
` [PATCH 1/2] bus/fslmc: fix ignored return value in fslmc_bus_unplug
` [PATCH 2/2] dma/dpaa2: fix dpaa2_qdma_remove always returning success

[PATCH v2 0/2] dpaa2: fix error propagation in remove path
 2026-05-18  7:19 UTC  (5+ messages)
` [PATCH v2 1/2] bus/fslmc: fix ignored return value in fslmc_bus_unplug
` [PATCH v2 2/2] dma/dpaa2: fix dpaa2_qdma_remove always returning success

[PATCH v1 00/15] power: unify and improve lcore ID verification
 2026-05-18  7:02 UTC  (3+ messages)
` [PATCH V2 "

[PATCH] net/iavf: fix VF reset race and stale ARQ message handling
 2026-05-18  5:42 UTC 

[PATCH v2 0/1] net/mana: add device reset support
 2026-05-18  3:48 UTC  (3+ messages)
` [PATCH v2 1/1] "

[PATCH v2] net/hns3: fix L4 checksum incorrect for tunnel packets
 2026-05-18  3:30 UTC  (2+ messages)

[PATCH v2 1/7] net/netvsc: retry VF hotplug indefinitely until PCI device disappears
 2026-05-18  2:59 UTC  (12+ messages)
  ` [EXTERNAL] "
` [PATCH v3 0/7] net/netvsc: fix VF hotplug and service reset handling
  ` [PATCH v3 1/7] net/netvsc: retry VF hotplug indefinitely until PCI device disappears
  ` [PATCH v3 2/7] net/netvsc: retry on SIOCGIFHWADDR failure during VF hotplug
  ` [PATCH v3 3/7] net/netvsc: retry full probe when IB device not ready during hotplug
  ` [PATCH v3 4/7] net/netvsc: add debug logging for VF hotplug retry
  ` [PATCH v3 5/7] net/netvsc: retry when no matching MAC found in net directory
  ` [PATCH v3 6/7] net/netvsc: forward per-queue stats from VF device
  ` [PATCH v3 7/7] net/netvsc: handle VF recovery events for service reset

[PATCH] ethdev: fix pointer check in GENEVE and RAW flow copy
 2026-05-18  2:45 UTC  (2+ messages)

[PATCH v2 0/3] net/zxdh: optimize Rx/Tx path performance
 2026-05-18  2:22 UTC  (6+ messages)
` [PATCH v3 "
  ` [PATCH v3 1/3] net/zxdh: optimize queue structure to improve performance
  ` [PATCH v3 3/3] net/zxdh: optimize Tx xmit pkts performance

[PATCH 0/6] net/gve: add hardware timestamping support
 2026-05-17 23:15 UTC  (9+ messages)
` [PATCH v2 "
  ` [PATCH v2 1/6] net/gve: add thread safety to admin queue
  ` [PATCH v2 2/6] net/gve: add device option support for HW timestamps
  ` [PATCH v2 3/6] net/gve: add AdminQ command for NIC timestamps
  ` [PATCH v2 4/6] net/gve: add periodic NIC clock synchronization
  ` [PATCH v2 5/6] net/gve: support read clock ethdev op
  ` [PATCH v2 6/6] net/gve: reconstruct HW timestamps from DQO

[PATCH] devtools: fix SPDX tag check
 2026-05-17 21:34 UTC  (6+ messages)
` [PATCH v2] "

[PATCH 0/1] crypto/zsda: update product name and maintainer
 2026-05-17 10:01 UTC  (3+ messages)
` [PATCH 1/1] crypto/zsda: Update "

[PATCH v1 1/2] net/zxdh: add supported zxdh support nics
 2026-05-17  9:39 UTC  (5+ messages)
` [PATCH v1 2/2] net/zxdh: update zxdh Maintainers eamil

[PATCH] net/ice: improve log messages for DDP loading
 2026-05-16 10:19 UTC 

[PATCH 0/1] crypto/zsda: update product name and maintainer
 2026-05-15  7:27 UTC  (2+ messages)
` [PATCH 1/1] crypto/zsda: Update "

[PATCH 0/6] net/gve: add hardware timestamping support
 2026-05-15 23:18 UTC  (3+ messages)

[PATCH v1] dts: add sleep to trex setup
 2026-05-15 17:47 UTC 

23.11.7 patches review and test
 2026-05-15 16:03 UTC  (7+ messages)

[PATCH] maintainers: update for compress/uadk and crypto/uadk driver
 2026-05-15 14:04 UTC  (3+ messages)

[PATCH] net/mlx5: redirect LACP traffic for legacy E-Switch
 2026-05-15 12:37 UTC 

[PATCH] net/mlx5: fix uninitialized skip count
 2026-05-15 12:33 UTC 

[PATCH v13 0/5] Support add/remove memory region and get-max-slots
 2026-05-15  1:04 UTC  (9+ messages)
` [PATCH v13 1/5] vhost: add user to mailmap and define to vhost hdr
` [PATCH v13 2/5] vhost_user: header defines for add/rem mem region
` [PATCH v13 3/5] vhost_user: support function defines for back-end
` [PATCH v13 4/5] vhost_user: Function defs for add/rem mem regions
` [PATCH v13 5/5] vhost_user: enable configure memory slots

[PATCH v2] net/mlx5: add validation for indirect actions
 2026-05-14 19:33 UTC  (2+ messages)
` [PATCH v3] "

[RFC] dts: add verify coverage for cryptodev testing
 2026-05-14 17:25 UTC  (4+ messages)
` [PATCH v1 1/3] dts: add directory for test resources
  ` [PATCH v1 2/3] dts: fix cryptodev verify parsing
  ` [PATCH v1 3/3] dts: add verify coverage for cryptodev testing

[DPDK/DTS Bug 1945] dts: fix cryptodev verify parsing
 2026-05-14 17:18 UTC 

[PATCH v12 0/5] Support add/remove memory region and get-max-slots
 2026-05-14  2:07 UTC  (9+ messages)
` [PATCH v12 1/5] vhost: add user to mailmap and define to vhost hdr
` [PATCH v12 2/5] vhost_user: header defines for add/rem mem region
` [PATCH v12 4/5] vhost_user: Function defs for add/rem mem regions

[PATCH] Windows: fix core count on NUMA with more than 64 cores per node
 2026-05-13 23:55 UTC 

[PATCH] bpf/arm64: support packet data load instructions
 2026-05-13 20:56 UTC  (6+ messages)
` [PATCH v2 0/2] "
  ` [PATCH v2 2/2] "

[DPDK/core Bug 1944] Crash due to corruption from data race in page prefault in alloc_seg()
 2026-05-13 17:23 UTC 

[PATCH] Updated skeleton example code to better emit error
 2026-05-13 16:30 UTC  (2+ messages)

[PATCH v1] dts: clean cryptodev environment after a test run
 2026-05-13 15:40 UTC  (2+ messages)
` [PATCH v3] "

[RFC PATCH 1/2] dts: update parsing for cryptodev latency
 2026-05-13 15:27 UTC  (3+ messages)
` [PATCH v1 "
  ` [PATCH v1 2/2] dts: add latency coverage for cryptodev testing

[PATCH v12 10/10] net/sxe2: add vectorized Rx and Tx
 2026-05-13 14:45 UTC  (11+ messages)
` [PATCH v13 00/10] net/sxe2: fix logic errors and address feedback
  ` [PATCH v13 01/10] mailmap: add Jie Liu
  ` [PATCH v13 02/10] doc: add sxe2 guide and release notes
  ` [PATCH v13 03/10] common/sxe2: add sxe2 basic structures
  ` [PATCH v13 05/10] drivers: add base driver probe skeleton
  ` [PATCH v13 06/10] drivers: support PCI BAR mapping
  ` [PATCH v13 08/10] net/sxe2: support queue setup and control
  ` [PATCH v13 09/10] drivers: add data path for Rx and Tx
  ` [PATCH v13 10/10] net/sxe2: add vectorized "

[PATCH] FIX: excessive logging in I40E driver
 2026-05-12 23:42 UTC 

[PATCH] Fixed outdated documentation on the hello world doc, which incorrectly stated an easier way to launch the lcore_hello function. The example program uses the simpler version and the documentation stating it as an "equivalent and simpler" alternative is moot. It is now the default
 2026-05-12 19:16 UTC  (3+ messages)
  ` [PATCH] Remove redundant simpler equivalent section

[PATCH 0/4] Remove limitations coming from legacy VMDq
 2026-05-12 14:41 UTC  (4+ messages)
` [PATCH v3 0/5] "
  ` [PATCH v3 4/5] net/iavf: accept up to 32k unicast MAC addresses

[PATCH v1 0/4] Introduce generic cache stash API and PCIe TPH implementation
 2026-05-12 14:38 UTC  (3+ messages)


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