Drivers, architectures, processor families, etc
2023-08-02 22:47 UTC (2+ messages)
[PATCH] eal/windows: resolve conversion and truncation warnings
2023-08-02 22:41 UTC (3+ messages)
[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
[PATCH] telemetry: avoid truncation of strlcpy return before check
2023-08-02 21:21 UTC
[PATCH 1/2] eal: remove RTE_CPUFLAG_NUMFLAGS
2023-08-02 21:11 UTC (2+ messages)
` [PATCH 2/2] test/cpuflags: "
[RFC PATCH 0/1] make cmdline library easier to use
2023-08-02 18:05 UTC (3+ messages)
` [RFC PATCH 1/1] cmdline/dpdk-cmdline-gen: generate boilerplate for simple cmds
[PATCH] ethdev: introduce generic flow item and action
2023-08-02 17:56 UTC (15+ messages)
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)
[PATCH v1] eventdev/crypto: flush ops when circ buffer is full
2023-08-02 16:17 UTC (2+ messages)
[PATCH v2 0/8] *** Add Support New Pmd Driver ***
2023-08-02 16:15 UTC (13+ 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
[RFC] eventdev/eth_rx: update adapter create APIs
2023-08-02 16:12 UTC (6+ messages)
` [PATCH v2] "
[PATCH] build: check drivers class dependencies early
2023-08-02 16:11 UTC (9+ 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] build: update DPDK to use C11 standard
2023-08-02 13:40 UTC (29+ messages)
` [PATCH v3] "
` [PATCH v4] "
` [PATCH v5] "
[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 (3+ messages)
[PATCH v1] mempool: fix some errors in html api
2023-08-02 9:46 UTC (4+ messages)
[RFC] ring: Further performance improvements with C11
2023-08-02 9:42 UTC (3+ messages)
` [RFC] ring: further "
[RFC] lib/ethdev: introduce table driven APIs
2023-08-02 9:31 UTC (17+ messages)
[PATCH v1 0/5] Direct re-arming of buffers on receive side
2023-08-02 8:08 UTC (11+ 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] 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 (7+ messages)
` [PATCH v2] "
[PATCH 0/4] eal: update public API to use stdatomic atomics
2023-08-02 5:31 UTC (17+ messages)
` [PATCH v2 "
` [PATCH v2 2/4] devtools: forbid use of GCC atomic builtins
` [PATCH v2 3/4] eal: adapt rte pause APIs to use C11 atomics
` [PATCH v2 4/4] eal: adapt rte spinlock and rwlock "
` [PATCH v3 0/4] eal: update public API to use stdatomic atomics
` [PATCH v3 1/4] build: require minimum c11 compiler
` [PATCH v3 2/4] devtools: forbid use of GCC atomic builtins
` [PATCH v3 3/4] eal: adapt rte pause APIs to use C11 atomics
` [PATCH v3 4/4] eal: adapt rte spinlock and rwlock "
` [PATCH v4 0/4] eal: update public API to use stdatomic atomics
` [PATCH v4 1/4] build: require minimum c11 compiler
` [PATCH v4 2/4] devtools: forbid use of GCC atomic builtins
` [PATCH v4 3/4] eal: adapt rte pause APIs to use C11 atomics
` [PATCH v4 4/4] eal: adapt rte spinlock and rwlock "
[PATCH RESEND v6 0/5] app/testpmd: support multiple process attach and detach port
2023-08-02 3:16 UTC (6+ messages)
` [PATCH RESEND v6 1/5] drivers/bus: restore driver assignment at front of probing
` [PATCH RESEND v6 2/5] ethdev: fix skip valid port in probing callback
` [PATCH RESEND v6 3/5] app/testpmd: check the validity of the port
` [PATCH RESEND v6 4/5] app/testpmd: add attach and detach port for multiple process
` [PATCH RESEND v6 5/5] app/testpmd: stop forwarding in new or destroy event
[PATCH] app/testpmd: fix UDP cksum error for UFO enable
2023-08-02 2:55 UTC (2+ messages)
` [PATCH v2] "
[[PATCH v1] 0/8] *** SUBJECT HERE ***
2023-08-02 2:35 UTC (4+ messages)
[[PATCH v1] 4/8] net/rnp: add mbx basic api feature
2023-08-02 2:27 UTC (4+ messages)
[[PATCH v1] 0/8] *** SUBJECT HERE ***
2023-08-02 2:23 UTC (10+ messages)
` [[PATCH v1] 1/8] net/rnp: add skeleton
` [[PATCH v1] 2/8] net/rnp: add ethdev probe and remove
` [[PATCH v1] 3/8] net/rnp: add device init and uninit
` [[PATCH v1] 4/8] net/rnp: add mbx basic api feature
` [[PATCH v1] 5/8] net/rnp add reset code for Chip Init process
` [[PATCH v1] 6/8] net/rnp add port info resource init
` [[PATCH v1] 7/8] net/rnp add devargs runtime parsing functions
[[PATCH v1] 1/8] net/rnp: add skeleton
2023-08-02 2:11 UTC (2+ messages)
[PATCH] cmdline: remove cmdline_poll()
2023-08-01 23:48 UTC (2+ messages)
` [PATCH v2] "
[PATCH] lib/ethdev: sanity check on callback before resource allocation
2023-08-01 16:19 UTC (2+ messages)
[PATCH v2 0/2] Remove disabled functionality
2023-08-01 16:05 UTC (3+ messages)
` [PATCH v2 1/2] flow_classify: remove library
` [PATCH v2 2/2] kni: remove deprecated kernel network interface
Marvell DPDK 23.11 Roadmap
2023-08-01 11:25 UTC
Threads using mempools
2023-08-01 10:37 UTC (2+ messages)
[RFC] Rx adapter create API changes
2023-08-01 10:04 UTC
[PATCH 0/7] expand list of optional libraries
2023-08-01 9:17 UTC (8+ messages)
` [PATCH v4 0/9] "
` [PATCH v4 2/9] event/dlb2: skip configuration if no eventdev lib
回复:Re: [[PATCH v1] 0/8] *** SUBJECT HERE ***
2023-08-01 9:04 UTC (2+ messages)
` "
[PATCH 1/1] node: remove MAX macro from all nodes
2023-08-01 8:49 UTC (2+ messages)
[PATCH] security: hide security context
2023-08-01 8:10 UTC
[PATCH] flow_classify: remove library
2023-08-01 7:50 UTC (2+ messages)
[PATCH] kni: remove deprecated kernel network interface
2023-08-01 7:33 UTC (3+ messages)
` [PATCH v2] "
[[PATCH v1] 7/8] net/rnp add devargs runtime parsing functions
2023-08-01 7:22 UTC
[[PATCH v1] 6/8] net/rnp add port info resource init
2023-08-01 7:22 UTC
[[PATCH v1] 5/8] net/rnp add reset code for Chip Init process
2023-08-01 7:22 UTC
[[PATCH v1] 3/8] net/rnp: add device init and uninit
2023-08-01 7:21 UTC
[[PATCH v1] 2/8] net/rnp: add ethdev probe and remove
2023-08-01 7:21 UTC
[[PATCH v1] 8/8] net/rnp handle device interrupts
2023-08-01 7:19 UTC
[RFC PATCH 0/1] Introduce Event ML Adapter
2023-08-01 7:00 UTC (3+ messages)
` [RFC PATCH v2 "
` [RFC PATCH v2 1/1] eventdev: introduce ML event adapter library
page: next (older) | prev (newer) | 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).