DPDK patches and discussions
 help / color / mirror / Atom feed
[RFC 00/10] eventdev: remove single-event enqueue and dequeue
 2024-10-15 18:25 UTC  (14+ messages)
` [RFC 01/10] event/dsw: remove single event "
  ` [RFC v2 00/10] eventdev: remove single-event "
    ` [RFC v2 04/10] event/octeontx: remove single event "
` [RFC 02/10] event/dlb2: "
` [RFC 03/10] event/cnxk: "
` [RFC 04/10] event/octeontx: "
` [RFC 05/10] event/sw: "
` [RFC 06/10] event/dpaa: "
` [RFC 07/10] event/dpaa2: "
` [RFC 08/10] event/opdl: "
` [RFC 09/10] event/skeleton: "
` [RFC 10/10] eventdev: "

[PATCH v6 3/3] examples/ptpclient: add frequency adjustment
 2024-10-15 17:57 UTC  (4+ messages)
` [PATCH v7] "

[PATCH v2 0/3] add frequency adjustment support for PTP
 2024-10-15 17:42 UTC  (3+ messages)
` [PATCH v2 3/3] examples/ptpclient: add frequency adjustment support

[PATCH dpdk v1 00/15] IPv6 APIs overhaul
 2024-10-15 17:12 UTC  (4+ messages)
` [PATCH dpdk v3 00/17] "
  ` [PATCH dpdk v3 17/17] ipv6: add function to check ipv6 version

[PATCH] fib: fix return value behavior
 2024-10-15 17:11 UTC 

[PATCH v1 0/3] Import Kernel uAPI header files
 2024-10-15 17:10 UTC  (3+ messages)
` [PATCH v1 3/3] vduse: use imported VDUSE uAPI header

[PATCH] net/dpaa/fmlib: remove new line char from the logs
 2024-10-15 17:05 UTC  (2+ messages)

[PATCH] net/iavf: fix mac address with i40e PF Linux driver
 2024-10-15 17:03 UTC  (4+ messages)
` [PATCH v2] net/iavf: preserve MAC "

[v2 1/5] raw/zxdh: introduce zxdh raw device driver
 2024-10-15 16:52 UTC  (4+ messages)
` [v3 5/5] raw/gdtc: add support for dequeue operation

[PATCH v2 1/5] net/mlx5/hws: introduce new matcher type
 2024-10-15 16:47 UTC  (5+ messages)
` [PATCH v2 2/5] net/mlx5/hws: introduce jump to matcher action
` [PATCH v2 3/5] net/mlx5: create array ste matcher
` [PATCH v2 4/5] net/mlx5: add flow rule insertion by index with pattern
` [PATCH v2 5/5] net/mlx5: implement jump to table index action

[PATCH 1/5] net/mlx5/hws: introduce new matcher type
 2024-10-15 16:35 UTC  (5+ messages)
` [PATCH 2/5] net/mlx5/hws: introduce jump to matcher action
` [PATCH 3/5] net/mlx5: create array ste matcher
` [PATCH 4/5] net/mlx5: add flow rule insertion by index with pattern
` [PATCH 5/5] net/mlx5: implement jump to table index action

[PATCH v1] net/ice: fix ice Rx timestamp for E822 NICs
 2024-10-15 16:29 UTC  (2+ messages)

[PATCH] net/iavf: simplify mailbox message generation for mac
 2024-10-15 16:22 UTC  (2+ messages)

[PATCH v2] test: fix option block
 2024-10-15 16:21 UTC  (3+ messages)
` [PATCH v3] test: fix option devices

[PATCH 01/20] common/cnxk: implement SSO HW info
 2024-10-15 16:17 UTC  (3+ messages)
` [PATCH 02/20] event/cnxk: add CN20K specific device probe

[PATCH v4 0/5] Stage-Ordered API and other extensions for ring library
 2024-10-15 16:02 UTC  (11+ messages)
` [PATCH v5 0/6] "
  ` [PATCH v5 1/6] ring: common functions for 'move head' ops
  ` [PATCH v5 2/6] ring: make copying functions generic
  ` [PATCH v5 3/6] ring: make dump function more verbose
  ` [PATCH v5 4/6] ring/soring: introduce Staged Ordered Ring
  ` [PATCH v5 5/6] app/test: add unit tests for soring API
  ` [PATCH v5 6/6] test: add stress test suite

[PATCH v4] net/zxdh: Provided zxdh basic init
 2024-10-15 15:57 UTC  (13+ messages)
` [PATCH v5 0/9] net/zxdh: introduce net zxdh driver
  ` [PATCH v5 1/9] net/zxdh: add zxdh ethdev pmd driver
    ` [PATCH v5 2/9] net/zxdh: add logging implementation
      ` [PATCH v5 3/9] net/zxdh: add zxdh device pci init implementation
      ` [PATCH v5 4/9] net/zxdh: add msg chan and msg hwlock init
      ` [PATCH v5 5/9] net/zxdh: add msg chan enable implementation
      ` [PATCH v5 6/9] net/zxdh: add zxdh get device backend infos
      ` [PATCH v5 7/9] net/zxdh: add configure zxdh intr implementation
      ` [PATCH v5 8/9] net/zxdh: add zxdh dev infos get ops
      ` [PATCH v5 9/9] net/zxdh: add zxdh dev configure ops

[PATCH v1 00/18] net/r8169: add r8169 pmd to dpdk
 2024-10-15 15:54 UTC  (26+ messages)
` [PATCH v1 01/18] net/r8169: add PMD driver skeleton
` [PATCH v1 02/18] net/r8169: add logging structure
` [PATCH v1 03/18] net/r8169: add hardware registers access routines
` [PATCH v1 04/18] net/r8169: implement core logic for Tx/Rx
` [PATCH v1 05/18] net/r8169: add support for hw config
` [PATCH v1 06/18] net/r8169: add phy registers access routines
` [PATCH v1 07/18] net/r8169: add support for hardware operations
` [PATCH v1 08/18] net/r8169: add support for phy configuration
` [PATCH v1 09/18] net/r8169: add support for hw initialization
` [PATCH v1 10/18] net/r8169: add link status and interrupt management
` [PATCH v1 11/18] net/r8169: implement Rx path
` [PATCH v1 12/18] net/r8169: implement Tx path
` [PATCH v1 13/18] net/r8169: implement device statistics
` [PATCH v1 14/18] net/r8169: implement promisc and allmulti modes
` [PATCH v1 15/18] net/r8169: impelment MTU configuration
` [PATCH v1 16/18] net/r8169: add support for getting fw version
` [PATCH v1 17/18] net/r8169: add driver_start and driver_stop
` [PATCH v1 18/18] doc/guides/nics: add documents for r8169 pmd

[PATCH 0/2] introduce PM QoS interface
 2024-10-15 15:45 UTC  (14+ messages)
` [PATCH v10 0/2] power: "
  ` [PATCH v10 1/2] power: introduce PM QoS API on CPU wide
  ` [PATCH v10 2/2] examples/l3fwd-power: add PM QoS configuration

[PATCH 0/5] updates for net/ice driver
 2024-10-15 15:19 UTC  (10+ messages)
` [PATCH 2/5] net/ice: improve Tx scheduler graph output
` [PATCH v2 0/5] updates for net/ice driver
  ` [PATCH v2 1/5] net/ice: detect stopping a flow-director queue twice
  ` [PATCH v2 2/5] net/ice: improve Tx scheduler graph output
  ` [PATCH v2 3/5] net/ice: add option to choose DDP package file
  ` [PATCH v2 4/5] net/ice: add option to download scheduler topology
  ` [PATCH v2 5/5] net/ice: limit the number of queues to sched capabilities

[PATCH v02] net/af_packet: support link status update
 2024-10-15 15:19 UTC  (2+ messages)

rte_ring move head question for machines with relaxed MO (arm/ppc)
 2024-10-15 15:11 UTC  (10+ messages)

[PATCH 0/3] Enhance headers check
 2024-10-15 14:44 UTC  (8+ messages)
` [PATCH 1/3] bitops: fix build for GCC without experimental API
` [PATCH 2/3] bitset: "
` [PATCH 3/3] buildtools/chkincs: check headers with stable API only

[PATCH] mbuf: add transport mode ESP packet type
 2024-10-15 14:40 UTC  (2+ messages)

[PATCH] config/riscv: name the cross file properly
 2024-10-15 11:34 UTC  (4+ messages)

[PATCH v10 1/7] eal: add static per-lcore memory allocation facility
 2024-10-15 10:13 UTC  (29+ messages)
` [PATCH v11 0/7] Lcore variables
  ` [PATCH v11 1/7] eal: add static per-lcore memory allocation facility
    ` [PATCH v12 0/7] Lcore variables
      ` [PATCH v12 1/7] eal: add static per-lcore memory allocation facility
        ` [PATCH v13 0/7] Lcore variables
          ` [PATCH v13 1/7] eal: add static per-lcore memory allocation facility
          ` [PATCH v13 2/7] eal: add lcore variable functional tests
          ` [PATCH v13 3/7] eal: add lcore variable performance test
          ` [PATCH v13 4/7] random: keep PRNG state in lcore variable
          ` [PATCH v13 5/7] power: keep per-lcore "
          ` [PATCH v13 6/7] service: "
          ` [PATCH v13 7/7] eal: keep per-lcore power intrinsics "
      ` [PATCH v12 2/7] eal: add lcore variable functional tests
      ` [PATCH v12 3/7] eal: add lcore variable performance test
      ` [PATCH v12 4/7] random: keep PRNG state in lcore variable
      ` [PATCH v12 5/7] power: keep per-lcore "
      ` [PATCH v12 6/7] service: "
      ` [PATCH v12 7/7] eal: keep per-lcore power intrinsics "
  ` [PATCH v11 "

[PATCH 0/9] net/ice: base code update for RC2
 2024-10-15 10:05 UTC  (4+ messages)
` [PATCH v2 00/10] "

[PATCH v13 0/4] add support for self monitoring
 2024-10-15  9:18 UTC  (10+ messages)
` [PATCH v14 "
  ` [PATCH v14 1/4] lib: add generic support for reading PMU events
        ` [EXTERNAL] "
  ` [PATCH v14 4/4] eal: add PMU support to tracing library
      ` [EXTERNAL] "

[PATCH 0/2] Fix race in ethdev telemetry
 2024-10-15  8:38 UTC  (7+ messages)
` [PATCH dpdk v3 "
  ` [PATCH dpdk v3 2/2] ethdev: fix potential race in telemetry endpoints

[PATCH v2] ip_frag: support IPv6 reassembly with extensions
 2024-10-15  8:21 UTC 

[PATCH v2] net/bonding: add user callback for bond xmit policy
 2024-10-15  8:20 UTC 

[PATCH 0/5] Increase minimum meson version
 2024-10-15  8:17 UTC  (11+ messages)
` [PATCH 1/5] build: increase minimum meson version to 0.57
` [PATCH 2/5] build: remove version check on compiler links function
` [PATCH 3/5] build: remove unnecessary version checks
` [PATCH 4/5] build: use version file support from meson
` [PATCH 5/5] build: replace deprecated meson function

[PATCH] test/fib: fix RCU tests
 2024-10-15  7:51 UTC 

[PATCH v1 1/1] net/octeon_ep: fix return code
 2024-10-15  7:25 UTC 

[v5 01/15] dma/dpaa2: configure route by port by PCIe port param
 2024-10-15  7:14 UTC  (20+ messages)
` [v6 00/15] NXP DMA driver fixes and Enhancements
  ` [v6 08/15] dma/dpaa: refactor driver
  ` [v7 00/15] NXP DMA driver fixes and Enhancements
    ` [v7 01/15] dma/dpaa2: configure route by port by PCIe port param
    ` [v7 02/15] dma/dpaa2: refactor driver code
    ` [v7 03/15] bus/fslmc: enhance the qbman dq storage logic
    ` [v7 04/15] dma/dpaa2: add short FD support
    ` [v7 05/15] dma/dpaa2: limit the max descriptor number
    ` [v7 06/15] dma/dpaa2: change the DMA copy return value
    ` [v7 07/15] dma/dpaa2: move the qdma header to common place
    ` [v7 08/15] dma/dpaa: refactor driver
    ` [v7 09/15] dma/dpaa: support burst capacity API
    ` [v7 10/15] dma/dpaa: add silent mode support
    ` [v7 11/15] dma/dpaa: add workaround for ERR050757
    ` [v7 12/15] dma/dpaa: qdma stall workaround for ERR050265
    ` [v7 13/15] dma/dpaa: add Scatter Gather support
    ` [v7 14/15] dma/dpaa: add DMA error checks
    ` [v7 15/15] bus/dpaa: add port bmi stats

[PATCH 1/6] eal: add static per-lcore memory allocation facility
 2024-10-15  6:29 UTC  (10+ messages)
` [PATCH v2 0/6] Lcore variables
  ` [PATCH v2 1/6] eal: add static per-lcore memory allocation facility

[PATCH v5 0/3] Introduce node-specific errors in graph library
 2024-10-15  5:42 UTC  (8+ messages)
` [PATCH v6 0/3] Introduce node-specific xstats "
  ` [PATCH v6 1/3] graph: add support for node specific xstats
  ` [PATCH v7 0/3] Introduce node-specific xstats in graph library
    ` [PATCH v7 1/3] graph: add support for node specific xstats
    ` [PATCH v7 2/3] doc: update graph layout and node anatomy images
    ` [PATCH v7 3/3] node: add xstats for ip4 nodes

[PATCH v3 0/5] power: refactor power management library
 2024-10-15  3:15 UTC  (9+ messages)
` [PATCH v4 "
  ` [PATCH v4 1/5] power: refactor core "
  ` [PATCH v4 2/5] power: refactor uncore "
  ` [PATCH v4 3/5] test/power: removed function pointer validations
  ` [PATCH v4 4/5] power/amd_uncore: uncore support for AMD EPYC processors
  ` [PATCH v4 5/5] maintainers: update for drivers/power

[PATCH v5] devtools: add .clang-format file
 2024-10-15  3:12 UTC  (4+ messages)
` [PATCH v6] "

[DPDK/cryptodev Bug 1565] Lots of warnings from Clang Asan build in Openssl PMD
 2024-10-15  2:51 UTC 

[v2 01/43] net/dpaa2: enhance Tx scatter-gather mempool
 2024-10-15  2:32 UTC  (10+ messages)
` [v3 00/43] DPAA2 specific patches
  ` [v3 13/43] bus/fslmc: get MC VFIO group FD directly
  ` [v3 14/43] bus/fslmc: enhance MC VFIO multiprocess support
  ` [v3 16/43] bus/fslmc: dynamic IOVA mode configuration
  ` [v3 43/43] net/dpaa2: dpdmux single flow/multiple rules support

[PATCH] net/mlx5: fix potential memory leak in meter
 2024-10-15  1:47 UTC  (2+ messages)
` [PATCH v2] "

DPDK testpmd with E823 link status is down
 2024-10-15  0:46 UTC  (11+ messages)

[PATCH v1 0/2] baseband/acc: vrb2 FFT support
 2024-10-14 22:30 UTC  (3+ messages)
` [PATCH v1 1/2] baseband/acc: FFT support in VRB2 PRQ device
` [PATCH v1 2/2] baseband/acc: saturate input to 6 bits for VRB decoder

[PATCH v2 0/2] dts: port over unified packet type suite
 2024-10-14 21:08 UTC  (4+ messages)
` [PATCH v3 "
  ` [PATCH v3 1/2] dts: add VXLAN port method to testpmd shell
  ` [PATCH v3 2/2] dts: port over unified packet suite

[PATCH v4 0/5] add feature arc in rte_graph
 2024-10-14 19:54 UTC  (4+ messages)
` [PATCH v5 "
  ` [PATCH v5 4/5] test/graph_feature_arc: add functional tests

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