DPDK patches and discussions
 help / color / mirror / Atom feed
[RFC PATCH 0/5] replace build code for unit tests
 2023-08-16 19:26 UTC  (58+ messages)
` [PATCH v3 0/8] expand list of optional libraries
  ` [PATCH v3 5/8] app/test: define unit tests suites based on test macros
  ` [PATCH v3 6/8] examples/l3fwd: make eventdev an optional dependency
  ` [PATCH v3 7/8] build: make most device classes optional
  ` [PATCH v3 8/8] build: expand list of optional libraries
` [PATCH v4 0/8] "
  ` [PATCH v4 1/8] app/test: add new macros for various test types
  ` [PATCH v4 2/8] app/test: tag tests with the test type
  ` [PATCH v4 3/8] app/test: make telemetry data test buildable on windows
  ` [PATCH v4 4/8] app/test: build using per-file dependency matrix
  ` [PATCH v4 5/8] app/test: define unit tests suites based on test macros
  ` [PATCH v4 6/8] examples/l3fwd: make eventdev an optional dependency
  ` [PATCH v4 7/8] build: make most device classes optional
  ` [PATCH v4 8/8] build: expand list of optional libraries
` [PATCH v5 00/10] "
  ` [PATCH v5 01/10] app/test: add new macros for various test types
  ` [PATCH v5 02/10] app/test: tag tests with the test type
  ` [PATCH v5 03/10] app/test: make telemetry data test buildable on windows
  ` [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 v5 06/10] app/test: add test case for scripted telemetry commands
  ` [PATCH v5 07/10] app/test: add debug test suite
  ` [PATCH v5 08/10] examples/l3fwd: make eventdev an optional dependency
  ` [PATCH v5 09/10] build: make most device classes optional
  ` [PATCH v5 10/10] build: expand list of optional libraries
` [PATCH v6 00/11] "
  ` [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 0/6] RFC optional rte optional stdatomics API
 2023-08-16 19:19 UTC  (8+ messages)
` [PATCH v3 "
  ` [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 1/4] doc: announce new cpu flag added to rte_cpu_flag_t
 2023-08-16 18:59 UTC  (4+ 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

C11 atomics adoption blocked
 2023-08-16 17:25 UTC  (6+ 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 1/8] net/ntnic: initial commit which adds register defines
 2023-08-16 14:47 UTC  (10+ 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 v4] net/bonding: replace master/slave to main/member
 2023-08-16 14:42 UTC  (5+ 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/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  (9+ messages)
` [PATCH v2 1/2] devtools: add check on symbol maps format
  ` [PATCH v2 2/2] devtools: list symbols by version
` [PATCH v3 1/2] devtools: add check on symbol maps format
  ` [PATCH v3 2/2] devtools: list symbols by version
` [PATCH v4 1/2] devtools: add check on symbol maps format
  ` [PATCH v4 2/2] devtools: list symbols by version

[PATCH] bus/pci: fix legacy device IO port map in secondary process
 2023-08-16  1:11 UTC  (3+ messages)

[PATCH v2] net/ice: write rx timestamp to the first mbuf segment in scattered rx
 2023-08-15 22:43 UTC  (2+ messages)

[PATCH v1 0/7] support reinit flow
 2023-08-15 21:49 UTC  (17+ messages)
` [PATCH v1 1/7] eal: fixes for re-initialization issues
` [PATCH v1 2/7] tailq: skip init if already initialized
` [PATCH v1 3/7] eal_memzone: bail out on initialized
` [PATCH v1 4/7] memseg: init once
` [PATCH v1 5/7] eal_memory: skip initialization
` [PATCH v1 6/7] eal_interrupts: don't reinitialize threads
` [PATCH v1 7/7] eal: initialize worker threads once

[PATCH v4 0/8] support reinit flow
 2023-08-15 19:47 UTC  (17+ messages)
` [PATCH v4 1/8] eal: cleanup plugins data
` [PATCH v4 2/8] eal: fixes for re-initialization issues
` [PATCH v4 3/8] tailq: skip init if already initialized
` [PATCH v4 4/8] eal_memzone: bail out on initialized
` [PATCH v4 5/8] memseg: init once
` [PATCH v4 6/8] eal_memory: skip initialization
` [PATCH v4 7/8] eal_interrupts: don't reinitialize threads
` [PATCH v4 8/8] eal: initialize worker threads once

[PATCH v1 0/3] Add support for inter-domain DMA operations
 2023-08-15 19:20 UTC  (2+ messages)
` [EXT] "

DPDK 20.11.9 released
 2023-08-15 18:12 UTC 

[PATCH] app/dma-perf: fix physical address seg-fault
 2023-08-15 15:04 UTC 

20.11.9 patches review and test
 2023-08-15 15:03 UTC  (5+ messages)

[PATCH 0/3] unblock the use of the MSVC compiler
 2023-08-15 13:21 UTC  (8+ messages)
` [PATCH v4 0/4] enable "
  ` [PATCH v4 4/4] build: enable MSVC specific compiler options

[Bug 1274] [20.11 LTS] MPRQ parameters are incorrectly adjusted and not applied properly
 2023-08-15 13:19 UTC 

[PATCH] dma/skeleton: fix pthread set affinity
 2023-08-15 12:21 UTC  (3+ messages)

NVIDIA roadmap for 23.11
 2023-08-15 11:13 UTC 

[PATCH v4 0/8] [v4]drivers/net Add Support mucse N10 Pmd Driver
 2023-08-15 11:10 UTC  (3+ messages)
` [PATCH v5 1/8] net/rnp: add skeleton

[RFC] ethdev: introduce maximum Rx buffer size
 2023-08-15 11:10 UTC  (7+ messages)
` [PATCH v1 0/3] "
  ` [PATCH v1 1/3] ethdev: "
  ` [PATCH v1 2/3] app/testpmd: add maximum Rx buffer size display
  ` [PATCH v1 3/3] net/hns3: report maximum buffer size

[PATCH] doc: add NVIDIA BlueField-3 reference link
 2023-08-15  9:54 UTC 

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

Intel Downfall mitigation
 2023-08-15  9:20 UTC 

[PATCH 1/2] eal: remove RTE_CPUFLAG_NUMFLAGS
 2023-08-15  6:10 UTC  (4+ messages)
` [PATCH v2 1/2] test/cpuflags: removed test for NUMFLAGS
  ` [PATCH v2 2/2] eal: remove NUMFLAGS enumeration

[RFC] ring: Further performance improvements with C11
 2023-08-15  5:14 UTC  (6+ messages)
` [RFC] ring: further "

[PATCH v3 0/7] support reinit flow
 2023-08-15  3:52 UTC  (8+ messages)
` [PATCH v3 1/7] eal: fixes for re-initialization issues
` [PATCH v3 2/7] tailq: skip init if already initialized
` [PATCH v3 3/7] eal_memzone: bail out on initialized
` [PATCH v3 4/7] memseg: init once
` [PATCH v3 5/7] eal_memory: skip initialization
` [PATCH v3 6/7] eal_interrupts: don't reinitialize threads
` [PATCH v3 7/7] eal: initialize worker threads once

[PATCH v2 0/7] support reinit flow
 2023-08-15  3:13 UTC  (8+ messages)
` [PATCH v2 1/7] eal: fixes for re-initialization issues
` [PATCH v2 2/7] tailq: skip init if already initialized
` [PATCH v2 3/7] eal_memzone: bail out on initialized
` [PATCH v2 4/7] memseg: init once
` [PATCH v2 5/7] eal_memory: skip initialization
` [PATCH v2 6/7] eal_interrupts: don't reinitialize threads
` [PATCH v2 7/7] eal: initialize worker threads once

[PATCH] graph: mark API's as stable
 2023-08-15  1:46 UTC  (3+ messages)

Reminder - Registration - DPDK Dublin Summit Next Month
 2023-08-14 20:57 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).