DPDK patches and discussions
 help / color / mirror / Atom feed
[PATCH 1/3] eventdev: introduce event dispatcher
 2023-08-18  6:09 UTC  (4+ messages)
` [PATCH v2 0/3] Add "
  ` [PATCH v2 1/3] eventdev: introduce "

MLX5 PMD access ring library private data
 2023-08-18  5:57 UTC  (5+ messages)

[PATCH 00/14] remove use of term abort
 2023-08-18  4:04 UTC  (16+ messages)
` [PATCH 01/14] jobstats: change jobstats_abort to jobstats_cancel
` [PATCH 02/14] all: remove use of word abort
` [PATCH 03/14] pipeline: remove use of term abort
` [PATCH 04/14] net/vmxnet3: replace abort() with rte_panic()
` [PATCH 05/14] event/dlb2: remove word abort in comments
` [PATCH 06/14] net/vdev_netvsc: replace use of term abort
` [PATCH 07/14] net/netvsc: replace abort with cancel
` [PATCH 08/14] net/ionic: remove word aborting
` [PATCH 09/14] net/bnx2x: replace abort with cancel
` [PATCH 10/14] net/mlx5: "
` [PATCH 11/14] net/softnic: "
` [PATCH 12/14] net/mlx4: remove word abort
` [PATCH 13/14] sfc: remove use of term abort
` [PATCH 14/14] net/axgbe: replace word abort

[dpdk-dev] [PATCH ] common/cnxk: fix ROC naming convention
 2023-08-18  4:01 UTC 

[PATCH v4] net/bonding: replace master/slave to main/member
 2023-08-18  2:44 UTC  (8+ messages)
` [PATCH v5 0/2] "
  ` [PATCH v5 1/2] ethdev: remove bonding deprecated macro
  ` [PATCH v5 2/2] net/bonding: replace master/slave to main/member
    ` [PATCH] app/test: fix reference to master in bonding test

[PATCH] test: remove use of word master in test_red
 2023-08-18  2:33 UTC 

[PATCH 1/8] net/ntnic: initial commit which adds register defines
 2023-08-17 22:08 UTC  (19+ messages)
` [PATCH 2/8] net/ntnic: adds core registers and fpga functionality
` [PATCH 3/8] net/ntnic: adds NT200A02 adapter support
` [PATCH 4/8] net/ntnic: adds flow related FPGA functionality
` [PATCH 5/8] net/ntnic: adds FPGA abstraction layer
` [PATCH 6/8] net/ntnic: adds flow logic
` [PATCH 7/8] net/ntnic: adds ethdev and makes PMD available
` [PATCH 8/8] net/ntnic: adds socket connection to PMD
` [PATCH v2 1/8] net/ntnic: initial commit which adds register defines
  ` [PATCH v2 2/8] net/ntnic: adds core registers and fpga functionality
  ` [PATCH v2 3/8] net/ntnic: adds NT200A02 adapter support
  ` [PATCH v2 4/8] net/ntnic: adds flow related FPGA functionality
  ` [PATCH v2 5/8] net/ntnic: adds FPGA abstraction layer
  ` [PATCH v2 6/8] net/ntnic: adds flow logic
  ` [PATCH v2 7/8] net/ntnic: adds ethdev and makes PMD available
  ` [PATCH v2 8/8] net/ntnic: adds socket connection to PMD

[PATCH 0/6] RFC optional rte optional stdatomics API
 2023-08-17 21:42 UTC  (36+ messages)
` [PATCH v2 "
  ` [PATCH v2 2/6] eal: adapt EAL to present rte optional atomics API
` [PATCH v3 0/6] RFC optional rte optional stdatomics API
  ` [PATCH v3 1/6] eal: provide rte stdatomics optional atomics API
  ` [PATCH v3 2/6] eal: adapt EAL to present rte "
  ` [PATCH v3 3/6] eal: add rte atomic qualifier with casts
  ` [PATCH v3 4/6] distributor: adapt for EAL optional atomics API changes
  ` [PATCH v3 5/6] bpf: "
  ` [PATCH v3 6/6] devtools: forbid new direct use of GCC atomic builtins
` [PATCH v4 0/6] RFC optional rte optional stdatomics API
  ` [PATCH v4 1/6] eal: provide rte stdatomics optional atomics API
  ` [PATCH v4 2/6] eal: adapt EAL to present rte "
  ` [PATCH v4 3/6] eal: add rte atomic qualifier with casts
  ` [PATCH v4 4/6] distributor: adapt for EAL optional atomics API changes
  ` [PATCH v4 5/6] bpf: "
  ` [PATCH v4 6/6] devtools: forbid new direct use of GCC atomic builtins
` [PATCH v5 0/6] optional rte optional stdatomics API
  ` [PATCH v5 1/6] eal: provide rte stdatomics optional atomics API
  ` [PATCH v5 2/6] eal: adapt EAL to present rte "
  ` [PATCH v5 3/6] eal: add rte atomic qualifier with casts
  ` [PATCH v5 4/6] distributor: adapt for EAL optional atomics API changes
  ` [PATCH v5 5/6] bpf: "
  ` [PATCH v5 6/6] devtools: forbid new direct use of GCC atomic builtins

[PATCH 0/1] hash: add SVE support for bulk key lookup
 2023-08-17 21:24 UTC  (2+ messages)
` [PATCH 1/1] "

[RFC PATCH 0/5] replace build code for unit tests
 2023-08-17 18:30 UTC  (39+ messages)
` [PATCH v5 00/10] expand list of optional libraries
  ` [PATCH v5 02/10] app/test: tag tests with the test type
  ` [PATCH v5 04/10] app/test: build using per-file dependency matrix
  ` [PATCH v5 05/10] app/test: define unit tests suites based on test macros
` [PATCH v6 00/11] expand list of optional libraries
  ` [PATCH v6 01/11] mempool: fix default ops for an empty mempool
  ` [PATCH v6 02/11] app/test: add new macros for various test types
  ` [PATCH v6 03/11] app/test: tag tests with the test type
  ` [PATCH v6 04/11] app/test: make telemetry data test buildable on windows
  ` [PATCH v6 05/11] app/test: build using per-file dependency matrix
  ` [PATCH v6 06/11] app/test: define unit tests suites based on test macros
  ` [PATCH v6 07/11] app/test: add test case for scripted telemetry commands
  ` [PATCH v6 08/11] app/test: add debug test suite
  ` [PATCH v6 09/11] examples/l3fwd: make eventdev an optional dependency
  ` [PATCH v6 10/11] build: make most device classes optional
  ` [PATCH v6 11/11] build: expand list of optional libraries

[PATCH] eventdev/eth_rx: add new adapter create API
 2023-08-17 15:19 UTC  (11+ messages)
` [PATCH v2] "
  ` [PATCH v3] "
    ` [PATCH v4] "

[PATCH v3] devtools: add script to check for non inclusive naming
 2023-08-17 14:58 UTC  (2+ messages)

[PATCH v4 1/4] doc: announce new cpu flag added to rte_cpu_flag_t
 2023-08-17 14:18 UTC  (7+ messages)
` [PATCH v5 1/3] eal: add x86 cpuid support for monitorx
  ` [PATCH v5 2/3] eal: removed unnecessary checks in x86 power monitor APIs
  ` [PATCH v5 3/3] power: amd power monitor support

[PATCH v5 00/10] support reinit flow
 2023-08-17 13:59 UTC  (11+ messages)
` [PATCH v5 01/10] eal: cleanup plugins data
` [PATCH v5 02/10] eal: fixes for re-initialization issues
` [PATCH v5 03/10] tailq: skip init if already initialized
` [PATCH v5 04/10] eal_memzone: bail out on initialized
` [PATCH v5 05/10] memseg: init once
` [PATCH v5 06/10] eal_memory: skip initialization
` [PATCH v5 07/10] eal_interrupts: don't reinitialize threads
` [PATCH v5 08/10] eal: initialize worker threads once
` [PATCH v5 09/10] eal: declare the reinit via cleanup/init feature unsupported

[PATCH 0/2] Add AES-CCM support and fix application panic
 2023-08-17 11:45 UTC  (3+ messages)
` [PATCH 1/2] crypto/nitrox: fix panic with higher mbuf segments
` [PATCH 2/2] crypto/nitrox: support AES-CCM

[RFC PATCH] app/test: add support for skipping tests
 2023-08-17 10:58 UTC 

21.11.5 patches review and test
 2023-08-17  9:45 UTC  (2+ messages)

DPDK Release Status Meeting 2023-08-17
 2023-08-17  8:48 UTC 

[PATCH 0/3] some bugfixes for PTP
 2023-08-17  8:42 UTC  (4+ messages)
` [PATCH v3 0/2] ethdev: add the check for PTP capability
  ` [PATCH v3 1/2] examples/ptpclient: "
  ` [PATCH v3 2/2] ethdev: add the check for the valitity of timestamp offload

[PATCH 0/3] unblock the use of the MSVC compiler
 2023-08-17  8:33 UTC  (7+ messages)
` [PATCH v5 0/4] enable "
  ` [PATCH v5 1/4] build: unblock the "
  ` [PATCH v5 2/4] build: determine execution environment at config time
  ` [PATCH v5 3/4] build: limit what is built when using MSVC compiler
  ` [PATCH v5 4/4] build: enable MSVC specific compiler options

[Bug 1275] About i40e statistics: When all packets overruns, rx_packets is 0, but rx_bytes still increasing
 2023-08-17  7:11 UTC 

22.11.3 patches review and test
 2023-08-17  6:13 UTC 

[PATCH] app/test: add external mbuf IPsec tests
 2023-08-17  5:37 UTC  (3+ messages)
` [PATCH v2] "

[PATCH v5 10/10] test: remove double registration check
 2023-08-17  4:30 UTC 

[PATCH] net/virtio: fix the setting of the vector for link state interrupt
 2023-08-17  2:36 UTC  (2+ messages)

C11 atomics adoption blocked
 2023-08-16 20:30 UTC  (7+ messages)

[PATCH] ethdev: introduce generic flow item and action
 2023-08-16 17:18 UTC  (20+ messages)
                        ` DPDK community: RTE_FLOW support for P4-programmable devices

[PATCH 00/32] Remove use and definition of RTE_STD_C11 macro
 2023-08-16 16:32 UTC  (2+ messages)

[PATCH 00/19] net/cpfl: support port representor
 2023-08-16 15:05 UTC  (14+ messages)
` [PATCH v2 00/12] "
  ` [PATCH v2 01/12] net/cpfl: refine devargs parse and process
  ` [PATCH v2 02/12] net/cpfl: introduce interface structure
  ` [PATCH v2 03/12] net/cpfl: add cp channel
  ` [PATCH v2 04/12] net/cpfl: enable vport mapping
  ` [PATCH v2 05/12] net/cpfl: parse representor devargs
  ` [PATCH v2 06/12] net/cpfl: support probe again
  ` [PATCH v2 07/12] net/cpfl: create port representor
  ` [PATCH v2 08/12] net/cpfl: support vport list/info get
  ` [PATCH v2 09/12] net/cpfl: update vport info before creating representor
  ` [PATCH v2 10/12] net/cpfl: refine handle virtual channel message
  ` [PATCH v2 11/12] net/cpfl: support link update for representor
  ` [PATCH v2 12/12] net/cpfl: support Rx/Tx queue setup "

[PATCH] app/dma-perf: fix physical address seg-fault
 2023-08-16 10:46 UTC  (8+ messages)
` [EXT] "
` [PATCH v2] "
  ` [EXT] "

[PATCH v1 1/2] power: refactor uncore power management interfaces
 2023-08-16 10:09 UTC  (3+ messages)
` [PATCH v2 "
  ` [PATCH v2 2/2] power: refactor uncore power management implementation

[PATCH 1/7] dma/cnxk: changes for dmadev autotest
 2023-08-16 10:09 UTC  (4+ messages)
` [PATCH v2 1/7] drivers: changes for dmadev driver
    ` [EXT] "

[PATCH 0/5] Fix use of RTE_LOGTYPE_USER1 in libraries
 2023-08-16  8:29 UTC  (4+ messages)
` [PATCH v8 0/6] Convert "
  ` [PATCH v8 2/6] reorder: use a dynamic logtype
    ` [EXT] "

[PATCH] app/dma-perf: fix physical address seg-fault
 2023-08-16  7:24 UTC  (4+ messages)

[PATCH] devtools: list symbols by version
 2023-08-16  7:16 UTC  (3+ messages)
` [PATCH v4 1/2] devtools: add check on symbol maps format
  ` [PATCH v4 2/2] devtools: list symbols by version

DPDK 20.11.9 released
 2023-08-15 18:12 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).