DPDK patches and discussions
 help / color / mirror / Atom feed
[PATCH 00/46] use stdatomic API
 2024-05-17 20:04 UTC  (55+ messages)
` [PATCH v5 00/45] "
  ` [PATCH v5 31/45] baseband/acc: use rte "
` [PATCH v6 00/45] use "
  ` [PATCH v6 01/45] net/mlx5: use rte "
  ` [PATCH v6 02/45] net/ixgbe: "
  ` [PATCH v6 03/45] net/iavf: "
  ` [PATCH v6 04/45] net/ice: "
  ` [PATCH v6 05/45] net/i40e: "
  ` [PATCH v6 06/45] net/hns3: "
  ` [PATCH v6 07/45] net/bnxt: "
  ` [PATCH v6 08/45] net/cpfl: "
  ` [PATCH v6 09/45] net/af_xdp: "
  ` [PATCH v6 10/45] net/octeon_ep: "
  ` [PATCH v6 11/45] net/octeontx: "
  ` [PATCH v6 12/45] net/cxgbe: "
  ` [PATCH v6 13/45] net/gve: "
  ` [PATCH v6 14/45] net/memif: "
  ` [PATCH v6 15/45] net/thunderx: "
  ` [PATCH v6 16/45] net/virtio: "
  ` [PATCH v6 17/45] net/hinic: "
  ` [PATCH v6 18/45] net/idpf: "
  ` [PATCH v6 19/45] net/qede: "
  ` [PATCH v6 20/45] net/ring: "
  ` [PATCH v6 21/45] vdpa/mlx5: "
  ` [PATCH v6 22/45] raw/ifpga: "
  ` [PATCH v6 23/45] event/opdl: "
  ` [PATCH v6 24/45] event/octeontx: "
  ` [PATCH v6 25/45] event/dsw: "
  ` [PATCH v6 26/45] dma/skeleton: "
  ` [PATCH v6 27/45] crypto/octeontx: "
  ` [PATCH v6 28/45] common/mlx5: "
  ` [PATCH v6 29/45] common/idpf: "
  ` [PATCH v6 30/45] common/iavf: "
  ` [PATCH v6 31/45] baseband/acc: "
  ` [PATCH v6 32/45] net/txgbe: "
  ` [PATCH v6 33/45] net/null: "
  ` [PATCH v6 34/45] event/dlb2: "
  ` [PATCH v6 35/45] dma/idxd: "
  ` [PATCH v6 36/45] crypto/ccp: "
  ` [PATCH v6 37/45] common/cpt: "
  ` [PATCH v6 38/45] bus/vmbus: "
  ` [PATCH v6 39/45] examples: "
  ` [PATCH v6 40/45] app/dumpcap: "
  ` [PATCH v6 41/45] app/test: "
  ` [PATCH v6 42/45] app/test-eventdev: "
  ` [PATCH v6 43/45] app/test-crypto-perf: "
  ` [PATCH v6 44/45] app/test-compress-perf: "
  ` [PATCH v6 45/45] app/test-bbdev: "

[RFC 0/3] generic sw counters
 2024-05-17 17:35 UTC  (62+ messages)
` [PATCH v3 0/7] Generic SW counters
  ` [PATCH v3 1/7] eal: generic 64 bit counter
  ` [PATCH v3 7/7] net/tap: use generic SW stats
` [PATCH v4 0/8] Generic 64 bit counters for SW PMD's
  ` [PATCH v4 1/8] eal: generic 64 bit counter
  ` [PATCH v4 2/8] ethdev: add common counters for statistics
  ` [PATCH v4 3/8] net/af_packet: use generic SW stats
  ` [PATCH v4 4/8] net/af_xdp: "
  ` [PATCH v4 5/8] net/pcap: "
  ` [PATCH v4 6/8] net/ring: "
  ` [PATCH v4 7/8] net/tap: "
  ` [PATCH v4 8/8] net/null: "
` [PATCH v5 0/9] Generic 64 bit counters
  ` [PATCH v5 1/9] eal: generic 64 bit counter
  ` [PATCH v5 2/9] ethdev: add common counters for statistics
  ` [PATCH v5 3/9] net/af_packet: use generic SW stats
  ` [PATCH v5 4/9] net/af_xdp: "
  ` [PATCH v5 5/9] net/pcap: "
  ` [PATCH v5 6/9] test/pmd_ring: initialize mbufs
  ` [PATCH v5 7/9] net/ring: use generic SW stats
  ` [PATCH v5 8/9] net/tap: "
  ` [PATCH v5 9/9] net/null: "
` [PATCH v6 0/9] Generic 64 bit counters for SW drivers
  ` [PATCH v6 1/9] eal: generic 64 bit counter
  ` [PATCH v6 2/9] ethdev: add common counters for statistics
  ` [PATCH v6 3/9] net/af_packet: use generic SW stats
  ` [PATCH v6 4/9] net/af_xdp: "
  ` [PATCH v6 5/9] net/pcap: "
  ` [PATCH v6 6/9] test/pmd_ring: initialize mbufs
  ` [PATCH v6 7/9] net/ring: use generic SW stats
  ` [PATCH v6 8/9] net/tap: "
  ` [PATCH v6 9/9] net/null: "
` [PATCH v7 0/9] Use weak atomic operations for SW PMD counters
  ` [PATCH v7 1/9] eal: generic 64 bit counter
  ` [PATCH v7 2/9] ethdev: add common counters for statistics
  ` [PATCH v7 3/9] net/af_packet: use generic SW stats
  ` [PATCH v7 4/9] net/af_xdp: "
  ` [PATCH v7 5/9] net/pcap: "
  ` [PATCH v7 6/9] test/pmd_ring: initialize mbufs
  ` [PATCH v7 7/9] net/ring: use generic SW stats
  ` [PATCH v7 8/9] net/tap: "
  ` [PATCH v7 9/9] net/null: "

[PATCH] eal/unix: support ZSTD compression for firmwares
 2024-05-17 17:01 UTC  (4+ messages)
` [PATCH v2] eal/unix: support ZSTD compression for firmware

[PATCH] maintainers: update for eal
 2024-05-17 16:34 UTC  (3+ messages)

[PATCH] net/af_xdp: fix umem map size for zero copy
 2024-05-17 13:19 UTC  (3+ messages)
` [PATCH v2] "

[PATCH] doc: ensure sphinx output is reproducible
 2024-05-17 11:29 UTC  (6+ messages)

Minutes of Technical Board meeting 2024-05-15
 2024-05-17  9:42 UTC 

[DPDK/ethdev Bug 1443] net/af_packet: defragmented packet will be truncated when exceed the frame size
 2024-05-17  9:39 UTC 

[PATCH v3] devtools: add .clang-format file
 2024-05-17  9:30 UTC  (15+ messages)
` [PATCH v4] "
            ` [PATCH v5] "

[v1 0/2] extend VXLAN header to support more extensions
 2024-05-17  8:07 UTC  (3+ messages)
` [v1 1/2] net: "
` [v1 2/2] app/testpmd: introduce VXLAN-GBP and VXLAN-GPE fields

DPDK 23.11.1(LTS) released
 2024-05-17  7:53 UTC 

[PATCH 01/10] common/cnxk: sync VF root weight with kernel
 2024-05-17  7:44 UTC  (10+ messages)
` [PATCH 02/10] net/cnxk: set VF default root schedule weight
` [PATCH 03/10] net/cnxk: fix extbuf handling for multisegment packet
` [PATCH 04/10] common/cnxk: override UDP encap ports with session data
` [PATCH 05/10] net/cnxk: update SA userdata and keep original cookie
` [PATCH 06/10] net/cnxk: add option to disable custom meta aura
` [PATCH 07/10] net/cnxk: fix issue with outbound security higher pkt burst
` [PATCH 08/10] common/cnxk: add API to reset CGX stats
` [PATCH 09/10] net/cnxk: clear CGX stats during xstats reset
` [PATCH 10/10] net/cnxk: define CPT HW result format for PMD API

[PATCH] mempool: dump includes list of memory chunks
 2024-05-17  7:29 UTC  (3+ messages)

[PATCH] cnxk: disable building template files
 2024-05-17  6:40 UTC  (2+ messages)

[PATCH] net/cpfl: get running host ID
 2024-05-17  6:31 UTC 

[DPDK/ethdev Bug 1442] uninitalized warning when ASAN enabled in hns3 PMD
 2024-05-16 21:55 UTC 

[PATCH] eal: fix missing type in dtor macro expansion
 2024-05-16 17:15 UTC  (3+ messages)

[PATCH] hash: cast away atomic qualification
 2024-05-16 17:08 UTC  (2+ messages)

[PATCH] provide crc32 functions based on intrinsics for MSVC
 2024-05-16 17:04 UTC  (3+ messages)
` [PATCH] hash: provide crc32 functions based on intrinsics

[PATCH] hash: remove return statement from function returning void
 2024-05-16 16:58 UTC  (2+ messages)

[PATCH] stop using mmx intrinsics
 2024-05-16 16:53 UTC  (3+ messages)
` [PATCH v2 0/2] "

[PATCH] crypto/mvsam: fix build
 2024-05-16 16:19 UTC  (3+ messages)

Community CI Meeting Minutes - May 16, 2024
 2024-05-16 14:42 UTC 

[PATCH 3/3] app/testpmd: support setting lanes
 2024-05-16 12:48 UTC  (4+ messages)
` [PATCH v2 0/6] "

net/ixgbe: all interrupt disabled after enabling lsc on X552/X557-AT card
 2024-05-16 11:41 UTC  (3+ messages)
` [PATCH] net/ixgbe: don't create a delayed interrupt handler if one already exists

23.11.1 patches review and test
 2024-05-16 11:27 UTC  (5+ messages)

[PATCH] bpf: don't verify classic bpfs
 2024-05-16  9:36 UTC  (3+ messages)

[PATCH] doc: remove confusing release candidate statements
 2024-05-16  9:24 UTC  (2+ messages)

pdump framework highest throughput hit bottleneck at 2.8Million pps
 2024-05-16  9:17 UTC 

DPDK Release Status Meeting 2024-05-16
 2024-05-16  8:56 UTC 

RSS Hash value returned by the gvnic pmd dpdk driver not matching Toeplitz
 2024-05-16  8:56 UTC  (6+ messages)

[RFC 1/2] eal: add pointer compression functions
 2024-05-16  8:40 UTC  (11+ messages)
` [PATCH v5 0/4] add pointer compression API
            `  "

[PATCH] bus/pci: fix build with musl 1.2.4 / Alpine 3.19
 2024-05-16  8:29 UTC  (4+ messages)

[PATCH v1] net/cpfl: check if DPDK is running on host IMC ACC
 2024-05-16  8:24 UTC  (2+ messages)

[PATCH v2 1/2] eventdev/dma: reorganize event DMA ops
 2024-05-16  7:39 UTC  (3+ messages)
` [PATCH v3 "

[PATCH 1/2] eventdev/dma: reorganize event DMA ops
 2024-05-16  7:36 UTC  (2+ messages)

[PATCH v1 0/2] Improve interactive shell output gathering
 2024-05-15 19:23 UTC  (8+ messages)
` [PATCH v2 0/3] Improve interactive shell output gathering and logging
  ` [PATCH v2 1/3] dts: Improve output gathering in interactive shells
  ` [PATCH v2 3/3] dts: Improve logging for "

[PATCH v5 1/2] dts: Change hugepage runtime config to 2MB Exclusively
 2024-05-15 15:12 UTC  (7+ messages)
` [PATCH v5 2/2] dts: Change hugepage 'amount' to a different term

[PATCH v5 0/2] Methodology change for hugepage configuration
 2024-05-15 14:50 UTC  (4+ messages)
` [PATCH v6 "

[PATCH v5] lib/hash: add defer queue reclaim API
 2024-05-15 10:54 UTC  (3+ messages)
` [PATCH v6] "

[PATCH] net/mlx5: fix bug trunk is null
 2024-05-15  9:36 UTC 

[RFC] graph/node: feedback and future improvements
 2024-05-15  9:02 UTC  (9+ messages)

[PATCH] cmdline: configure input buffer size
 2024-05-15  8:41 UTC  (3+ messages)
` [PATCH v3] cmdline: increase "

[DPDK/ethdev Bug 1441] RSS Hash returned by the gvnic pmd dpdk driver not matching Toeplitz
 2024-05-15  8:33 UTC 

Reminder - DPDK Tech Board Meeting - Tomorrow Wed. May 15, 2024 - 8am Pacific/11am Eastern/1500h UTC
 2024-05-15  3:41 UTC 

[PATCH v2] lib/hash: Set the maximum reclamation size to user provided value
 2024-05-14 20:52 UTC  (3+ messages)
` [PATCH v3] lib/hash: setting the maximum reclamation size

[PATCH v1 0/4] Add second scatter test case
 2024-05-14 20:14 UTC  (5+ messages)
` [PATCH v1 1/4] dts: improve starting and stopping interactive shells
` [PATCH v1 2/4] dts: add context manager for "
` [PATCH v1 3/4] dts: add methods for modifying MTU to testpmd shell
` [PATCH v1 4/4] dts: add test case that utilizes offload to pmd_buffer_scatter

Fw: [dpdk lib issues] |FAILURE| pw(140073) sid(31926) job(PER_PATCH_BUILD11874) [v3,7/7] net/tap: use generic SW stats
 2024-05-14 19:07 UTC 

Updated DTS 24.07 Roadmap
 2024-05-14 16:27 UTC 

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