DPDK patches and discussions
 help / color / mirror / Atom feed
[PATCH v1 0/5] Direct re-arming of buffers on receive side
 2023-08-04  9:24 UTC  (13+ messages)
` [PATCH v8 0/4] Recycle mbufs from Tx queue into Rx queue
  ` [PATCH v8 1/4] ethdev: add API for mbufs recycle mode
  ` [PATCH v8 2/4] net/i40e: implement "
  ` [PATCH v8 3/4] net/ixgbe: "
  ` [PATCH v8 4/4] app/testpmd: add recycle mbufs engine
` [PATCH v9 0/4] Recycle mbufs from Tx queue into Rx queue
  ` [PATCH v9 1/4] ethdev: add API for mbufs recycle mode
  ` [PATCH v9 2/4] net/i40e: implement "
  ` [PATCH v9 3/4] net/ixgbe: "
  ` [PATCH v9 4/4] app/testpmd: add recycle mbufs engine
` [PATCH v10 0/4] Recycle mbufs from Tx queue into Rx queue
  ` [PATCH v10 1/4] ethdev: add API for mbufs recycle mode

[PATCH] app/test-pmd: fix L4 checksum with padding data
 2023-08-04  8:28 UTC 

[RFC v3] non-temporal memcpy
 2023-08-04  5:49 UTC  (5+ messages)
` [PATCH v4] eal: "

[PATCH v1] examples/l3fwd: relax the RSS/Offload requirement
 2023-08-04  3:59 UTC  (3+ messages)

[PATCH v1] event/dlb2: add support for disabling PASID
 2023-08-03 16:57 UTC  (5+ messages)

[PATCH] doc: build manpages as well as html output
 2023-08-03 16:44 UTC  (7+ messages)
` [PATCH v2] "
` [PATCH v3] "

Drivers, architectures, processor families, etc
 2023-08-03 16:40 UTC  (4+ messages)

[PATCH] gpu/cuda: fix getenv related build error
 2023-08-03 16:25 UTC 

[PATCH] eal: remove RTE_FUNC_PTR_* deprecated macros
 2023-08-03 16:10 UTC  (4+ messages)

[PATCH] ethdev: introduce generic flow item and action
 2023-08-03 13:57 UTC  (18+ messages)

[PATCH] build: update DPDK to use C11 standard
 2023-08-03 13:36 UTC  (13+ messages)
` [PATCH v4] "
` [PATCH v5] "

[RFC] ethdev: add calcualte hash function
 2023-08-03 13:10 UTC 

[Question/Issue] pkgconfig does not include dpdk/drivers libs
 2023-08-03 13:01 UTC  (4+ messages)

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

[PATCH v1] eventdev/crypto: flush ops when circ buffer is full
 2023-08-03  8:34 UTC  (4+ messages)
` [PATCH v2] eventdev/crypto: fix circular buffer full case

[PATCH] telemetry: avoid truncation of strlcpy return before check
 2023-08-03  8:15 UTC  (2+ messages)

[PATCH v4 0/8] [v4] drivers/net Add Support mucse N10 Pmd Driver
 2023-08-03  8:13 UTC  (9+ messages)
` [PATCH v4 1/8] net/rnp: add skeleton
` [PATCH v4 2/8] net/rnp: add ethdev probe and remove
` [PATCH v4 3/8] net/rnp: add device init and uninit
` [PATCH v4 4/8] net/rnp: add mbx basic api feature
` [PATCH v4 5/8] net/rnp add reset code for Chip Init process
` [PATCH v4 6/8] net/rnp add port info resource init
` [PATCH v4 7/8] net/rnp add devargs runtime parsing functions
` [PATCH v4 8/8] net/rnp handle device interrupts

[RFC PATCH 0/1] make cmdline library easier to use
 2023-08-03  8:11 UTC  (4+ messages)
` [RFC PATCH 1/1] cmdline/dpdk-cmdline-gen: generate boilerplate for simple cmds

error: No probed ethernet devices
 2023-08-03  8:06 UTC  (2+ messages)

[PATCH v3 0/8] [v3] drivers/net Add Support mucse N10 Pmd Driver
 2023-08-03  7:52 UTC  (9+ messages)
` [PATCH v3 1/8] net/rnp: add ethdev probe and remove
` [PATCH v3 2/8] "
` [PATCH v3 3/8] net/rnp: add device init and uninit
` [PATCH v3 4/8] net/rnp: add mbx basic api feature
` [PATCH v3 5/8] net/rnp add reset code for Chip Init process
` [PATCH v3 6/8] net/rnp add port info resource init
` [PATCH v3 7/8] net/rnp add devargs runtime parsing functions
` [PATCH v3 8/8] net/rnp handle device interrupts

[PATCH] dmadev: add tracepoints
 2023-08-03  7:52 UTC  (5+ messages)
` [PATCH v4] "

[PATCH 00/20] Replace use of term sanity-check
 2023-08-03  3:13 UTC  (22+ messages)
` [PATCH v4 00/19] replace use of term "sanity check"
  ` [PATCH v4 01/19] mbuf: replace term sanity check
  ` [PATCH v4 02/19] eal: replace use of sanity check in comments and messages
  ` [PATCH v4 03/19] test: replace use word sanity
  ` [PATCH v4 04/19] examples: remove term sanity
  ` [PATCH v4 05/19] lib: replace use of sanity check in comments and messages
  ` [PATCH v4 06/19] doc/eventdev_pipeline: remove sanity
  ` [PATCH v4 07/19] net/ring: replace use of sanity
  ` [PATCH v4 08/19] net/fm10k, net/ixgbe: remove word sanity
  ` [PATCH v4 09/19] net/mlx[45]: "
  ` [PATCH v4 10/19] net/sfc: remove term "sanity check"
  ` [PATCH v4 11/19] net/ark: replace use of term sanity
  ` [PATCH v4 12/19] net/bnxt: "
  ` [PATCH v4 13/19] net/bnx2x: remove reference to sanity
  ` [PATCH v4 14/19] cnxk: replace term sanity
  ` [PATCH v4 15/19] event/opdl: remove "
  ` [PATCH v4 16/19] net/txgbe: replace "
  ` [PATCH v4 17/19] net/cxgbe: remove use of "
  ` [PATCH v4 18/19] crypto/bcmfs: replace term sanity check
  ` [PATCH v4 19/19] drivers: remove use of "
    ` [EXT] "

[RFC] ring: Further performance improvements with C11
 2023-08-03  2:56 UTC  (5+ messages)
` [RFC] ring: further "

[PATCH v2 0/8] *** Add Support New Pmd Driver ***
 2023-08-03  2:33 UTC  (16+ messages)
` [PATCH v2 1/8] net/rnp: add skeleton
` [PATCH v2 2/8] net/rnp: add ethdev probe and remove
` [PATCH v2 3/8] net/rnp: add device init and uninit
` [PATCH v2 4/8] net/rnp: add mbx basic api feature
` [PATCH v2 5/8] net/rnp add reset code for Chip Init process
` [PATCH v2 6/8] net/rnp add port info resource init
` [PATCH v2 7/8] net/rnp add devargs runtime parsing functions
` [PATCH v2 8/8] net/rnp handle device interrupts

[PATCH] eal/windows: resolve conversion and truncation warnings
 2023-08-03  0:30 UTC  (5+ messages)

[PATCH 1/2] eal: remove RTE_CPUFLAG_NUMFLAGS
 2023-08-02 23:50 UTC  (3+ messages)
` [PATCH 2/2] test/cpuflags: "

[PATCH 0/9] msvc integration changes
 2023-08-02 21:35 UTC  (15+ messages)
` [PATCH v10 00/13] "
  ` [PATCH v10 01/13] eal: use rdtsc intrinsic
  ` [PATCH v10 02/13] eal: use rtm and xtest intrinsics
  ` [PATCH v10 03/13] eal: use barrier intrinsics
  ` [PATCH v10 04/13] eal: use cpuid and cpuidex intrinsics
  ` [PATCH v10 05/13] eal: use umonitor umwait and tpause intrinsics
  ` [PATCH v10 06/13] eal: use prefetch intrinsics
  ` [PATCH v10 07/13] eal: use byte swap intrinsics
  ` [PATCH v10 08/13] eal: hide GCC extension based alignment markers
  ` [PATCH v10 09/13] eal: hide typedefs based on GCC vector extensions
  ` [PATCH v10 10/13] eal: expand most macros to empty when using MSVC
  ` [PATCH v10 11/13] eal: exclude exposure of rte atomic APIs for MSVC builds
  ` [PATCH v10 12/13] eal: always define MSVC as little endian
  ` [PATCH v10 13/13] eal: do not define typeof macro when building with MSVC

21.11.5 patches review and test
 2023-08-02 16:31 UTC 

[PATCH] eventdev: fix alignment padding
 2023-08-02 16:19 UTC  (8+ messages)

[RFC] eventdev/eth_rx: update adapter create APIs
 2023-08-02 16:12 UTC  (5+ messages)
` [PATCH v2] "

[PATCH] build: check drivers class dependencies early
 2023-08-02 16:11 UTC  (4+ messages)
` [PATCH v2] "

[PATCH v3] Add support for IBM Z s390x
 2023-08-02 15:48 UTC  (4+ messages)

[Bug 1271] Using dumpcap to capture packets with multiple pmds and enable mbuf check can lead to dpdk proc core
 2023-08-02 15:06 UTC 

[dpdk-dev] [PATCH] update Intel roadmap for 21.11
 2023-08-02 14:36 UTC  (3+ messages)

[PATCH] ci: fix race on container image name
 2023-08-02 12:44 UTC  (2+ messages)

[Bug 1270] drivers/dma/skeleton/ is not setting pthread affinity based on the lcore shared as arguments
 2023-08-02 12:26 UTC 

[PATCH] net/mlx5: fix leak in sysfs port name translation
 2023-08-02 11:56 UTC  (2+ messages)

[PATCH v3] build: update DPDK to use C11 standard
 2023-08-02 10:10 UTC  (11+ messages)

[PATCH v1] mempool: fix some errors in html api
 2023-08-02  9:46 UTC  (3+ messages)

[RFC] lib/ethdev: introduce table driven APIs
 2023-08-02  9:31 UTC  (17+ messages)

[PATCH] net/iavf: fix ASan error caused by watchdog
 2023-08-02  7:15 UTC 

Fedora in CI
 2023-08-02  6:35 UTC  (2+ messages)

[PATCH] app/testpmd: add flush multicast MAC address command
 2023-08-02  6:23 UTC  (2+ messages)
` [PATCH v2] "

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