DPDK patches and discussions
 help / color / mirror / Atom feed
[PATCH 00/10] Run with UBSan in GHA
 2025-07-16 14:32 UTC  (41+ messages)
` [PATCH v2 "
  ` [PATCH v2 07/10] tailq: fix cast macro for null pointer
  ` [PATCH v2 08/10] hash: fix unaligned access in predictable RSS
` [PATCH v3 00/18] Run with UBSan in GHA
  ` [PATCH v3 14/18] graph: fix unaligned access in stats
    ` [EXTERNAL] "
` [PATCH v4 00/22] Run with UBSan in GHA
  ` [PATCH v4 01/22] ci: save ccache on failure
  ` [PATCH v4 02/22] test/telemetry: fix test calling all commands
  ` [PATCH v4 03/22] test/mempool: fix test without stack driver
  ` [PATCH v4 04/22] eal: fix plugin dir walk
  ` [PATCH v4 05/22] cmdline: fix port list parsing
  ` [PATCH v4 06/22] cmdline: fix highest bit "
  ` [PATCH v4 07/22] tailq: fix lookup macro
  ` [PATCH v4 08/22] hash: fix unaligned access in predictable RSS
  ` [PATCH v4 09/22] stack: fix unaligned accesses on 128-bit
  ` [PATCH v4 10/22] build: support Undefined Behavior Sanitizer
  ` [PATCH v4 11/22] test/telemetry: catch errors in subshell
  ` [PATCH v4 12/22] ipc: fix mp message alignment for malloc
  ` [PATCH v4 13/22] graph: fix stats query with no node xstats
  ` [PATCH v4 14/22] graph: fix unaligned access in stats
  ` [PATCH v4 15/22] eventdev: fix listing timer adapters with telemetry
  ` [PATCH v4 16/22] test/power: fix tests without power drivers
  ` [PATCH v4 17/22] test/raw: fix test without skeleton driver
  ` [PATCH v4 18/22] net: fix IPv4 macro with highest bit
  ` [PATCH v4 19/22] rib6: fix some highest bits handling
  ` [PATCH v4 20/22] cfgfile: fix section count with no name
  ` [PATCH v4 21/22] test/func_reentrancy: fix EAL init call
  ` [PATCH v4 22/22] ci: extend coverage with UBSan

[PATCH v2 1/2] dts: rewrite README
 2025-07-16 13:57 UTC  (16+ messages)
` [PATCH v3 1/3] "
  ` [PATCH v3 2/3] doc: rephrase terminology in dts.rst
  ` [PATCH v3 3/3] doc: revise coding guidelines section
  ` [PATCH v4 1/3] dts: rewrite README
    ` [PATCH v4 2/3] doc: rephrase terminology in dts.rst
    ` [PATCH v4 3/3] doc: revise coding guidelines section
    ` [PATCH v5 1/3] dts: rewrite README
      ` [PATCH v5 2/3] doc: rephrase terminology in dts.rst
      ` [PATCH v5 3/3] doc: revise coding guidelines section

[DPDK/meson Bug 1670] DPDK fails to compile using gcc version 8.5.0
 2025-07-16 13:50 UTC 

[PATCH v0 1/1] doc: announce inter-device DMA capability support in dmadev
 2025-07-16 10:59 UTC  (11+ messages)
` [EXTERNAL] "
  ` [EXTERNAL] "

[PATCH] net/mlx5: fix crash when using meter in transfer flow
 2025-07-16 10:55 UTC  (5+ messages)

[PATCH] doc: remove Mellanox acquisition explanation
 2025-07-16 10:37 UTC  (2+ messages)

[PATCH] net/crc: reduce usage of static arrays in net_crc_sse.c
 2025-07-16 10:34 UTC 

[PATCH] app/testpmd: report minimum and maximum MTU
 2025-07-16 10:28 UTC 

[PATCH] net/mlx5: fix min and max MTU reporting
 2025-07-16 10:25 UTC 

[PATCH] doc: make table headers more visible in guides
 2025-07-16 10:14 UTC 

[RFC PATCH] doc: clarify VLAN and QinQ stripping behaviour
 2025-07-16 10:11 UTC  (12+ messages)

DPDK release candidate 25.07-rc3
 2025-07-16 10:05 UTC  (4+ messages)

[PATCH] doc: update parameters to use for mlx5 on Windows
 2025-07-16  9:59 UTC  (6+ messages)
` [PATCH v2] "

[PATCH] net/mlx5: deprecate representor matching devarg
 2025-07-16  9:38 UTC 

[PATCH v5 14/14] net/sxe: add Solve compilation problems
 2025-07-16  8:42 UTC  (58+ messages)
` [PATCH v6 01/14] net/sxe: add base driver directory and doc
  ` [PATCH v6 02/14] net/sxe: add ethdev probe and remove
  ` [PATCH v6 03/14] net/sxe: add tx rx setup and data path
  ` [PATCH v6 04/14] net/sxe: add link, flow ctrl, mac ops, mtu ops function
  ` [PATCH v6 05/14] net/sxe: support vlan filter
  ` [PATCH v6 06/14] net/sxe: add filter function
  ` [PATCH v6 07/14] net/sxe: support rss offload
  ` [PATCH v6 08/14] net/sxe: add dcb function
  ` [PATCH v6 09/14] net/sxe: support ptp
  ` [PATCH v6 10/14] net/sxe: add xstats function
  ` [PATCH v6 11/14] net/sxe: add custom cmd led ctrl
  ` [PATCH v6 12/14] net/sxe: add simd function
  ` [PATCH v6 13/14] net/sxe: add virtual function
  ` [PATCH v6 14/14] net/sxe: add Solve compilation problems
    ` [PATCH v7 01/14] net/sxe: add base driver directory and doc
      ` [PATCH v7 02/14] net/sxe: add ethdev probe and remove
      ` [PATCH v7 03/14] net/sxe: add tx rx setup and data path
      ` [PATCH v7 04/14] net/sxe: add link, flow ctrl, mac ops, mtu ops function
      ` [PATCH v7 05/14] net/sxe: support vlan filter
      ` [PATCH v7 06/14] net/sxe: add filter function
      ` [PATCH v7 07/14] net/sxe: support rss offload
      ` [PATCH v7 08/14] net/sxe: add dcb function
      ` [PATCH v7 09/14] net/sxe: support ptp
      ` [PATCH v7 10/14] net/sxe: add xstats function
      ` [PATCH v7 11/14] net/sxe: add custom cmd led ctrl
      ` [PATCH v7 12/14] net/sxe: add simd function
      ` [PATCH v7 13/14] net/sxe: add virtual function
      ` [PATCH v7 14/14] net/sxe: add Solve compilation problems
        ` [PATCH v8 01/14] net/sxe: add base driver directory and doc
          ` [PATCH v8 02/14] net/sxe: add ethdev probe and remove
          ` [PATCH v8 03/14] net/sxe: add tx rx setup and data path
          ` [PATCH v8 04/14] net/sxe: add link, flow ctrl, mac ops, mtu ops function
          ` [PATCH v8 05/14] net/sxe: support vlan filter
          ` [PATCH v8 06/14] net/sxe: add filter function
          ` [PATCH v8 07/14] net/sxe: support rss offload
          ` [PATCH v8 08/14] net/sxe: add dcb function
          ` [PATCH v8 09/14] net/sxe: support ptp
          ` [PATCH v8 10/14] net/sxe: add xstats function
          ` [PATCH v8 11/14] net/sxe: add custom cmd led ctrl
          ` [PATCH v8 12/14] net/sxe: add simd function
          ` [PATCH v8 13/14] net/sxe: add virtual function
          ` [PATCH v8 14/14] net/sxe: add Solve compilation problems
            ` [PATCH v9 01/14] net/sxe: add base driver directory and doc
              ` [PATCH v9 02/14] net/sxe: add ethdev probe and remove
              ` [PATCH v9 03/14] net/sxe: add tx rx setup and data path
              ` [PATCH v9 04/14] net/sxe: add link, flow ctrl, mac ops, mtu ops function
              ` [PATCH v9 05/14] net/sxe: support vlan filter
              ` [PATCH v9 06/14] net/sxe: add filter function
              ` [PATCH v9 07/14] net/sxe: support rss offload
              ` [PATCH v9 08/14] net/sxe: add dcb function
              ` [PATCH v9 09/14] net/sxe: support ptp
              ` [PATCH v9 10/14] net/sxe: add xstats function
              ` [PATCH v9 11/14] net/sxe: add custom cmd led ctrl
              ` [PATCH v9 12/14] net/sxe: add simd function
              ` [PATCH v9 13/14] net/sxe: add virtual function
              ` [PATCH v9 14/14] net/sxe: add Solve compilation problems

[PATCH] doc/mlx5: document firmware requirement for flex item
 2025-07-16  7:49 UTC  (3+ messages)

[PATCH v3] doc: announce changes to dma device structures
 2025-07-16  4:29 UTC  (6+ messages)
` [PATCH v4] "
        ` [EXTERNAL] "

[PATCH 1/2] doc: add note about CPU 0
 2025-07-15 23:19 UTC  (5+ messages)
` [PATCH v3 0/2] cpu0 and memory channels doc update
  ` [PATCH v3 1/2] doc: add note about CPU 0
  ` [PATCH v3 2/2] doc: remove use of '-n 4' option in documentation examples

[RFC 00/13] Packet capture using port mirroring
 2025-07-15 16:15 UTC  (15+ messages)
` [PATCH v4 "
  ` [PATCH v4 01/13] ethdev: allow start/stop from secondary process
  ` [PATCH v4 02/13] ethdev: make sure all necessary headers included
  ` [PATCH v4 03/13] test: add test for hotplug and secondary process operations
  ` [PATCH v4 04/13] net/ring: allow lockfree transmit if ring supports it
  ` [PATCH v4 05/13] net/ring: add new devarg to create vdev from existing ring
  ` [PATCH v4 06/13] mbuf: add dynamic flag for use by port mirroring
  ` [PATCH v4 07/13] ethdev: add port mirroring feature
  ` [PATCH v4 08/13] pcapng: split packet copy from header insertion
  ` [PATCH v4 09/13] pcapng: make queue optional
  ` [PATCH v4 10/13] test: add tests for ethdev mirror
  ` [PATCH v4 11/13] app/testpmd: support for port mirroring
  ` [PATCH v4 12/13] app/dumpcap: use port mirror instead of pdump
  ` [PATCH v4 13/13] pdump: mark API and application as deprecated

[PATCH] net/intel: deprecate some SSE paths
 2025-07-15 15:14 UTC  (4+ messages)
` [PATCH v2] "

[PATCH] doc: announce mbuf fast free configuration requirements
 2025-07-15 15:12 UTC  (2+ messages)

[PATCH] maintainers: update for ethdev library
 2025-07-15 15:10 UTC  (2+ messages)

[PATCH] latencystats: make errors visible
 2025-07-15 15:06 UTC 

Need reviews on deprecation notices before 25.07 release
 2025-07-15 14:06 UTC 

[PATCH] app/testpmd: add flag to enable RSS for single-queue
 2025-07-15 12:53 UTC 

[PATCH] examples/multi_process: revert ports cleanup on exit
 2025-07-15 12:11 UTC 

[PATCH] mailmap: sort entries
 2025-07-15  7:42 UTC  (2+ messages)

[RFC] Proposal for stable developer-friendly DTS API
 2025-07-15  6:57 UTC 

[PATCH V1] doc: add tested Intel platforms with Intel NICs
 2025-07-15  5:57 UTC 

[DPDK/testpmd Bug 1754] [dpdk-25.07-rc3]tso/test_tso_tunneling: Nvgre RX or TX packet number not correct
 2025-07-15  3:05 UTC 

[DPDK/testpmd Bug 1753] [dpdk-25.07-rc3]nvgre/test_nvgre_ipv4_checksum_offload: checksum fail
 2025-07-15  2:35 UTC 

[PATCH] app/testpmd: fix set cores list string size
 2025-07-15  1:23 UTC  (2+ messages)

[PATCH v1] mailmap: add new email to DPDK
 2025-07-14 20:41 UTC  (2+ messages)

[PATCH] net/ice: fix VLAN tag reporting on Rx
 2025-07-14 16:10 UTC 

[DPDK/DTS Bug 1752] Add ASCII Art to DTS Docs
 2025-07-14 14:49 UTC 

[PATCH] net/mlx5: fix indirect age action handling
 2025-07-14 10:04 UTC 

Secondary process access control mechanism
 2025-07-14  9:03 UTC  (2+ messages)

[PATCH] rcu: add deprecation notice about limit on defer queue element size
 2025-07-14  9:01 UTC  (5+ messages)

[PATCH] doc: add tested platforms with NVIDIA NICs
 2025-07-14  6:38 UTC 

[PATCH v0 1/1] net/octeon_ep: fix device start routine
 2025-07-14  5:58 UTC 

[PATCH v0 1/1] net/octeon_ep: fix mbuf data offset update
 2025-07-14  5:40 UTC 

[PATCH v0 1/1] net/octeon_ep: handle interrupt enable failure
 2025-07-14  5:31 UTC 

Techboard meeting minutes, 2025-July-09
 2025-07-13 10:45 UTC 

[PATCH v8 1/1] app/testpmd: canonicalize short PCI name format
 2025-07-13  6:34 UTC  (3+ messages)
` [PATCH v9 0/1] fix inconsistent representation of PCI device name
  ` [PATCH v9 1/1] app/testpmd: canonicalize short PCI name format

[PATCH v3 14/14] net/sxe: add Solve compilation problems
 2025-07-12  1:50 UTC  (5+ messages)
` [PATCH v4 1/2] net/sxe: add base driver directory and doc
  ` [PATCH v4 04/14] net/sxe: add link, flow ctrl, mac ops, mtu ops function
      `  "

Community CI Meeting Minutes - July 9, 2025
 2025-07-11 17:50 UTC 

[PATCH 0/3] common/sfc_efx/base: fix compiler warnings in X4 netport API
 2025-07-11 16:31 UTC  (4+ messages)

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