DPDK patches and discussions
 help / color / mirror / Atom feed
[PATCH] doc: update for Intel IPU
 2023-08-22 10:52 UTC 

[PATCH 1/3] eventdev: introduce event dispatcher
 2023-08-22  8:42 UTC  (5+ messages)
` [PATCH v2 0/3] Add "
  ` [PATCH v2 1/3] eventdev: introduce "

[PATCH] app: fix silent enqueue fail in test_mbuf test_refcnt_iter
 2023-08-22  8:34 UTC  (3+ messages)

DPDK KNI problem
 2023-08-22  8:04 UTC  (2+ messages)

[RFC] lib/st_ring: add single thread ring
 2023-08-22  8:04 UTC  (6+ messages)

[PATCH] net/iavf: fix checksum offloading
 2023-08-22  7:59 UTC  (10+ messages)

[PATCH v1] config/arm: correct cpu arch for cross build
 2023-08-22  7:47 UTC 

[PATCH v1 0/5] Direct re-arming of buffers on receive side
 2023-08-22  7:33 UTC  (7+ messages)
` [PATCH v11 0/4] Recycle mbufs from Tx queue into Rx queue
  ` [PATCH v11 1/4] ethdev: add API for mbufs recycle mode
  ` [PATCH v11 2/4] net/i40e: implement "
  ` [PATCH v11 3/4] net/ixgbe: "
  ` [PATCH v11 4/4] app/testpmd: add recycle mbufs engine

[PATCH] net/tap: fix L4 checksum
 2023-08-22  7:32 UTC 

[Bug 1276] platform bus use after free
 2023-08-22  6:22 UTC 

[PATCH v4] eventdev/eth_rx: add new adapter create API
 2023-08-22  4:55 UTC  (8+ messages)
` [PATCH v5] "
  ` [PATCH v6] "
    ` [PATCH v7] "

MLX5 PMD access ring library private data
 2023-08-22  4:18 UTC  (14+ messages)

[PATCH] bus/pci: fix legacy device IO port map in secondary process
 2023-08-22  2:18 UTC  (5+ messages)
` [PATCH v2] "
` [PATCH v3] "

[PATCH 0/6] RFC optional rte optional stdatomics API
 2023-08-21 22:27 UTC  (3+ messages)
` [PATCH v5 0/6] "

Reminder to Register for the DPDK Dublin Summit - Sep. 12-13, 2023
 2023-08-21 18:22 UTC 

[PATCH v2 1/7] drivers: changes for dmadev driver
 2023-08-21 17:49 UTC  (11+ messages)
` [PATCH v3 1/8] common/cnxk: use unique name for DPI memzone
  ` [PATCH v4 "
    ` [PATCH v4 2/8] dma/cnxk: changes for dmadev driver
    ` [PATCH v4 3/8] dma/cnxk: add DMA devops for all models of cn10xxx
    ` [PATCH v4 4/8] dma/cnxk: update func field based on transfer type
    ` [PATCH v4 5/8] dma/cnxk: increase vchan per queue to max 4
    ` [PATCH v4 6/8] dma/cnxk: vchan support enhancement
    ` [PATCH v4 7/8] dma/cnxk: add completion ring tail wrap check
    ` [PATCH v4 8/8] dma/cnxk: track last index return value

[PATCH] common/mlx5: replace use of PMD logtype
 2023-08-21 16:25 UTC  (4+ messages)
` [PATCH v2] "
` [PATCH v3] "

[PATCH 00/14] Cleanup PCI(e) drivers
 2023-08-21 16:24 UTC  (19+ messages)
` [PATCH v2 00/15] "
  ` [PATCH v2 01/15] drivers: remove duplicated PCI master control
  ` [PATCH v2 02/15] bus/pci: add const to some experimental API
  ` [PATCH v2 03/15] bus/pci: rework MSIX discovery with VFIO
  ` [PATCH v2 04/15] bus/pci: find PCI capability
  ` [PATCH v2 05/15] pci: define some capability constants
  ` [PATCH v2 06/15] pci: define some MSIX constants
  ` [PATCH v2 07/15] pci: define some command constants
  ` [PATCH v2 08/15] pci: define some BAR constants
  ` [PATCH v2 09/15] pci: define some PM constants
  ` [PATCH v2 10/15] pci: define some PCIe constants
  ` [PATCH v2 11/15] pci: define some extended capability constants
  ` [PATCH v2 12/15] pci: define some ACS constants
  ` [PATCH v2 13/15] pci: define some PRI constants
  ` [PATCH v2 14/15] pci: define some AER constants
  ` [PATCH v2 15/15] devtools: forbid inclusion of Linux header for PCI

[PATCH v12 00/22] Covert static log types in libraries to dynamic
 2023-08-21 16:09 UTC  (23+ messages)
` [PATCH v13 00/21] Convert static log types in libraries to dynamic types
  ` [PATCH v13 01/21] gso: don't log message on non TCP/UDP
  ` [PATCH v13 02/21] eal: drop no longer used GSO logtype
  ` [PATCH v13 03/21] log: drop unused RTE_LOGTYPE_TIMER
  ` [PATCH v13 04/21] efd: convert RTE_LOGTYPE_EFD to dynamic type
  ` [PATCH v13 05/21] mbuf: convert RTE_LOGTYPE_MBUF "
  ` [PATCH v13 06/21] acl: convert RTE_LOGTYPE_ACL "
  ` [PATCH v13 07/21] examples/power: replace use of RTE_LOGTYPE_POWER
  ` [PATCH v13 08/21] examples/l3fwd-power: "
  ` [PATCH v13 09/21] power: convert RTE_LOGTYPE_POWER to dynamic type
  ` [PATCH v13 10/21] ring: convert RTE_LOGTYPE_RING "
  ` [PATCH v13 11/21] mempool: convert RTE_LOGTYPE_MEMPOOL "
  ` [PATCH v13 12/21] lpm: convert RTE_LOGTYPE_LPM to dynamic types
  ` [PATCH v13 13/21] sched: convert RTE_LOGTYPE_SCHED to dynamic type
  ` [PATCH v13 14/21] examples/ipsec-secgw: replace RTE_LOGTYPE_PORT
  ` [PATCH v13 15/21] port: convert RTE_LOGTYPE_PORT to dynamic type
  ` [PATCH v13 16/21] hash: move rte_thash_gfni stubs out of header file
  ` [PATCH v13 17/21] hash: move rte_hash_set_alg out header
  ` [PATCH v13 18/21] hash: convert RTE_LOGTYPE_HASH to dynamic type
  ` [PATCH v13 19/21] table: convert RTE_LOGTYPE_TABLE "
  ` [PATCH v13 20/21] app/test: remove use of RTE_LOGTYPE_PIPELINE
  ` [PATCH v13 21/21] pipeline: convert RTE_LOGTYPE_PIPELINE to dynamic type

[PATCH v5 2/2] net/bonding: replace master/slave to main/member
 2023-08-21 15:59 UTC  (3+ messages)
` [PATCH] app/test: fix reference to master in bonding test

[PATCH] test: remove use of word master in test_red
 2023-08-21 15:58 UTC  (2+ messages)

[PATCH 00/20] Replace use of term sanity-check
 2023-08-21 15:52 UTC  (4+ messages)
` [PATCH v4 00/19] replace use of term "sanity check"
  ` [PATCH v4 15/19] event/opdl: remove term sanity

[RFC PATCH 0/5] replace build code for unit tests
 2023-08-21 15:52 UTC  (18+ messages)
` [PATCH v5 00/10] expand list of optional libraries
  ` [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 v6 00/11] expand list of optional libraries
  ` [PATCH v6 04/11] app/test: make telemetry data test buildable on windows

[PATCH v4 1/4] doc: announce new cpu flag added to rte_cpu_flag_t
 2023-08-21 15:42 UTC  (9+ messages)
` [PATCH v5 1/3] eal: add x86 cpuid support for monitorx
  ` [PATCH v5 3/3] power: amd power monitor support

[dpdk-dev] [PATCH ] common/cnxk: fix ROC naming convention
 2023-08-21 15:29 UTC  (2+ messages)

[PATCH v4 0/2] devtools: add tracepoint check in checkpatch
 2023-08-21 14:46 UTC  (7+ messages)
` [PATCH v5 0/1] "
  ` [PATCH v5 1/1] "
        ` [EXT] "

[PATCH v1] crypto/ipsec_mb: add digest encrypted feature
 2023-08-21 14:42 UTC  (2+ messages)
` [PATCH v2] "

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

[RFC] ring: Further performance improvements with C11
 2023-08-21 13:27 UTC  (7+ messages)
` [RFC] ring: further "

21.11.5 patches review and test
 2023-08-21 12:37 UTC  (6+ messages)

Ring library optimization idea
 2023-08-21 10:19 UTC  (3+ messages)

[PATCH v4] net/iavf: fix VLAN offload strip flag inconsistency
 2023-08-21  9:52 UTC 

[PATCH] common/qat: enable gen4 c devices
 2023-08-21  9:37 UTC  (4+ messages)
` [PATCH v2] common/qat: enable QAT 2.0c devices

Bug in non-power-of-2 rings?
 2023-08-21  9:36 UTC  (4+ messages)

[PATCH v4 0/8] [v4]drivers/net Add Support mucse N10 Pmd Driver
 2023-08-21  9:32 UTC  (4+ messages)
` [PATCH v5 1/8] net/rnp: add skeleton

[PATCH 0/2] Release ethdev shared memory on port cleanup
 2023-08-21  8:58 UTC  (10+ messages)
` [PATCH 2/2] ethdev: cleanup shared data with the last port
` [PATCH v2 0/2] Release ethdev shared memory on port cleanup
  ` [PATCH v2 1/2] ethdev: protect shared memory accesses under one lock
  ` [PATCH v2 2/2] ethdev: cleanup shared data with the last port
` [PATCH v3 0/3] Release ethdev shared memory on port cleanup
  ` [PATCH v3 1/3] ethdev: protect shared memory accesses under one lock
  ` [PATCH v3 2/3] ethdev: avoid panicking in absence of ethdev shared data
  ` [PATCH v3 3/3] ethdev: cleanup shared data with the last port

[PATCH v1] app/test: typo correction in Asym tests
 2023-08-21  8:10 UTC  (2+ messages)

[PATCH] net/ice: omit IP protocol id from IP/TCP/UDP RSS
 2023-08-21  7:31 UTC  (2+ messages)

[PATCH] doc: update 23.07 Intel NICs matching list
 2023-08-21  5:29 UTC 

[RFC PATCH 0/1] Add support for code-coverage analysis
 2023-08-20 15:54 UTC  (3+ messages)
` [RFC PATCH 1/1] Add basic support for code coverage analysis

[dpdk-dev] [PATCH] app/testpmd: support unequal number of RXQ and TXQ
 2023-08-20 15:49 UTC  (4+ messages)

[Bug 996] PDK:20.11.1: net/ena crash while fetching xstats
 2023-08-20 11:03 UTC  (2+ messages)
` [Bug 996] DPDK:20.11.1: "

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

[PATCH v2 0/2] Add DTS smoke tests
 2023-08-18 19:44 UTC  (4+ messages)
` [PATCH v2 2/2] dts: add paramiko to dependencies

[PATCH] test/security: fix IPv6 next header field
 2023-08-18 14:32 UTC 

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

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