messages from 2026-06-11 14:22:29 to 2026-06-12 19:08:40 UTC [more...]
[PATCH v1] tools: AI review handle empty Error sections
2026-06-12 19:08 UTC (2+ messages)
` [PATCH v2] "
[PATCH v2] app/testpmd: add padding mode to txonly engine
2026-06-12 16:13 UTC (2+ messages)
[PATCH v3 00/10] bpf: introduce extensible load API
2026-06-12 16:06 UTC (18+ messages)
` [PATCH v4 00/11] "
` [PATCH v4 02/11] "
` [PATCH v5 00/11] "
` [PATCH v5 01/11] bpf: make logging prefixes more consistent
` [PATCH v5 02/11] bpf: introduce extensible load API
` [PATCH v5 03/11] bpf: support up to 5 arguments
` [PATCH v5 04/11] bpf: add cBPF origin to rte_bpf_load_ex
` [PATCH v5 05/11] bpf: support rte_bpf_prm_ex with port callbacks
` [PATCH v5 06/11] bpf: support loading ELF files from memory
` [PATCH v5 07/11] test/bpf: test loading cBPF directly
` [PATCH v5 08/11] test/bpf: test loading ELF file from memory
` [PATCH v5 09/11] doc: add release notes for new extensible BPF API
` [PATCH v5 10/11] doc: add load API to BPF programmer's guide
` [PATCH v5 11/11] test/bpf: add tests for error handling contracts
[PATCH] net/iavf: fix scalar Rx path zero-length segment
2026-06-12 15:42 UTC (2+ messages)
[PATCH] app/testpmd: add padding mode to txonly engine
2026-06-12 15:20 UTC (2+ messages)
[PATCH 0/9] net/dpaa2: NAPI-style Rx queue interrupts
2026-06-12 15:00 UTC (18+ messages)
` [PATCH 1/9] net/dpaa2: implement RSS RETA query and update
` [PATCH 2/9] eal/interrupts: keep real errno on epoll error
` [PATCH 3/9] bus/fslmc: move DPCON management from event driver to bus
` [PATCH 4/9] bus/fslmc/dpio: make the portal DQRI epoll optional
` [PATCH 5/9] net/dpaa2: support Rx queue interrupts
` [PATCH 6/9] bus/fslmc/dpio: tune DQRI interrupt coalescing holdoff
` [PATCH 7/9] net/dpaa2: fix Rx queue count for primary process
` [PATCH 8/9] ethdev: keep fast-path ops valid after port stop
` [PATCH 9/9] net/dpaa2: drop the fake software VLAN strip offload
[PATCH] gpu/metax: add new driver for Metax GPU
2026-06-12 14:49 UTC (6+ messages)
` 回复:[PATCH] "
` 回复:回复:[PATCH] "
[PATCH v2 00/25] bpf: test and fix issues in verifier
2026-06-12 10:47 UTC (27+ messages)
` [PATCH v3 "
` [PATCH v3 01/25] bpf: format and dump jlt, jle, jslt, and jsle
` [PATCH v3 02/25] bpf: add format instruction function
` [PATCH v3 03/25] bpf/validate: break on error in evaluate
` [PATCH v3 04/25] bpf/validate: expand comments in evaluate cycle
` [PATCH v3 05/25] bpf/validate: introduce debugging interface
` [PATCH v3 06/25] bpf/validate: fix BPF_ADD of pointer to a scalar
` [PATCH v3 07/25] bpf/validate: fix BPF_LDX | EBPF_DW signed range
` [PATCH v3 08/25] test/bpf_validate: add setup and basic tests
` [PATCH v3 09/25] test/bpf_validate: add harness for pointer tests
` [PATCH v3 10/25] bpf/validate: fix EBPF_JSLT | BPF_X evaluation
` [PATCH v3 11/25] bpf/validate: fix BPF_NEG of INT64_MIN and 0
` [PATCH v3 12/25] bpf/validate: fix BPF_DIV and BPF_MOD signed part
` [PATCH v3 13/25] bpf/validate: fix BPF_MUL ranges minimum typo
` [PATCH v3 14/25] bpf/validate: fix BPF_MUL signed overflow UB
` [PATCH v3 15/25] bpf/validate: fix BPF_JGT/EBPF_JSGT no-jump max
` [PATCH v3 16/25] bpf/validate: fix BPF_JMP source range calculation
` [PATCH v3 17/25] bpf/validate: fix BPF_JMP empty range handling
` [PATCH v3 18/25] bpf/validate: fix BPF_AND min calculations
` [PATCH v3 19/25] bpf/validate: fix BPF_LSH shift-out-of-bounds UB
` [PATCH v3 20/25] bpf/validate: fix BPF_OR min calculations
` [PATCH v3 21/25] bpf/validate: fix BPF_SUB signed max zero case
` [PATCH v3 22/25] bpf/validate: fix BPF_XOR signed min calculation
` [PATCH v3 23/25] bpf/validate: prevent overflow when building graph
` [PATCH v3 24/25] doc: add release notes for BPF validation fixes
` [PATCH v3 25/25] doc: add BPF validate debug to programmer's guide
[PATCH v2] doc: reword sample application guides
2026-06-12 10:06 UTC (19+ messages)
` [PATCH 00/15] doc: clean up "
` [PATCH 01/15] doc: cleanups to bbdev sample application
` [PATCH 02/15] doc: cleanup cmd_line example documentation
` [PATCH 03/15] doc: cleanup the distribution sample application guide
` [PATCH 04/15] doc: improve structure and clarity of compiling guide
` [PATCH 05/15] doc: improve clarity and consistency in DMA sample app guide
` [PATCH 06/15] doc: correct capitalization and formatting in ethtool guide
` [PATCH 07/15] doc: improve clarity in eventdev, FIPS, and flow filtering
` [PATCH 08/15] doc: enhance hello_world, intro, IP frag and pipeline
` [PATCH 09/15] doc: improve IP reassembly, IPsec, multicast, and keep-alive
` [PATCH 10/15] doc: enhance L2 forwarding sample application guides
` [PATCH 11/15] doc: enhance multi-process, NTB, ordering, and PTP guides
` [PATCH 12/15] doc: improve QoS, callbacks, EFD, and service cores guides
` [PATCH 13/15] doc: enhance skeleton, pipeline, timer, and vhost guides
` [PATCH 14/15] doc: improve vhost, VM power, and VMDq sample guides
` [PATCH 15/15] doc: correct grammar and punctuation consistency issues
[PATCH v2] net/af_packet: fix qpairs argument upper bound check
2026-06-12 9:35 UTC (3+ messages)
` [PATCH] net/af_packet: fix parsing of numeric device args
[PATCH v9 0/1] net/mana: add device reset support
2026-06-12 8:17 UTC (2+ messages)
` [PATCH v9 1/1] "
[PATCH] app/testpmd: add VLAN priority insert support
2026-06-12 8:14 UTC
[PATCH] common/mlx5: fix high SMMU TLB miss with mempool alignment
2026-06-12 7:14 UTC
[PATCH] crypto/cnxk: fix out of place AES GCM
2026-06-12 6:20 UTC
ARM v8 rte_power_pause
2026-06-12 6:11 UTC (2+ messages)
[PATCH] net/crc: add 4x folding loop for x86 SSE implementation
2026-06-12 3:02 UTC (3+ messages)
[PATCH] net/crc: cleanup code in net_crc_sse.c implementation
2026-06-12 2:51 UTC
[PATCH] test: add larger input len test for CRC16-CCITT
2026-06-12 2:37 UTC
[PATCH] dts: avoid Scapy MAC resolution in Rx split test
2026-06-11 18:54 UTC (2+ messages)
[PATCH v2 0/2] ethdev: fix out-of-bounds writes in rte_flow_conv()
2026-06-11 18:15 UTC (2+ messages)
[PATCH v1 0/1] fix NBL PMD multicast reception in promiscuous mode
2026-06-11 18:04 UTC (3+ messages)
` [PATCH v1 1/1] net/nbl: fix "
[PATCH v8 00/18] Support VFIO cdev API in DPDK
2026-06-11 17:49 UTC (20+ messages)
` [PATCH v8 01/18] uapi: update to v6.17 and add iommufd.h
` [PATCH v8 02/18] vfio: make all functions internal
` [PATCH v8 03/18] vfio: split get device info from setup
` [PATCH v8 04/18] vfio: add container device assignment API
` [PATCH v8 05/18] net/nbl: do not use VFIO group bind API
` [PATCH v8 06/18] net/ntnic: use container device assignment API
` [PATCH v8 07/18] vdpa/ifc: "
` [PATCH v8 08/18] vdpa/nfp: "
` [PATCH v8 09/18] vdpa/sfc: "
` [PATCH v8 10/18] vhost: remove group-related API from drivers
` [PATCH v8 11/18] vfio: remove group-based API
` [PATCH v8 12/18] vfio: cleanup and refactor
` [PATCH v8 13/18] bus/pci: use the new VFIO mode API
` [PATCH v8 14/18] bus/fslmc: "
` [PATCH v8 15/18] net/hinic3: "
` [PATCH v8 16/18] net/ntnic: "
` [PATCH v8 17/18] vfio: remove no-IOMMU check API
` [PATCH v8 18/18] vfio: introduce cdev mode
[PATCH 01/17] net/cnxk: update mbuf next field for multi segment
2026-06-11 17:23 UTC (10+ messages)
` [PATCH v2 01/22] "
` [PATCH v2 17/22] common/cnxk: add auth key len check in inbound SA
` [PATCH v2 18/22] common/cnxk: add FEC configuration support
` [PATCH v2 19/22] net/cnxk: add FEC get set and capability ops
` [PATCH v2 20/22] event/cnxk: fix Klocwork static analysis issues
` [PATCH v2 21/22] crypto/cnxk: enforce DES/3DES cipher key length
` [PATCH v2 22/22] common/cnxk: fix TM link config selection in debug dump
[PATCH v1 0/6] net/r8169: hardware updates, optimizations, and a bug fix
2026-06-11 16:46 UTC (2+ messages)
DTS code coverage question
2026-06-11 14:29 UTC
page: | 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