[PATCH 00/14] Enable lock annotations on most libraries and drivers
2023-04-04 12:48 UTC (26+ messages)
` [PATCH v2 00/20] "
` [PATCH v3 00/16] "
` [PATCH v3 01/16] malloc: rework heap destroy
` [PATCH v3 02/16] mem: rework malloc heap init
` [PATCH v3 03/16] mem: annotate shared memory config locks
` [PATCH v3 04/16] hash: annotate cuckoo hash lock
` [PATCH v3 05/16] graph: annotate graph lock
` [PATCH v3 07/16] net/cxgbe: inherit lock annotations
` [PATCH v3 08/16] net/fm10k: annotate mailbox lock
` [PATCH v3 09/16] net/sfc: rework locking in proxy code
` [PATCH v3 10/16] net/sfc: inherit lock annotations
` [PATCH v3 11/16] net/virtio: rework guest announce notify helper
` [PATCH v3 12/16] raw/ifpga: inherit lock annotations
` [PATCH v3 13/16] vdpa/sfc: "
` [PATCH v3 14/16] net/failsafe: fix mutex locking
` [PATCH v3 15/16] eal/windows: disable lock check on alarm code
` [PATCH v3 16/16] enable lock check
[PATCH] devtools: suppress checkpatch warning on some kernel macro
2023-04-04 12:36 UTC
[PATCH 0/9] msvc integration changes
2023-04-04 12:11 UTC (12+ messages)
` [PATCH 1/9] eal: use rdtsc intrinsic when compiling with msvc
` [PATCH 2/9] eal: use rtm and xtest intrinsics "
` [PATCH 3/9] eal: use barrier "
` [PATCH 4/9] eal: typedef cpu flag enum as int for msvc
` [PATCH 5/9] eal: hide GCC extension based alignment markers
` [PATCH 6/9] eal: expand most macros to empty when using msvc
` [PATCH 7/9] eal: exclude exposure of rte atomic APIs for MSVC builds
` [PATCH 8/9] telemetry: disable json print formatting with msvc
` [PATCH 9/9] telemetry: avoid expanding versioned symbol macros on msvc
[PATCH v1 1/2] dts: fabric requirements
2023-04-04 11:51 UTC (6+ messages)
` [PATCH v1 2/2] dts: replace pexpect with fabric
[PATCH v1] eventdev/timer: use loop to check for timeout events
2023-04-04 10:52 UTC (3+ messages)
` [PATCH v2] eventdev/timer: fix timeout event wait behavior
[PATCH v1 1/1] eventdev/eth_rx: add event buf size and count in telemetry
2023-04-04 10:49 UTC (3+ messages)
[PATCH 0/2] improve code portability
2023-04-04 9:01 UTC (15+ messages)
` [PATCH 1/2] telemetry: use malloc instead of variable length array
` [PATCH 2/2] telemetry: use portable syntax to initialize array
` [PATCH v2] improve code portability
` [PATCH v2] telemetry: use portable syntax to initialize array
` [PATCH v3] improve code portability
` [PATCH v3] telemetry: use portable syntax to initialize array
[PATCH 0/2] eal: provide leading and trailing zero bit count
2023-04-04 8:27 UTC (14+ messages)
` [PATCH 1/2] eal: provide leading and trailing zero bit count abstraction
` [PATCH v7 0/4] eal: provide abstracted bit counting functions
` [PATCH v7 1/4] eal: move bit count functions to bitops header
` [PATCH v7 2/4] eal: provide abstracted bit count functions
` [PATCH v7 3/4] pipeline: add include of bitops
` [PATCH v7 4/4] maintainers: add bitcount test under EAL API and common code
` [PATCH v8 0/3] eal: provide abstracted bit counting functions
` [PATCH v8 1/3] eal: move bit count functions to bitops header
` [PATCH v8 2/3] eal: provide abstracted bit count functions
` [PATCH v8 3/3] maintainers: add bitcount test under EAL API and common code
[PATCH] net/hns3: fix build warning
2023-04-04 8:22 UTC (2+ messages)
[PATCH] gro : ipv6 changes to support GRO for TCP/ipv6
2023-04-04 8:10 UTC (3+ messages)
[PATCH] devtools: stop compiler atomics with no C11 equivalent
2023-04-04 7:38 UTC (3+ messages)
` [PATCH v2] "
[RFC 0/2] Add high-performance timer facility
2023-04-04 7:32 UTC (6+ messages)
` [RFC v2 "
` [RFC v2 2/2] eal: add "
[dpdk-dev] [PATCH 1/2] common/cnxk: support SPI to SA translation action
2023-04-04 7:30 UTC (2+ messages)
[PATCH 1/2] eventdev: add bulk type event ring operations
2023-04-04 7:03 UTC (3+ messages)
` [PATCH 2/2] event/dsw: replace burst with bulk enqueue
[dpdk-dev][PATCH] drivers: optimize the build time for cnxk
2023-04-04 5:59 UTC (2+ messages)
ARM power-saving measurements
2023-04-04 2:47 UTC (2+ messages)
[PATCH] eal: abstract compiler atomics
2023-04-04 2:24 UTC (11+ messages)
` [PATCH v2] "
` [PATCH v2] eal: introduce atomics abstraction
[PATCH] devtools: add script to check for non inclusive naming
2023-04-04 2:17 UTC (4+ messages)
` [PATCH v2] "
[PATCH] doc/ark: replace word segregation
2023-04-04 2:15 UTC (4+ messages)
Testpmd/l3fwd port shutdown failure on Arm Altra systems
2023-04-04 1:46 UTC (7+ messages)
[PATCH] vhost: add device op to offload the interrupt kick
2023-04-03 15:26 UTC (6+ messages)
` [EXT] "
[RFC PATCH v1 0/4] dts: add dts api docs
2023-04-03 9:42 UTC (3+ messages)
[PATCH] version: 23.07-rc0
2023-04-03 9:37 UTC (2+ messages)
` [PATCH v2] "
[RFC 0/4] add frequency adjustment support for PTP
2023-04-03 9:22 UTC (9+ messages)
` [RFC 1/4] ethdev: add frequency adjustment API
` [RFC 2/4] net/ice: add frequency adjustment support for PTP
` [RFC 3/4] examples/ptpclient: refine application
` [RFC 4/4] examples/ptpclient: add frequency adjustment support
` [RFC v2 0/3] add frequency adjustment support for PTP timesync
` [RFC v2 1/3] ethdev: add frequency adjustment API
` [RFC v2 2/3] examples/ptpclient: refine application
` [RFC v2 3/3] examples/ptpclient: add frequency adjustment support
Requesting extra documentation on how to use and modify SWX pipeline
2023-04-03 8:11 UTC
[PATCH v5] net/ice: fix ice dcf control thread crash
2023-04-03 6:54 UTC (3+ messages)
` [PATCH v6] "
[PATCH] net/iavf: fix VLAN offload with AVX512
2023-04-03 5:39 UTC (3+ messages)
[PATCH 0/6] windows: remove most pthread lifetime shim functions
2023-04-03 5:34 UTC (2+ messages)
[RFC PATCH v1 0/4] Direct re-arming of buffers on receive side
2023-04-03 2:48 UTC (8+ messages)
` [PATCH v5 0/3] Recycle buffers from Tx to Rx
` [PATCH v5 1/3] ethdev: add API for buffer recycle mode
[PATCH] app/testpmd: fix GTP L2 len in checksum engine
2023-04-02 12:26 UTC
[PATCH] doc: announce inclusive naming function name changes
2023-03-31 18:51 UTC
20.11.8 patches review and test
2023-03-31 18:20 UTC
release candidate 23.03-rc4
2023-03-31 18:01 UTC (4+ messages)
DPDK 23.03 released
2023-03-31 17:17 UTC
[PATCH] test: replace use of wrd segregate
2023-03-31 16:00 UTC (2+ messages)
[RFC 00/27] Add VDUSE support to Vhost library
2023-03-31 15:42 UTC (28+ messages)
` [RFC 01/27] vhost: fix missing guest notif stat increment
` [RFC 02/27] vhost: fix invalid call FD handling
` [RFC 03/27] vhost: fix IOTLB entries overlap check with previous entry
` [RFC 04/27] vhost: add helper of IOTLB entries coredump
` [RFC 05/27] vhost: add helper for IOTLB entries shared page check
` [RFC 06/27] vhost: don't dump unneeded pages with IOTLB
` [RFC 07/27] vhost: change to single IOTLB cache per device
` [RFC 08/27] vhost: add offset field to IOTLB entries
` [RFC 09/27] vhost: add page size info to IOTLB entry
` [RFC 10/27] vhost: retry translating IOVA after IOTLB miss
` [RFC 11/27] vhost: introduce backend ops
` [RFC 12/27] vhost: add IOTLB cache entry removal callback
` [RFC 13/27] vhost: add helper for IOTLB misses
` [RFC 14/27] vhost: add helper for interrupt injection
` [RFC 15/27] vhost: add API to set max queue pairs
` [RFC 16/27] net/vhost: use "
` [RFC 17/27] vhost: add control virtqueue support
` [RFC 18/27] vhost: add VDUSE device creation and destruction
` [RFC 19/27] vhost: add VDUSE callback for IOTLB miss
` [RFC 20/27] vhost: add VDUSE callback for IOTLB entry removal
` [RFC 21/27] vhost: add VDUSE callback for IRQ injection
` [RFC 22/27] vhost: add VDUSE events handler
` [RFC 23/27] vhost: add support for virtqueue state get event
` [RFC 24/27] vhost: add support for VDUSE status set event
` [RFC 25/27] vhost: add support for VDUSE IOTLB update event
` [RFC 26/27] vhost: add VDUSE device startup
` [RFC 27/27] vhost: add multiqueue support to VDUSE
[dpdk-dev] [PATCH] doc: clarify disclosure time slot when no response
2023-03-31 15:31 UTC (3+ messages)
DPDK Release Status Meeting 2023-03-23
2023-03-31 14:11 UTC (2+ messages)
[dpdk-dev] [PATCH] doc: deprecation notice to remove net/bnx2x driver
2023-03-31 13:34 UTC (4+ messages)
` "
[dpdk-dev] [PATCH] doc: deprecation notice to remove LiquidIO ethdev driver
2023-03-31 13:26 UTC (3+ messages)
[PATCH] doc: announce the legacy pipeline API deprecation
2023-03-31 13:20 UTC (3+ messages)
` [PATCH V3] doc: announce the pipeline legacy "
[PATCH v1] doc: update release notes for 23.03
2023-03-31 12:52 UTC (3+ messages)
Regarding DPDK API's like rte_timer_subsystem_init/rte_hash_create etc. in VPP
2023-03-31 10:49 UTC (10+ messages)
[PATCH] doc: add tested platforms with NVIDIA NICs
2023-03-31 10:46 UTC (2+ messages)
[PATCH] doc: relax requirement on commit messages of security fixes
2023-03-31 10:37 UTC (3+ messages)
[PATCH] docs: change the doc to highlight the allowed multicast addresses
2023-03-31 10:23 UTC (2+ messages)
[PATCH 1/1] doc: expand description of no-huge and PMD issue
2023-03-31 10:07 UTC (4+ messages)
[PATCH] doc: fix dcf instructions
2023-03-31 9:44 UTC (2+ messages)
[PATCH] maintainers: update for FIPS validation
2023-03-31 9:24 UTC (3+ messages)
[PATCH v1] dts: update dependencies and mypy execution
2023-03-31 9:13 UTC
DPDK bond4 can not rx lacp pkt
2023-03-31 8:09 UTC
[Bug 1209] vmxnet3 interface not receiving any packets with dpdk-22.11.1
2023-03-31 7:40 UTC (2+ messages)
[Bug 1208] testpmd: No probed ethernet devices when running testpmd with Intel E810XXVDA2G1P5
2023-03-31 6:50 UTC (2+ messages)
[Bug 1207] testpmd: No probed ethernet devices when running testpmd with Intel E810XXVDA2G1P5
2023-03-31 5:28 UTC
[PATCH v4 00/15] graph enhancement for multi-core dispatch
2023-03-31 4:03 UTC (17+ messages)
` [PATCH v5 "
` [PATCH v5 01/15] graph: rename rte_graph_work as common
` [PATCH v5 02/15] graph: split graph worker into common and default model
` [PATCH v5 03/15] graph: move node process into inline function
` [PATCH v5 04/15] graph: add get/set graph worker model APIs
` [PATCH v5 05/15] graph: introduce graph node core affinity API
` [PATCH v5 06/15] graph: introduce graph bind unbind API
` [PATCH v5 07/15] graph: introduce graph clone API for other worker core
` [PATCH v5 08/15] graph: add struct for stream moving between cores
` [PATCH v5 09/15] graph: introduce stream moving cross cores
` [PATCH v5 10/15] graph: enable create and destroy graph scheduling workqueue
` [PATCH v5 11/15] graph: introduce graph walk by cross-core dispatch
` [PATCH v5 12/15] graph: enable graph multicore dispatch scheduler model
` [PATCH v5 13/15] graph: add stats for cross-core dispatching
` [PATCH v5 14/15] examples/l3fwd-graph: introduce multicore dispatch worker model
` [PATCH v5 15/15] doc: update multicore dispatch model in graph guides
[PATCH 0/2] update license and copyright
2023-03-31 2:32 UTC (6+ messages)
` [PATCH 2/2] net/gve: update copyright holders
[Bug 1206] Multiple large memory block allocations using rte_malloc can lead to memory out-of-bounds issues
2023-03-31 1:17 UTC
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).