DPDK-dev Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-04-30 22:06:51 to 2026-05-06 06:13:40 UTC [more...]

[PATCH v3 9/9] net/sxe2: add data path for Rx and Tx
 2026-05-06  6:12 UTC  (47+ messages)
` [PATCH v4 0/9] net/sxe2: added Linkdata sxe2 ethernet driver
  ` [PATCH v4 1/9] mailmap: add Jie Liu
  ` [PATCH v4 2/9] doc: add sxe2 guide and release notes
  ` [PATCH v4 3/9] drivers: add sxe2 basic structures
  ` [PATCH v4 4/9] common/sxe2: add base driver skeleton
  ` [PATCH v4 5/9] drivers: add base driver probe skeleton
  ` [PATCH v4 6/9] drivers: support PCI BAR mapping
  ` [PATCH v4 7/9] common/sxe2: add ioctl interface for DMA map and unmap
  ` [PATCH v4 8/9] net/sxe2: support queue setup and control
  ` [PATCH v4 9/9] net/sxe2: add data path for Rx and Tx
    ` [PATCH v5 0/9] net/sxe2: added Linkdata sxe2 ethernet driver
      ` [PATCH v5 1/9] mailmap: add Jie Liu
      ` [PATCH v5 2/9] doc: add sxe2 guide and release notes
      ` [PATCH v5 3/9] drivers: add sxe2 basic structures
      ` [PATCH v5 4/9] common/sxe2: add base driver skeleton
      ` [PATCH v5 5/9] drivers: add base driver probe skeleton
      ` [PATCH v5 6/9] drivers: support PCI BAR mapping
      ` [PATCH v5 7/9] common/sxe2: add ioctl interface for DMA map and unmap
      ` [PATCH v5 8/9] net/sxe2: support queue setup and control
      ` [PATCH v5 9/9] net/sxe2: add data path for Rx and Tx
        ` [PATCH v6 00/10] Add sxe2 driver
          ` [PATCH v6 01/10] mailmap: add Jie Liu
          ` [PATCH v6 02/10] doc: add sxe2 guide and release notes
          ` [PATCH v6 03/10] drivers: add sxe2 basic structures
          ` [PATCH v6 04/10] common/sxe2: add base driver skeleton
          ` [PATCH v6 05/10] drivers: add base driver probe skeleton
          ` [PATCH v6 06/10] drivers: support PCI BAR mapping
          ` [PATCH v6 07/10] common/sxe2: add ioctl interface for DMA map and unmap
          ` [PATCH v6 08/10] net/sxe2: support queue setup and control
          ` [PATCH v6 09/10] drivers: add data path for Rx and Tx
          ` [PATCH v6 10/10] net/sxe2: add vectorized "
            ` [PATCH v7 00/10] Add Linkdata sxe2 driver
              ` [PATCH v7 01/10] doc: add sxe2 guide and release notes
              ` [PATCH v7 02/10] drivers: add sxe2 basic structures
              ` [PATCH v7 03/10] common/sxe2: add base driver skeleton
              ` [PATCH v7 04/10] drivers: add base driver probe skeleton
              ` [PATCH v7 05/10] drivers: support PCI BAR mapping
              ` [PATCH v7 06/10] common/sxe2: add ioctl interface for DMA map and unmap
              ` [PATCH v7 07/10] net/sxe2: support queue setup and control
              ` [PATCH v7 08/10] drivers: add data path for Rx and Tx
              ` [PATCH v7 09/10] net/sxe2: add vectorized "
                ` [PATCH v8 00/10] Add Linkdata sxe2 driver
                  ` [PATCH v8 04/10] common/sxe2: add base driver skeleton
                  ` [PATCH v8 07/10] common/sxe2: add ioctl interface for DMA map and unmap

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

[PATCH v12 0/5] Support add/remove memory region and get-max-slots
 2026-05-06  3:37 UTC  (6+ 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 3/5] vhost_user: support function defines for back-end
` [PATCH v12 4/5] vhost_user: Function defs for add/rem mem regions
` [PATCH v12 5/5] vhost_user: enable configure memory slots

[PATCH v12 0/6] flow_parser: add shared parser library
 2026-05-06  3:29 UTC  (13+ messages)
` [PATCH v12 1/6] cmdline: include stddef.h for MSVC compatibility
` [PATCH v12 2/6] ethdev: add RSS type helper APIs
` [PATCH v12 3/6] ethdev: add flow parser library
` [PATCH v12 4/6] app/testpmd: use flow parser from ethdev
` [PATCH v12 5/6] examples/flow_parsing: add flow parser demo
` [PATCH v12 6/6] test: add flow parser functional tests
` [RFC PATCH 0/3] flow_compile: textual flow rule compiler
  ` [RFC 1/3] flow_compile: introduce "
  ` [RFC 2/3] doc: add programmer's guide for "
  ` [RFC 3/3] test/flow_compile: add unit tests "

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

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

[PATCH] ring: add cache guard after ring elements table
 2026-05-06  1:04 UTC  (10+ messages)
` [PATCH v2] "

[PATCH] net/iavf: add support for QinQ insertion
 2026-05-05 17:19 UTC  (5+ messages)

[PATCH v1 1/4] net/ixgbe: implement flow dump
 2026-05-05 16:51 UTC  (10+ messages)
` [PATCH v2 "
  ` [PATCH v2 2/4] net/i40e: "
  ` [PATCH v2 3/4] net/iavf: "
  ` [PATCH v2 4/4] net/ice: "

23.11.7 patches review and test
 2026-05-05 16:05 UTC  (5+ messages)

[PATCH v3 0/2] few improvemnts for SORING lib
 2026-05-05 15:47 UTC  (8+ messages)
` [PATCH v4 "
  ` [PATCH v4 2/2] ring: introduce peek API for soring
  ` [PATCH v5 0/2] few improvemnts for SORING lib
    ` [PATCH v5 1/2] ring: make soring to always finalize its own stage
    ` [PATCH v5 2/2] ring: introduce peek API for soring

[PATCH] net/i40e: validate DDP segment header before use
 2026-05-05 15:43 UTC  (2+ messages)

[PATCH] net/ixgbe: incorrect MAC/VLAN item validation for ntuple
 2026-05-05 15:19 UTC  (2+ messages)

[PATCH v2 0/3] net/iavf: add NEON support for Rx/Tx paths
 2026-05-05 14:06 UTC  (6+ messages)
` [PATCH v3 "
  ` [PATCH v3 1/3] net/iavf: add Rx scattered function for 32B desc
  ` [PATCH v3 2/3] net/iavf: add NEON-optimised Tx burst function
  ` [PATCH v3 3/3] net/iavf: add NEON support for Rx flex desc

[PATCH] devtools: fix regex matching literal plus in patches
 2026-05-05 14:03 UTC 

[PATCH] spinlock: remove volatile qualifier
 2026-05-05 13:24 UTC  (7+ messages)
  ` [PATCH] spinlock: fix API comments

[PATCH] net/ixgbe: fix flow control frame byte adjustment
 2026-05-04 14:55 UTC 

[PATCH] net/ixgbe: fix good octets CRC adjustment
 2026-05-04 14:15 UTC 

[PATCH] net/ixgbe: fix queue received bytes CRC adjustment
 2026-05-04 12:26 UTC 

[PATCH] net/ice: fix TM node ID validation against configured queues
 2026-05-05 12:31 UTC 

[PATCH v4 3/3] doc: announce change to LLDP packet detection in iavf PMD
 2026-05-05 11:13 UTC  (3+ messages)
` [PATCH v5 0/3] iavf: LLDP ptype and AVX2 ctx paths

[RFC v1 0/4] introduce PTP protocol library and software relay example
 2026-05-05 16:38 UTC  (19+ messages)
` [RFC v2 0/6] introduce PTP protocol library and software relay
` [RFC v3 "
  ` [RFC v3 1/6] ptp: introduce PTP protocol library
  ` [RFC v3 2/6] doc: add PTP library programmer's guide
  ` [RFC v3 3/6] examples/ptp_tap_relay_sw: add software PTP relay example
  ` [RFC v3 4/6] doc: add PTP software relay sample app guide
  ` [RFC v3 5/6] app/test: add PTP library unit tests
  ` [RFC v3 6/6] examples/ptpclient: use shared PTP library definitions
` [RFC v4 0/6] introduce PTP protocol library and software relay
  ` [RFC v4 1/6] ptp: introduce PTP protocol library
  ` [RFC v4 2/6] doc: add PTP library programmer's guide
  ` [RFC v4 3/6] examples/ptp_tap_relay_sw: add software PTP relay example
  ` [RFC v4 4/6] doc: add PTP software relay sample app guide
  ` [RFC v4 5/6] app/test: add PTP library unit tests
  ` [RFC v4 6/6] examples/ptpclient: use shared PTP library definitions

[PATCH v1] net/intel: fix mbuf leak in idpf split queue Tx path
 2026-05-05 10:45 UTC  (3+ messages)
` [PATCH v3] net/idpf: fix multi-segment mbuf leak in split Tx

[PATCH] test: sync soft expiry check in inline IPsec
 2026-05-05 10:43 UTC 

[PATCH] net/iavf: add support for QinQ strip
 2026-05-05 10:33 UTC  (4+ messages)
` [PATCH v4] "

[RFC PATCH 0/7] Add script for real-time telemetry monitoring
 2026-05-05 10:08 UTC  (9+ messages)
` [PATCH v5 "
  ` [PATCH v5 1/7] usertools: add new script to monitor telemetry on terminal
  ` [PATCH v5 2/7] usertools/telemetry-watcher: add displaying stats
  ` [PATCH v5 3/7] usertools/telemetry-watcher: add delta and timeout opts
  ` [PATCH v5 4/7] usertools/telemetry-watcher: add total and one-line opts
  ` [PATCH v5 5/7] usertools/telemetry-watcher: add thousands separator
  ` [PATCH v5 6/7] usertools/telemetry-watcher: add eth name shortcuts
  ` [PATCH v5 7/7] usertools/telemetry-watcher: support reconnection

[PATCH 1/2] common/cnxk: add ROC API to support custom profile
 2026-05-05  8:50 UTC  (2+ messages)
` [PATCH 2/2] net/cnxk: add PMD API to support custom profile setup

[PATCH v3] node: lookup with RISC-V vector extension
 2026-05-05  6:21 UTC  (9+ messages)
` [PATCH v4 0/2] RISC-V vector extension support
  ` [PATCH v5 "
  ` [PATCH v5 1/2] eal/riscv: set default SIMD bitwidth to 128
  ` [PATCH v5 2/2] node: lookup with RISC-V vector extension

[PATCH v10 0/5] Support add/remove memory region and get-max-slots
 2026-05-05  5:54 UTC  (4+ messages)
` [PATCH v10 4/5] vhost_user: Function defs for add/rem mem regions

[PATCH v11 7/9] test/pmu: enable test
 2026-05-05  5:30 UTC  (6+ messages)
` [PATCH v2 1/5] trace: change scope of conditional block
  ` [PATCH v2 2/5] test/pmu: enable test
  ` [PATCH v2 3/5] trace: add PMU
  ` [PATCH v2 4/5] lib/pmu: fix out-of-bound access
  ` [PATCH v2 5/5] test/pmu: improve error handling and enable test

[PATCH] mempool: introduce statistics reset function
 2026-05-04 12:40 UTC  (4+ messages)
` [PATCH v2] "

[PATCH v9 0/5] Support add/remove memory region and get-max-slots
 2026-05-04 11:28 UTC  (5+ messages)

[PATCH] stack: rightsize cache guard
 2026-05-04  7:15 UTC 

[PATCH v3] acl: add RISC-V vector extension implementation
 2026-05-04  7:11 UTC  (2+ messages)

[PATCH dpdk] net/tap: use offsets provided by rte_net_get_ptype
 2026-05-03  3:29 UTC  (3+ messages)
` [PATCH dpdk v3] "

[PATCH] examples/l2fwd: fix port statistics reset inside loop
 2026-05-01 22:57 UTC  (2+ messages)

[PATCH v7 00/18] Support VFIO cdev API in DPDK
 2026-05-01 22:45 UTC  (2+ messages)

[PATCH 0/2] test: clean up assertion macros
 2026-05-01 16:34 UTC  (4+ messages)
` [PATCH v2 0/2] test: cleanup "
  ` [PATCH v2 1/2] test: use inline helpers in buffer comparison macros
  ` [PATCH v2 2/2] test: parenthesize assertion macro parameters

[PATCH 1/2] net/ice: properly handle TM hierarchy deletion
 2026-05-01 10:57 UTC  (2+ messages)
` [PATCH 2/2] net/ice: fix shaper profile reference count tracking

[PATCH] devtools: fix SPDX tag check
 2026-05-01  9:55 UTC  (5+ messages)
` [PATCH v2] "

[PATCH v3 0/7] dts: move test suite imports from framework to API
 2026-04-30 22:06 UTC  (9+ messages)
` [PATCH v4 "
  ` [PATCH v4 1/7] dts: move exception module "
  ` [PATCH v4 2/7] dts: move utils "
  ` [PATCH v4 3/7] dts: move context "
  ` [PATCH v4 4/7] dts: move testbed model "
  ` [PATCH v4 5/7] dts: move test suite module "
  ` [PATCH v4 6/7] dts: move params directory "
  ` [PATCH v4 7/7] dts: separate Linux session into interface and logic


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