DPDK patches and discussions
 help / color / mirror / Atom feed
[PATCH] config: limit lcore variable maximum size to 4k
 2024-11-08 22:23 UTC  (6+ messages)

[PATCH] eal: fix cleanup on Windows
 2024-11-08 21:57 UTC  (8+ messages)

[PATCH v6 0/7] Stage-Ordered API and other extensions for ring library
 2024-11-08 21:56 UTC  (12+ messages)
` [PATCH v7 "
  ` [PATCH v8 "
    ` [PATCH v8 2/7] ring: common functions for 'move head' ops
    ` [PATCH v8 3/7] ring: make copying functions generic
    ` [PATCH v8 4/7] ring: make dump function more verbose
    ` [PATCH v8 5/7] ring/soring: introduce Staged Ordered Ring
    ` [PATCH v8 6/7] app/test: add unit tests for soring API
    ` [PATCH v8 7/7] test: add stress test suite

[PATCH 00/16] remove use of VLAs for Windows built code
 2024-11-08 21:21 UTC  (33+ messages)
` [PATCH v4 00/19] remove use of VLAs for Windows
  ` [PATCH v4 02/19] eal/linux: remove use of VLAs
` [PATCH v5 00/20] remove use of VLAs for Windows
  ` [PATCH v5 01/20] eal: include header required for alloca
  ` [PATCH v5 02/20] eal/linux: remove use of VLAs
  ` [PATCH v5 03/20] eal/common: "
  ` [PATCH v5 04/20] ethdev: remove use of VLAs for Windows built code
  ` [PATCH v5 05/20] hash: "
  ` [PATCH v5 06/20] hash/thash: remove use of VLAs for Windows built
  ` [PATCH v5 07/20] rcu: remove use of VLAs for Windows built code
  ` [PATCH v5 08/20] net/ice: "
  ` [PATCH v5 09/20] gro: remove use of VLAs
  ` [PATCH v5 10/20] net/ixgbe: "
  ` [PATCH v5 11/20] net/ice: "
  ` [PATCH v5 12/20] app/testpmd: remove use of VLAs for Windows built
  ` [PATCH v5 13/20] test: remove use of VLAs for Windows built code
  ` [PATCH v5 14/20] common/idpf: "
  ` [PATCH v5 15/20] net/i40e: "
  ` [PATCH v5 16/20] common/mlx5: "
  ` [PATCH v5 17/20] net/mlx5: "
  ` [PATCH v5 18/20] build: enable vla warnings on "
  ` [PATCH v5 19/20] test: remove use of VLAs for Windows built code in bitset tests
  ` [PATCH v5 20/20] app/testpmd: remove use of VLAs for Windows built code in shared_rxq_fwd

[dpdk-dev] [PATCH] eal: add option to put timestamp on console output
 2024-11-08 17:08 UTC  (42+ messages)
` [PATCH v31 00/12] Log library enhancements
  ` [PATCH v31 01/12] eal/windows: align getopt to FreeBSD
  ` [PATCH v31 02/12] eal: factorize parser for log level
  ` [PATCH v31 03/12] eal: introduce log options parser
  ` [PATCH v31 04/12] eal: do not log init failure twice
  ` [PATCH v31 05/12] eal: improve exit output log
  ` [PATCH v31 06/12] log: rework syslog handling
  ` [PATCH v31 07/12] eal: initialize log before everything else
  ` [PATCH v31 08/12] log: add hook for printing log messages
  ` [PATCH v31 09/12] log: add timestamp option
  ` [PATCH v31 10/12] log: support systemd journal
  ` [PATCH v31 11/12] log: colorize log output
  ` [PATCH v31 12/12] maintainers: update for log library
  ` [PATCH v32 01/12] eal/windows: align getopt to FreeBSD
  ` [PATCH v32 02/12] eal: factorize parser for log level
  ` [PATCH v32 03/12] eal: introduce log options parser
  ` [PATCH v32 04/12] eal: do not log init failure twice
  ` [PATCH v32 05/12] eal: improve exit output log
  ` [PATCH v32 06/12] log: rework syslog handling
  ` [PATCH v32 07/12] eal: initialize log before everything else
  ` [PATCH v32 08/12] log: add hook for printing log messages
  ` [PATCH v32 09/12] log: add timestamp option
  ` [PATCH v32 10/12] log: support systemd journal
  ` [PATCH v32 11/12] log: colorize log output
  ` [PATCH v32 12/12] maintainers: update for log library
` [PATCH v32 00/12] Log library enhancements

[PATCH] dts: add l2fwd test suite
 2024-11-08 17:01 UTC  (5+ messages)
` [PATCH v3 0/3] "
  ` [PATCH v3 1/3] dts: fix adjust L2/L3 addresses behavior
  ` [PATCH v3 2/3] dts: allow to get multiple expected packets
  ` [PATCH v3 3/3] dts: add l2fwd test suite

[PATCH] dts: remove external dependency on python docs
 2024-11-08 16:43 UTC  (2+ messages)

strange DPDK memory allocator behavior
 2024-11-08 16:15 UTC  (3+ messages)

[PATCH 00/10] net/mlx5: improve MAC address and VLAN add latency
 2024-11-08 16:11 UTC  (5+ messages)
` [PATCH v2 "
  ` [PATCH v2 07/10] net/mlx5: add legacy unicast flow rules management

[PATCH] net/mlx5: fix MAC address initialization
 2024-11-08 16:07 UTC 

[PATCH v6 00/17] Modify code as suggested by the maintainer
 2024-11-08 15:58 UTC  (19+ messages)
` [PATCH v6 01/17] net/r8169: add PMD driver skeleton
` [PATCH v6 02/17] net/r8169: add logging structure
` [PATCH v6 03/17] net/r8169: add hardware registers access routines
` [PATCH v6 04/17] net/r8169: implement core logic for Tx/Rx
` [PATCH v6 05/17] net/r8169: add support for hw config
` [PATCH v6 06/17] net/r8169: add phy registers access routines
` [PATCH v6 07/17] net/r8169: add support for hardware operations
` [PATCH v6 08/17] net/r8169: add support for phy configuration
` [PATCH v6 09/17] net/r8169: add support for hw initialization
` [PATCH v6 10/17] net/r8169: add link status and interrupt management
` [PATCH v6 11/17] net/r8169: implement Rx path
` [PATCH v6 12/17] net/r8169: implement Tx path
` [PATCH v6 13/17] net/r8169: implement device statistics
` [PATCH v6 14/17] net/r8169: implement promisc and allmulti modes
` [PATCH v6 15/17] net/r8169: implement MTU configuration
` [PATCH v6 16/17] net/r8169: add support for getting fw version
` [PATCH v6 17/17] net/r8169: add driver_start and driver_stop

[PATCH 00/21] replace strtok with strtok_r
 2024-11-08 14:39 UTC  (28+ messages)
` [PATCH v5 00/25]
  ` [PATCH v5 01/25] app/graph: replace strtok with reentrant version
  ` [PATCH v5 02/25] app/bbdev: "
  ` [PATCH v5 03/25] app/compress-perf: "
  ` [PATCH v5 04/25] app/crypto-perf: "
  ` [PATCH v5 05/25] app/dma-perf: "
  ` [PATCH v5 06/25] app/flow-perf: "
  ` [PATCH v5 07/25] app/test-mldev: "
  ` [PATCH v5 08/25] app/test-fib: "
  ` [PATCH v5 09/25] dmadev: "
  ` [PATCH v5 10/25] eal: "
  ` [PATCH v5 11/25] ethdev: "
  ` [PATCH v5 12/25] eventdev: "
  ` [PATCH v5 13/25] security: "
  ` [PATCH v5 14/25] telemetry: "
  ` [PATCH v5 15/25] bus/fslmc: "
  ` [PATCH v5 16/25] common/cnxk: "
  ` [PATCH v5 17/25] event/cnxk: "
  ` [PATCH v5 18/25] net/ark: "
  ` [PATCH v5 19/25] raw/cnxk_gpio: "
  ` [PATCH v5 20/25] net/cnxk: "
  ` [PATCH v5 21/25] common/qat: "
  ` [PATCH v5 22/25] net/mlx5: "
  ` [PATCH v5 23/25] examples/l2fwd-crypto: "
  ` [PATCH v5 24/25] examples/vhost: "
  ` [PATCH v5 25/25] devtools: check for some reentrant function

[PATCH 0/2] dts: add blocklist test suite
 2024-11-08 14:38 UTC  (8+ messages)
` [PATCH v2 "
  ` [PATCH v2 1/2] dts: add blocked ports to EalParams
  ` [PATCH v2 2/2] dts: add blocklist test suite

[PATCH 0/2] gpudev: annotate memory allocation
 2024-11-08 14:36 UTC  (3+ messages)
` [PATCH v2 0/2] gpudev: annotate memory allocation functions

[PATCH] test/fib: clarify FIB RCU negative tests
 2024-11-08 14:16 UTC  (3+ messages)
` [PATCH v2] "

[PATCH] dts: add per-test-suite configuration
 2024-11-08 13:45 UTC  (11+ messages)
` [PATCH v2 0/4] "
  ` [PATCH v2 1/4] dts: add tests package to API docs
  ` [PATCH v2 2/4] dts: fix smoke tests docstring
  ` [PATCH v2 3/4] dts: add per-test-suite configuration
  ` [PATCH v2 4/4] dts: update autodoc sorting order
` [PATCH v3 0/4] dts: add per-test-suite configuration
  ` [PATCH v3 1/4] dts: add tests package to API docs
  ` [PATCH v3 2/4] dts: fix smoke tests docstring
  ` [PATCH v3 3/4] dts: add per-test-suite configuration
  ` [PATCH v3 4/4] dts: update autodoc sorting order

[PATCH] graph: optimize graph search when scheduling nodes
 2024-11-08 13:38 UTC  (5+ messages)
` [EXTERNAL] "
  `  "

[PATCH v14 0/4] add support for self monitoring
 2024-11-08 11:44 UTC  (9+ messages)
` [PATCH v15 "
  ` [PATCH v15 4/4] eal: add PMU support to tracing library
      ` [EXTERNAL] "

[PATCH 0/5] dts: Pydantic configuration
 2024-11-08 11:40 UTC  (11+ messages)
` [PATCH v6 0/9] "
  ` [PATCH v6 1/9] dts: add pydantic dependency
  ` [PATCH v6 2/9] dts: add TestSuiteSpec class and discovery
  ` [PATCH v6 3/9] dts: refactor build and node info classes
  ` [PATCH v6 4/9] dts: use pydantic in the configuration
  ` [PATCH v6 5/9] dts: remove warlock dependency
  ` [PATCH v6 6/9] dts: add autodoc pydantic
  ` [PATCH v6 7/9] dts: improve configuration API docs
  ` [PATCH v6 8/9] dts: fix custom enum behaviour with docs
  ` [PATCH v6 9/9] dts: use TestSuiteSpec class imports

[PATCH v1] net/cpfl: fix IO port forwarding issue
 2024-11-08 11:09 UTC 

[PATCH] net/ixgbe: fix queue interrupt for E610
 2024-11-08 10:34 UTC  (3+ messages)

[PATCH v2 0/1] baseband/acc: fix ring memory allocation logic\
 2024-11-08 10:32 UTC  (4+ messages)
` [PATCH v2 1/1] baseband/acc: fix ring memory allocation logic

[PATCH v1 0/2] app/bbdev: minor application updates
 2024-11-08 10:32 UTC  (6+ messages)
` [PATCH v1 1/2] app/bbdev: add capture of queue dump
` [PATCH v1 2/2] app/bbdev: add support for interrupt disable

[PATCH v8 00/47] TruFlow update for Thor2
 2024-11-08  2:14 UTC  (3+ messages)

[PATCH v16 0/8] Lcore variables
 2024-11-07 22:44 UTC  (3+ messages)
` [PATCH v17 "

RFC - Tap io_uring PMD
 2024-11-07 21:51 UTC  (3+ messages)

[v1 00/12] ENETC4 PMD support
 2024-11-07 19:39 UTC  (5+ messages)
` [v2 "
  ` [v2 01/12] net/enetc: Add initial ENETC4 PMD driver support

[PATCH v1] mailmap: change primary mail address
 2024-11-07 19:10 UTC 

[PATCH v2 0/2] examples/l3fwd fixes for ACL mode
 2024-11-07 18:50 UTC  (4+ messages)
` [PATCH v3 "
  ` [PATCH v3 1/2] examples/l3fwd: fix read beyond array bondaries
  ` [PATCH v3 2/2] examples/l3fwd: fix read beyond array boundaries in ACL mode

page: 

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