DPDK patches and discussions
 help / color / mirror / Atom feed
[PATCH 0/6] allow faster instruction sets to be used with MSVC
 2025-03-06 13:57 UTC  (3+ messages)
` [PATCH v3 0/3] "

[PATCH] member: use common top-level variable for easier maintenance
 2025-03-06 13:50 UTC  (6+ messages)
` [PATCH v2] "

[PATCH] acl: use common top-level variable for easier maintenance
 2025-03-06 13:48 UTC  (5+ messages)
` [PATCH v2] "

[PATCH] config: move existing code that is common to the top
 2025-03-06 13:47 UTC  (5+ messages)
` [PATCH v2 0/1] "
  ` [PATCH v2 1/1] config: "

[PATCH] rust: support DPDK API
 2025-03-06 13:37 UTC 

[PATCH 1/2] lib/hash: initialize __m128i data type in a portable way
 2025-03-06 13:32 UTC  (11+ messages)
` [PATCH 2/2] app/test: add test_init_m128i using compiler intrinsic
` [PATCH v2 1/2] lib/hash: initialize __m128i data type in a portable way
  ` [PATCH v2 2/2] app/test: add test_init_m128i using compiler intrinsic

[PATCH 0/3] enable build of lib/stack when using MSVC
 2025-03-06 13:26 UTC  (3+ messages)
` [PATCH v3 0/2] "

[PATCH] stack: occasional crash due to uninitialized variable
 2025-03-06 13:19 UTC  (2+ messages)

[PATCH 1/6] drivers/bus: eliminate dependency on non-portable __SIZEOF_LONG__
 2025-03-06 13:10 UTC  (3+ messages)
` [PATCH v6] eal: define __SIZEOF_LONG__ when using MSVC

[PATCH] mbuf: enable to be compiled with MSVC
 2025-03-06 12:59 UTC  (4+ messages)
` [PATCH v2 0/5] "
  ` [PATCH v2 3/5] eal: update versioning macros

[RFC] eal: add new function versioning macros
 2025-03-06 12:50 UTC  (5+ messages)
` [RFC v2 1/2] "
  ` [RFC v2 2/2] build: generate symbol maps

[RFC v7 0/4] eventdev: atomic tests to test-eventdev app
 2025-03-06  8:49 UTC  (16+ messages)
` [PATCH v8 0/3] "
  ` [PATCH] eventdev: atomic common for "
  ` [PATCH v8 2/3] eventdev: add atomic queue test to test-evnetdev app
  ` [PATCH v8 3/3] eventdev: add atomic atq to test-eventdev app
  ` [PATCH v9 0/3] eventdev: atomic tests "
    ` [PATCH v9 1/3] eventdev: atomic common for "
    ` [PATCH v9 2/3] eventdev: add atomic queue test to test-evnetdev app
    ` [PATCH v9 3/3] eventdev: add atomic atq to test-eventdev app
    ` [PATCH v10 0/3] eventdev: atomic tests "
      ` [PATCH v10 1/3] eventdev: atomic common for "
      ` [PATCH v10 2/3] eventdev: add atomic queue test to test-evnetdev app
      ` [PATCH v10 3/3] eventdev: add atomic atq to test-eventdev app

[v5 0/6] crypto/virtio: enhancements for RSA and vDPA
 2025-03-06  6:29 UTC  (9+ messages)
` [v6 "
  ` [v6 1/6] crypto/virtio: add asymmetric RSA support
  ` [v6 2/6] crypto/virtio: refactor queue operations
  ` [v6 3/6] crypto/virtio: add packed ring support
  ` [v6 4/6] crypto/virtio: add vDPA backend
  ` [v6 5/6] test/crypto: add asymmetric tests for virtio PMD
  ` [v6 6/6] test/crypto: add tests for virtio user PMD

[PATCH] net/mlx5/hws: fix incorrect DV FT type convert
 2025-03-06  3:01 UTC  (2+ messages)

[PATCH 0/2] remove use of non-standard array range initialization
 2025-03-06  3:00 UTC  (5+ messages)
` [PATCH v2 "
  ` [PATCH v2 1/2] app/test: "
  ` [PATCH v2 2/2] drivers/net: "

[PATCH] eal: fix undetected NUMA nodes
 2025-03-06  3:00 UTC  (3+ messages)
` [PATCH v2] "

[PATCH 0/5] add portable version of __builtin_add_overflow
 2025-03-06  3:00 UTC  (16+ messages)
` [PATCH v2 "
  ` [PATCH v2 2/5] lib/eal: "
` [PATCH v3 0/5] "
  ` [PATCH v3 1/5] maintainers: "
  ` [PATCH v3 2/5] eal: "
  ` [PATCH v3 3/5] doc/api: "
  ` [PATCH v3 4/5] net/intel: use "
  ` [PATCH v3 5/5] app/test: add tests for "

[PATCH v1 0/1] baseband/acc: fix queue setup failure clean up
 2025-03-06  2:59 UTC  (3+ messages)
` [PATCH v1 1/1] "

[PATCH] hash_multiwriter_autotest: fix printf parameters
 2025-03-06  2:59 UTC  (2+ messages)

[PATCH] net/mana: avoid the use of variable length array
 2025-03-06  2:17 UTC  (3+ messages)

[PATCH 0/6] dts: add build-less driver binding
 2025-03-05 21:36 UTC  (14+ messages)
` [PATCH 1/6] dts: ensure runtime working directory
` [PATCH 2/6] dts: use topology in smoke tests
` [PATCH 3/6] dts: add tmp directory facility
` [PATCH 4/6] dts: decouple DPDK runtime from build
` [PATCH 5/6] dts: enable build-less DPDK driver binding
` [PATCH 6/6] dts: restore TG setup and teardown

[PATCH] app/test: fix stack overflow in lpm6_perf_autotest
 2025-03-05 20:04 UTC  (5+ messages)
` [PATCH v3] "

[PATCH] app/test-fib: enable test-fib on Windows
 2025-03-05 19:52 UTC  (2+ messages)

[DPDK/meson Bug 1670] DPDK fails to compile using gcc version 8.5.0
 2025-03-05 18:07 UTC  (2+ messages)

[PATCH] dmadev: enable lib to be compiled with MSVC
 2025-03-05 17:50 UTC  (3+ messages)

[PATCH 1/2] trace: support expression for blob length
 2025-03-05 17:49 UTC  (11+ messages)
` [PATCH v4 0/5] Trace point framework enhancement for dmadev
  ` [PATCH v4 1/5] ci: check traces validity
  ` [PATCH v4 2/5] dmadev: avoid copies in tracepoints
  ` [PATCH v4 3/5] trace: support dereferencing pointers
    ` [EXTERNAL] "
  ` [PATCH v4 4/5] trace: support expression for blob length
    ` [EXTERNAL] "
  ` [PATCH v4 5/5] trace: fix undefined behavior in register
    ` [EXTERNAL] "

[PATCH v1 00/32] add new adapter NT400D13
 2025-03-05 17:03 UTC  (3+ messages)
` [PATCH v1 20/32] net/ntnic: add clock init

[RFC 00/11] Fix dev_ops dereferences
 2025-03-05 16:52 UTC  (3+ messages)
` [PATCH v3 00/14] Remove unnecessary function pointer deref

[PATCH] ci: point at GitHub mirror
 2025-03-05 14:59 UTC  (3+ messages)

[PATCH] vhost/crypto: fix build with asserts
 2025-03-05 11:00 UTC  (5+ messages)
` [EXTERNAL] "

[PATCH] vhost/crypto: fix locking
 2025-03-05 11:00 UTC  (4+ messages)
` [EXTERNAL] "

net/mlx5: wrong Rx/Tx descriptor limits when DevX is off
 2025-03-05  9:17 UTC  (5+ messages)

[PATCH v1 01/14] net/zxdh: add network processor registers ops
 2025-03-05  8:13 UTC  (16+ messages)
` [PATCH v3 00/14] net/zxdh: add network processor ops
  ` [PATCH v3 01/14] net/zxdh: add network processor registers ops
  ` [PATCH v3 02/14] net/zxdh: support compatibility check
  ` [PATCH v3 03/14] net/zxdh: add agent channel
  ` [PATCH v3 04/14] net/zxdh: modify dtb queue ops
  ` [PATCH v3 05/14] net/zxdh: add tables dump address ops
  ` [PATCH v3 06/14] net/zxdh: add eram tables ops
  ` [PATCH v3 07/14] net/zxdh: get flow tables resources
  ` [PATCH v3 08/14] net/zxdh: support hash resources configuration
  ` [PATCH v3 09/14] net/zxdh: implement tables initialization
  ` [PATCH v3 10/14] net/zxdh: support hash tables write and delete ops
  ` [PATCH v3 11/14] net/zxdh: get hash table entry result
  ` [PATCH v3 12/14] net/zxdh: delete all hash entries
  ` [PATCH v3 13/14] net/zxdh: add acl tables ops
  ` [PATCH v3 14/14] net/zxdh: modify parameters of the plcr function

[PATCH v4 0/4] Introduce Topology NUMA grouping for lcores
 2025-03-05  7:43 UTC  (7+ messages)

[PATCH 1/2] net/mlx5: improve socket file path
 2025-03-05  3:20 UTC  (4+ messages)
` [PATCH 2/2] net/mlx5: improve log "

[RFC] doc: Document frequency and volume limits on patches
 2025-03-05  1:33 UTC 

[DPDK/cryptodev Bug 1669] Cannot use ESN with GMAC authentication
 2025-03-05  1:07 UTC 

[PATCH v2 01/16] net/zxdh: optimize np dtb channel initialization
 2025-03-04 23:32 UTC  (4+ messages)
` [PATCH v3 00/16] net/zxdh: updated net zxdh driver

DPDK Summit CFP extended - last days
 2025-03-04 23:02 UTC 

[DPDK/core Bug 1668] EAL: rte_eal_mp_remote_launch is able to launch an lcore which is running
 2025-03-04 22:48 UTC 

[PATCH v2 0/3] bbdev: trace point and logging
 2025-03-04 21:03 UTC  (12+ messages)
` [PATCH v2 2/3] baseband/acc: add trace point
` [PATCH v2 3/3] baseband/acc: add internal logging

[PATCH v1 0/2] bbdev: doc and vector clean up
 2025-03-04 21:02 UTC  (6+ messages)
` [PATCH v1 1/2] doc: update bbdev documentation
` [PATCH v1 2/2] test/bbdev: update to fft test vectors

[PATCH v3 0/4] dts: add per-test-suite configuration
 2025-03-04 20:39 UTC  (16+ messages)
` [PATCH v4 0/7] "
  ` [PATCH v4 1/7] dts: add tests package to API docs
  ` [PATCH v4 2/7] dts: amend test suites docstring
  ` [PATCH v4 3/7] dts: fix smoke tests docstring
  ` [PATCH v4 4/7] dts: update autodoc sorting order
  ` [PATCH v4 5/7] dts: run only one test run per execution
  ` [PATCH v4 6/7] dts: add per-test-suite configuration
  ` [PATCH v4 7/7] dts: improve configuration errors

[DPDK/core Bug 1667] Can't configure DPDK poller in busy loop to fix drops
 2025-03-04 19:37 UTC  (2+ messages)

MPLS Push action
 2025-03-04 17:48 UTC  (4+ messages)

[PATCH] doc: update virtio prog guide with new feature list
 2025-03-04 17:42 UTC 

[PATCH 0/1] pcapng: fix null dereference in rte_pcapng_close
 2025-03-04 16:56 UTC  (6+ messages)
` [PATCH v2 0/1] warn if NULL is passed to rte_pcapng_close
  ` [PATCH v2 1/1] pcapng: "

[PATCH] lib/fib: remove warning about implicit 64-bit conversion
 2025-03-04 16:52 UTC  (7+ messages)
` [PATCH v3] "
` [PATCH v4] "

DPDK Release Status Meeting 2025-03-04
 2025-03-04 14:55 UTC 

[v8 0/5] vhost: add RSA support
 2025-03-04 13:43 UTC  (9+ messages)
` [v9 0/6] "
  ` [v9 4/6] examples/vhost_crypto: fix user callbacks
  ` [v9 5/6] vhost: support asymmetric RSA crypto ops
  ` [v9 6/6] examples/vhost_crypto: support asymmetric crypto

[PATCH 1/1] vhost: fix missing descriptor chains length checks
 2025-03-04 13:42 UTC  (3+ messages)

[PATCH] net/virtio: add virtio hash report feature
 2025-03-04 13:41 UTC  (7+ messages)
` [PATCH v2] "
    ` [EXTERNAL] "

[PATCH v2] net/mlx5: fix flow create failure with GENEVE options match
 2025-03-04  7:56 UTC 

[PATCH] common/cnxk: add flag for enabling opaque mode
 2025-03-04  5:25 UTC 

[PATCH] common/cnxk: fix aura offset
 2025-03-04  5:22 UTC 

[PATCH] drivers/common: avoid truncation of constant value
 2025-03-04  2:15 UTC  (2+ messages)

Segfault in rcu
 2025-03-03 21:37 UTC  (3+ messages)

[PATCH] net/mlx5: fix using wrong group ID for action translation
 2025-03-03 13:49 UTC 

[PATCH 1/2] net/mlx5: fix non template flow validation on validate
 2025-03-03 13:34 UTC  (2+ messages)
` [PATCH 2/2] net/mlx5: fix non template flow validation on create

[PATCH] net/mlx5: fix flow create failure with GENEVE options match
 2025-03-03 13:29 UTC 

[PATCH] net/mlx5: add GRE as L4 layer for entropy calculation
 2025-02-26  9:51 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).