messages from 2026-05-06 17:40:35 to 2026-05-09 22:04:45 UTC [more...]
[PATCH 6/6] cmdline: add null checks for invalid input
2026-05-08 7:41 UTC (2+ messages)
[PATCH 1/2] ethdev: support selective Rx data
2026-05-09 21:56 UTC (6+ messages)
` [PATCH v2 00/10] selective Rx
` [PATCH v2 01/10] app/testpmd: print Rx split capabilities
` [PATCH v2 02/10] ethdev: introduce selective Rx
` [PATCH v2 03/10] app/testpmd: support "
` [PATCH v2 04/10] common/mlx5: add null MR functions
[RFC v1 0/4] introduce PTP protocol library and software relay example
2026-05-09 23:25 UTC (22+ messages)
` [RFC v5 0/6] introduce PTP protocol library and software relay
` [RFC v5 1/6] ptp: introduce PTP protocol library
` [PATCH v6 0/4] PTP protocol support in lib/net
` [PATCH v6 1/4] lib/net: add IEEE 1588 PTP v2 protocol header definitions
` [PATCH v6 2/4] examples/ptp_tap_relay_sw: add PTP software transparent clock relay
` [PATCH v6 3/4] doc: update release notes for PTP protocol library
` [PATCH v6 4/4] examples/ptpclient: use shared PTP library definitions
` [PATCH v7 0/4] IEEE 1588 PTP v2 protocol support in lib/net
` [PATCH v7 1/4] lib/net: add IEEE 1588 PTP v2 protocol header definitions
` [PATCH v7 2/4] examples/ptp_tap_relay_sw: add PTP software transparent clock relay
` [PATCH v7 3/4] doc: update release notes for PTP protocol library
` [PATCH v7 4/4] examples/ptpclient: use shared PTP library definitions
` [PATCH v8 0/4] IEEE 1588 PTP v2 protocol support in lib/net
` [PATCH v8 1/4] lib/net: add IEEE 1588 PTP v2 protocol header definitions
` [PATCH v8 2/4] examples/ptp_tap_relay_sw: add PTP software transparent clock relay
` [PATCH v8 3/4] doc: update release notes for PTP protocol library
` [PATCH v8 4/4] examples/ptpclient: use shared PTP library definitions
[PATCH 00/18] Wangxun Fixes
2026-05-09 17:07 UTC (28+ messages)
` [PATCH v2 00/20] "
` [PATCH v2 11/20] net/txgbe: fix traffic class priority configuration
` [PATCH v3 00/20] Wangxun Fixes
` [PATCH v3 01/20] net/txgbe: remove duplicate xstats counters
` [PATCH v3 02/20] net/ngbe: "
` [PATCH v3 03/20] net/ngbe: add missing CDR config for YT PHY
` [PATCH v3 04/20] net/ngbe: fix VF promiscuous and allmulticast
` [PATCH v3 05/20] net/txgbe: fix inaccuracy in TX rate limiting
` [PATCH v3 06/20] net/txgbe: fix link status check condition
` [PATCH v3 07/20] net/txgbe: fix Tx desc free logic
` [PATCH v3 08/20] net/txgbe: fix link flow control registers for Amber-Lite
` [PATCH v3 09/20] net/txgbe: fix link flow control config for Sapphire
` [PATCH v3 10/20] net/txgbe: fix a mass of unknown interrupts
` [PATCH v3 11/20] net/txgbe: fix traffic class priority configuration
` [PATCH v3 12/20] net/txgbe: fix link stability for 25G NIC
` [PATCH v3 13/20] net/txgbe: fix link stability for 40G NIC
` [PATCH v3 14/20] net/txgbe: fix link stability for Amber-Lite backplane mode
` [PATCH v3 15/20] net/txgbe: fix FEC mode configuration on 25G NIC
` [PATCH v3 16/20] net/txgbe: fix SFP module identification
` [PATCH v3 17/20] net/txgbe: fix get module info operation
` [PATCH v3 18/20] net/txgbe: fix get eeprom operation
` [PATCH v3 19/20] net/txgbe: fix to reset Tx write-back pointer
` [PATCH v3 20/20] net/txgbe: fix to enable Tx desc check
[PATCH 00/20] pktmbuf free bulk cleanups
2026-05-09 15:46 UTC (23+ messages)
` [PATCH 01/20] devtools/cocci: add transform for rte_pktmbuf_free_bulk
` [PATCH 02/20] eventdev: use rte_pktmbuf_free_bulk
` [PATCH 03/20] gso: "
` [PATCH 04/20] ip_frag: "
` [PATCH 05/20] pipeline: "
` [PATCH 06/20] port: "
` [PATCH 07/20] net/af_xdp: "
` [PATCH 08/20] net/cnxk: "
` [PATCH 09/20] net/pfe: "
` [PATCH 10/20] net/virtio: "
` [PATCH 11/20] net/zxdh: "
` [PATCH 12/20] app/compress-perf: "
` [PATCH 13/20] mbuf: allow NULL array in rte_pktmbuf_free_bulk
` [PATCH 14/20] net/zxdh: remove unnecessary null check
` [PATCH 15/20] net/ice: "
` [PATCH 16/20] net/bnxt: "
` [PATCH 17/20] test: use rte_pktmbuf_free_bulk
` [PATCH 18/20] app/test-dma-perf: remove unnecessary null check
` [PATCH 19/20] app/test-compress-perf: "
` [PATCH 20/20] examples: use rte_pktmbuf_free_bulk
[PATCH 00/25] bpf: test and fix issues in verifier
2026-05-09 12:36 UTC (16+ messages)
` [PATCH 13/25] bpf/validate: fix BPF_MUL ranges minimum typo
` [PATCH 14/25] bpf/validate: fix BPF_MUL signed overflow UB
` [PATCH 15/25] bpf/validate: fix BPF_JGT/EBPF_JSGT no-jump max
` [PATCH 16/25] bpf/validate: fix BPF_JMP source range calculation
` [PATCH 17/25] bpf/validate: fix BPF_JMP empty range handling
` [PATCH 18/25] bpf/validate: fix BPF_AND min calculations
` [PATCH 19/25] bpf/validate: fix BPF_LSH shift-out-of-bounds UB
` [PATCH 20/25] bpf/validate: fix BPF_OR min calculations
` [PATCH 21/25] bpf/validate: fix BPF_SUB signed max zero case
` [PATCH 22/25] bpf/validate: fix BPF_XOR signed min calculation
` [PATCH 23/25] bpf/validate: prevent overflow when building graph
` [PATCH 24/25] doc: add release notes for BPF validation fixes
` [PATCH 25/25] doc: add BPF validate debug to programmer's guide
[PATCH 00/10] bpf: introduce extensible load API
2026-05-09 12:36 UTC (2+ messages)
[PATCH 0/3] power: some cleancode for cpufreq library
2026-05-09 8:45 UTC (4+ messages)
` [PATCH 1/3] power: move power state structure to power cpufreq header
` [PATCH 2/3] power: unify decimal format macro for strtoul
` [PATCH 3/3] power: use common decimal macro definition
[PATCH v2] net/hns3: fix L4 checksum incorrect for tunnel packets
2026-05-09 7:18 UTC (2+ messages)
[PATCH v2 0/3] net/zxdh: optimize Rx/Tx path performance
2026-05-09 6:29 UTC (5+ messages)
` [PATCH v3 "
` [PATCH v3 1/3] net/zxdh: optimize queue structure to improve performance
` [PATCH v3 2/3] net/zxdh: optimize Rx recv pkts performance
` [PATCH v3 3/3] net/zxdh: optimize Tx xmit "
[PATCH] net/hns3: fix L4 checksum incorrect for tunnel packets
2026-05-09 6:36 UTC
[PATCH v2 0/1] net/mana: add device reset support
2026-05-09 6:01 UTC (2+ messages)
` [PATCH v2 1/1] "
[PATCH v3 0/2] Update Rx Timestamp in IAVF PMD
2026-05-09 10:14 UTC (4+ messages)
` [PATCH v4 "
` [PATCH v4 1/2] net/iavf: remove PHC polling from Rx datapath
` [PATCH v4 2/2] net/iavf: reuse device alarm for PHC sync
[PATCH 0/4] net/axgbe: fix resource leaks and OOB access
2026-05-08 19:10 UTC (6+ messages)
` [PATCH v2 "
` [PATCH v2 1/4] net/axgbe: fix resource leaks in device init error paths
` [PATCH v2 2/4] net/axgbe: fix Rx queue leak on descriptor init failure
` [PATCH v2 3/4] net/axgbe: destroy mutexes on device close
` [PATCH v2 4/4] net/axgbe: fix descriptor status out-of-bounds access
[PATCH 0/3] net/bond: fix secondary process crash and related cleanup
2026-05-08 17:59 UTC (2+ messages)
[PATCH] net/mlx5: fallback to verbs for Tx memory allocation if devx unsupported
2026-05-08 17:18 UTC (2+ messages)
[PATCH] net/mlx5: add validation for indirect actions
2026-05-08 17:11 UTC (3+ messages)
` [PATCH v2] "
[PATCH 0/6] fix pthread mutexes for multi-process
2026-05-08 16:39 UTC (3+ messages)
` [PATCH v2 0/6] fix process shared pthread mutexes
[PATCH v1] dts: add ipgre test suite
2026-05-08 15:07 UTC (4+ messages)
[PATCH v1] dts: clean cryptodev environment after a test run
2026-05-08 15:05 UTC (2+ messages)
[PATCH v1 0/4] Introduce generic cache stash API and PCIe TPH implementation
2026-05-08 15:00 UTC (6+ messages)
` [PATCH v1 1/4] bus/pci: introduce PCIe TPH support
` [PATCH v1 2/4] ethdev: introduce generic cache stash API
` [PATCH v1 3/4] net/e1000: add cache stash support via TPH
` [PATCH v1 4/4] app/testpmd: add TPH stash objects configuration
[PATCH v2] dts: update testsuite named to be clear and consistent
2026-05-08 14:13 UTC (2+ messages)
` [PATCH v3] dts: update test suite names "
[PATCH v1 0/2] Update IDPF Base Code
2026-05-09 1:54 UTC (3+ messages)
` [PATCH v1 1/2] net/idpf/base: add MMG device IDs
` [PATCH v1 2/2] doc: update recommended matching versions for cpfl and idpf
[PATCH 1/1] net/mlx5: fix crash if malloc FCQS fails
2026-05-08 12:51 UTC (2+ messages)
[PATCH v2] net/mlx5: prepend implicit items in sync flow creation path
2026-05-08 12:40 UTC (3+ messages)
` [PATCH v3] "
[PATCH v1 1/1] net/iavf: fix large VF IRQ mapping
2026-05-08 10:16 UTC (5+ messages)
[PATCH] eal/x86: reduce memcpy code duplication
2026-05-08 9:58 UTC (4+ messages)
` [PATCH v9] eal/x86: optimize memcpy of small sizes
` [PATCH v10] "
[PATCH 0/2] eal: notify secondaries on primary exit
2026-05-07 20:58 UTC (3+ messages)
` [PATCH 1/2] Revert "app/testpmd: stop forwarding in secondary process"
` [PATCH 2/2] eal: notify secondary on primary exit
[RFC 0/3] fib: tbl8 reservation drift reproducer and proposed fix
2026-05-07 19:02 UTC (5+ messages)
` [RFC 1/3] fib6: fix tbl8 reservation drift in trie
` [RFC 2/3] test/fib6: add reproducer for tbl8 reservation drift
` [RFC 3/3] fib: drop redundant tbl8 reservation counter
[PATCH v12 0/6] flow_parser: add shared parser library
2026-05-07 16:57 UTC (13+ messages)
` [RFC v2 0/4] flow_compile: textual flow rule compiler
` [RFC v2 1/4] config: add support for using flex and bison
` [RFC v2 2/4] flow_compile: introduce textual flow rule compiler
` [RFC v2 3/4] doc: add programmer's guide for "
` [RFC v2 4/4] test/flow_compile: add unit tests "
[PATCH 0/6] add hardening checks to cmdline and cfgfile libs
2026-05-07 14:59 UTC (7+ messages)
` [PATCH 1/6] cfgfile: add null checks to public APIs
` [PATCH 2/6] cfgfile: prevent issues with overflow on resize
` [PATCH 3/6] cmdline: harden parser result buffer handling
` [PATCH 4/6] cmdline: add explicit help function for bool type
` [PATCH 5/6] cmdline: guard zero-size destination buffers
` [PATCH 6/6] cmdline: add null checks for invalid input
[DPDK/DTS Bug 1943] dts: add missing device capability
2026-05-07 14:24 UTC
[PATCH v2 1/2] net/ice: properly handle TM hierarchy deletion
2026-05-07 13:39 UTC (4+ messages)
` [PATCH v2 2/2] net/ice: fix shaper profile reference count tracking
[PATCH] power: fix duplicated typedef for setting uncore freq
2026-05-07 11:27 UTC
[PATCH v1 03/15] net/ixgbe: fix non-shared data in IPsec session
2026-05-07 10:50 UTC (2+ messages)
DPDK Tech Board meeting minutes 29-April-2026
2026-05-07 6:03 UTC
DPDK Tech Board meeting minutes 01-April-2026
2026-05-07 5:42 UTC
[PATCH] maintainers: update RISC-V maintainer
2026-05-07 4:52 UTC (3+ messages)
[DPDK/core Bug 1942] Primary shutdown not caught by all secondaries
2026-05-07 3:12 UTC
[PATCH 0/4] Remove limitations coming from legacy VMDq
2026-05-07 2:51 UTC (3+ messages)
` [PATCH v2 0/5] "
[PATCH v2 1/7] net/netvsc: retry VF hotplug indefinitely until PCI device disappears
2026-05-07 2:49 UTC (2+ messages)
[PATCH v1 00/15] power: unify and improve lcore ID verification
2026-05-07 2:42 UTC (17+ messages)
` [PATCH V2 "
` [PATCH V2 01/15] eal: add interface to check if lcore is EAL managed
` [PATCH V2 02/15] power/kvm_vm: validate lcore role in cpufreq API
` [PATCH V2 03/15] power/acpi_cpufreq: "
` [PATCH V2 04/15] power/amd_pstate: "
` [PATCH V2 05/15] power/cppc_cpufreq: "
` [PATCH V2 06/15] power/intel_pstate: "
` [PATCH V2 07/15] power: add a common macro to verify lcore ID
` [PATCH V2 08/15] power/cpufreq: add the lcore ID verification to framework
` [PATCH V2 09/15] power/acpi_cpufreq: remove the verification of lcore ID
` [PATCH V2 10/15] power/amd_pstate: "
` [PATCH V2 11/15] power/cppc_cpufreq: "
` [PATCH V2 12/15] power/intel_pstate: "
` [PATCH V2 13/15] power/kvm_vm: "
` [PATCH V2 14/15] power: allow the service core to config power QoS
` [PATCH V2 15/15] power: add lcore ID check for PMD mgmt
[PATCH v10 10/10] net/sxe2: add vectorized Rx and Tx
2026-05-07 2:40 UTC (12+ messages)
` [PATCH v11 0/9] Add Linkdata sxe2 driver
` [PATCH v11 1/9] mailmap: add Jie Liu
` [PATCH v11 2/9] doc: add sxe2 guide and release notes
` [PATCH v11 3/9] drivers: add sxe2 basic structures
` [PATCH v11 4/9] common/sxe2: add base driver skeleton
` [PATCH v11 5/9] drivers: add base driver probe skeleton
` [PATCH v11 6/9] drivers: support PCI BAR mapping
` [PATCH v11 7/9] common/sxe2: add ioctl interface for DMA map and unmap
` [PATCH v11 8/9] net/sxe2: support queue setup and control
` [PATCH v11 9/9] drivers: add data path for Rx and Tx
[PATCH v9 10/10] net/sxe2: add vectorized Rx and Tx
2026-05-07 0:23 UTC (3+ messages)
` [PATCH v10 00/10] Add Linkdata sxe2 driver
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox