messages from 2026-06-30 15:38:04 to 2026-07-04 16:12:10 UTC [more...]
[PATCH] bpf: fix unitialized warning
2026-07-04 16:12 UTC (2+ messages)
[RFC] net/bonding: support limited datapath in secondary process
2026-07-04 16:09 UTC (2+ messages)
[PATCH] doc: announce QinQ offloading operations in iavf PMD
2026-07-04 13:17 UTC
[PATCH] net/ice: gate send on timestamp offload to E830
2026-07-04 11:58 UTC
[PATCH] test/bpf_validate: use unit_test_suite_runner
2026-07-04 11:18 UTC (3+ messages)
[PATCH v2 0/6] net/dpaa2: NAPI-style Rx queue interrupts
2026-07-03 20:26 UTC (9+ messages)
` [PATCH v3 "
` [PATCH v3 1/6] event/dpaa2: disable channel before closing it
` [PATCH v3 5/6] net/dpaa2: support Rx queue interrupts
[PATCH v2 7/7] net/intel: support header split mbuf callback
2026-07-03 20:00 UTC (14+ messages)
` [PATCH v3 0/6] Intel network drivers enhancements
` [PATCH v3 4/6] net/ice: timestamp all received packets when PTP is enabled
` [PATCH v3 5/6] net/iavf: disable runtime queue setup capability
` [PATCH v4 0/5] Intel network drivers enhancements
` [PATCH v4 1/5] net/iavf: increase max ring descriptors to hardware limit
` [PATCH v4 2/5] net/iavf: allow runtime queue rate limit configuration
` [PATCH v4 3/5] net/ice: add scheduler rate-limiter burst size devarg
` [PATCH v4 4/5] net/iavf: disable runtime queue setup capability
` [PATCH v4 5/5] app/testpmd: add pinned external-buffer Rx pool command
[PATCH] test/suites: clean up per-test directories
2026-07-03 17:17 UTC (3+ messages)
` [PATCH v2] "
[RFC] memtank: add memtank library
2026-07-03 16:30 UTC (2+ messages)
[PATCH] pdump: fix request timeout on unresponsive secondary
2026-07-03 15:52 UTC (3+ messages)
[PATCH] graph: add optional profiling stats
2026-07-03 15:43 UTC (5+ messages)
` [PATCH v6] "
` [PATCH v7] "
` [PATCH v8] "
` [PATCH v9] "
[RFC] review-patch: verify structured findings against the patch
2026-07-03 15:03 UTC
[PATCH] crypto/virtio: cookies are allocated from mempool
2026-07-03 14:49 UTC
[v4] net/cksum: compute raw cksum for several segments
2026-07-03 14:41 UTC (3+ messages)
[PATCH] net/crc: add 4x folding loop for aarch64 NEON implementation
2026-07-03 14:31 UTC (2+ messages)
[PATCH v2 0/9] Stability fixes for GVE
2026-07-03 14:27 UTC (11+ messages)
` [PATCH v2 1/9] net/gve: clear out shared memory region for stats report
` [PATCH v2 2/9] net/gve: delay adding mbuf head to software ring
` [PATCH v2 3/9] net/gve: copy data to QPL buffer when mbuf read does not
` [PATCH v2 4/9] net/gve: validate buf ID before processing Rx packet
` [PATCH v2 5/9] net/gve: set mbuf to null in software ring after use
` [PATCH v2 6/9] net/gve: free ctx mbuf if packet dropped after first segment
` [PATCH v2 7/9] net/gve: increase range of DMA memzone ids to 64 bits
` [PATCH v2 8/9] net/gve: don't reset ring size bounds to default on reset
` [PATCH v2 9/9] net/gve: restrict max ring size in GQ QPL to 2K
[PATCH] test/bpf: remove validation tests from CI
2026-07-03 14:12 UTC (5+ messages)
[PATCH 1/2] net/iavf: fix local memory leaks in TM hierarchy commit
2026-07-03 13:19 UTC (9+ messages)
` [PATCH 2/2] net/iavf: fix leak of queue to traffic class mapping data
` [PATCH v2 0/6] Fix some small memory leaks
` [PATCH v2 1/6] net/iavf: fix local memory leaks in TM hierarchy commit
` [PATCH v2 2/6] net/iavf: fix leak of queue to traffic class mapping data
` [PATCH v2 3/6] net/iavf: fix memory leak on error when adding flow parser
` [PATCH v2 4/6] net/ice: fix buffer leak in config of Tx queue TM node
` [PATCH v2 5/6] net/iavf: fix leak of flex metadata extraction field
` [PATCH v2 6/6] net/iavf: fix leak of IPsec crypto capabilities array
[PATCH v4 00/19] dpaa: driver stability and feature improvements
2026-07-03 12:50 UTC (44+ messages)
` [PATCH v5 00/19] DPAA bus/net/mempool/DMA driver fixes and improvements
` [PATCH v5 17/19] drivers: release DPAA bpid on driver destructor
` [PATCH v6 00/19] DPAA bus/net/mempool/DMA driver fixes and improvements
` [PATCH v6 01/19] bus/dpaa: refine fman naming and fix global scope
` [PATCH v6 02/19] bus/dpaa: scan max BPID from DTS
` [PATCH v6 03/19] drivers: add BMI Tx statistics
` [PATCH v6 04/19] drivers: add process-type guards for secondary process
` [PATCH v6 05/19] bus/dpaa: define helpers for qman channel and wq
` [PATCH v6 06/19] drivers: shutdown DPAA FQ by fq descriptor
` [PATCH v6 07/19] bus/dpaa: improve FQ shutdown with channel validation
` [PATCH v6 08/19] bus/dpaa: enhance DPAA FQ shutdown
` [PATCH v6 09/19] drivers: add DPAA cgrid cleanup support
` [PATCH v6 10/19] net/dpaa: clean Tx confirmation FQ on device stop
` [PATCH v6 11/19] net/dpaa: remove redundant FQ shutdown from Rx queue setup
` [PATCH v6 12/19] net/dpaa: optimize FM deconfig
` [PATCH v6 13/19] bus/dpaa: improve log macro and fix bus detection
` [PATCH v6 14/19] net/dpaa: optimize FMC MAC type parsing
` [PATCH v6 15/19] net/dpaa: report error on using deferred start
` [PATCH v6 16/19] drivers: optimize DPAA multi-entry buffer pool operations
` [PATCH v6 17/19] drivers: release DPAA bpid on driver destructor
` [PATCH v6 18/19] dma/dpaa: add SG data validation and ERR050757 fix
` [PATCH v6 19/19] net/dpaa: add ONIC port checks
` [PATCH v7 00/16] DPAA bus/net/mempool/DMA driver fixes and improvements
` [PATCH v7 01/16] bus/dpaa: refine fman naming and fix global scope
` [PATCH v7 02/16] bus/dpaa: scan max BPID from DTS
` [PATCH v7 03/16] drivers: add process-type guards for secondary process
` [PATCH v7 04/16] bus/dpaa: define helpers for qman channel and wq
` [PATCH v7 05/16] bus/dpaa: shutdown DPAA FQ by fq descriptor
` [PATCH v7 06/16] bus/dpaa: improve FQ shutdown with channel validation
` [PATCH v7 07/16] bus/dpaa: enhance DPAA FQ shutdown
` [PATCH v7 08/16] bus/dpaa: add DPAA cgrid cleanup support
` [PATCH v7 09/16] net/dpaa: add ONIC port checks
` [PATCH v7 10/16] drivers: add BMI Tx statistics
` [PATCH v7 11/16] net/dpaa: optimize FM deconfig
` [PATCH v7 12/16] bus/dpaa: improve log macro and fix bus detection
` [PATCH v7 13/16] net/dpaa: optimize FMC MAC type parsing
` [PATCH v7 14/16] drivers: optimize DPAA multi-entry buffer pool operations
` [PATCH v7 15/16] drivers: release DPAA bpid on driver destructor
` [PATCH v7 16/16] dma/dpaa: add SG data validation and ERR050757 fix
[PATCH] devtools: support local opencode agent for patch review
2026-07-03 9:19 UTC
[PATCH v8 0/4] net/zxdh: optimize Rx/Tx path performance
2026-07-03 8:17 UTC (2+ messages)
` [v8,0/4] "
[PATCH v1] dts: add support for no link topology
2026-07-03 7:46 UTC (3+ messages)
` [PATCH v4] "
[PATCH 0/9] Stability fixes for GVE
2026-07-03 4:36 UTC (13+ messages)
` [PATCH 1/9] net/gve: clear out shared memory region for stats report
` [PATCH 2/9] net/gve: delay adding mbuf head to software ring
` [PATCH 3/9] net/gve: copy data to QPL buffer when mbuf read does not
` [PATCH 4/9] net/gve: validate buf ID before processing Rx packet
` [PATCH 5/9] net/gve: set mbuf to null in software ring after use
` [PATCH 6/9] net/gve: free ctx mbuf if packet dropped after first segment
` [PATCH 7/9] net/gve: increase range of DMA memzone ids to 64 bits
` [PATCH 8/9] net/gve: don't reset ring size bounds to default on reset
` [PATCH 9/9] net/gve: restrict max ring size in GQ QPL to 2K
[PATCH v2 0/5] uncore power improvements and auto-detection
2026-07-03 4:07 UTC (4+ messages)
` [PATCH v2 1/5] examples/l3fwd-power: fix uncore deinit for non-legacy
[PATCH v4 00/24] bpf: test and fix issues in verifier
2026-07-03 1:13 UTC (3+ messages)
` [PATCH v5 "
[PATCH] test/pcapng: add some leeway to timestamp test
2026-07-02 21:08 UTC (2+ messages)
[PATCH 0/6] ip_frag: fix reassembly defects and add test
2026-07-02 20:55 UTC (22+ messages)
` [PATCH v2 0/8] "
` [PATCH v2 2/8] ip_frag: discard datagrams with overlapping fragments
` [PATCH v2 6/8] app/test: add test for IP reassembly
` [PATCH v2 7/8] ip_frag: remove use of rte_memcpy
` [PATCH v2 8/8] doc: add release note about ip_frag changes
` [PATCH v3 0/8] ip_frag: fix reassembly defects and add test
` [PATCH v3 1/8] ip_frag: tolerate duplicate fragments
` [PATCH v3 2/8] ip_frag: discard datagrams with overlapping fragments
` [PATCH v3 3/8] ip_frag: include protocol in IPv4 reassembly key
` [PATCH v3 4/8] ip_frag: drop IPv6 fragments with per-fragment headers
` [PATCH v3 5/8] ip_frag: reject oversized reassembled datagrams
` [PATCH v3 6/8] app/test: add test for IP reassembly
` [PATCH v3 7/8] ip_frag: remove use of rte_memcpy
` [PATCH v3 8/8] doc: add release note about ip_frag changes
[RFC] doc: updating doxy-api-index.md and doxy-api.conf.in
2026-07-02 20:00 UTC (11+ messages)
` [PATCH 0/7] doc: build for all public headers
` [PATCH 1/7] doc: detect ignored "
` [PATCH 2/7] doc: document rte_os.h
` [PATCH 3/7] doc: fix typos in rte_bus_pci.h
` [PATCH 4/7] doc: fix typos in rte_bus_vmbus.h
` [PATCH 5/7] doc: add missing globs to doxy-api.conf.in
` [PATCH 6/7] doc: add missing drivers "
` [PATCH 7/7] doc: add missing headers to doxy-api-index.md
[DPDK/examples Bug 1698] rte_eth_rx_burst causes segmentation fault when encountered in a Secondary process
2026-07-02 19:44 UTC (2+ messages)
` [DPDK/ethdev Bug 1698] bonding Rx crash in a secondary process
[PATCH 0/2] fix Rx split in testpmd
2026-07-02 19:42 UTC (2+ messages)
[DPDK/ethdev Bug 1962] Documentation build fails for driver cnxk_bphy
2026-07-02 19:23 UTC
[v1] crypto/qat: fix IPsec MB header include for ARM
2026-07-02 18:34 UTC (2+ messages)
[PATCH 1/2] bpf: default log level should be NOTICE
2026-07-02 16:34 UTC (6+ messages)
` [PATCH 2/2] bpf: silence noisy message
[PATCH] app/testpmd: fix multi-pool Rx setup with --no-NUMA
2026-07-02 16:10 UTC (6+ messages)
` [PATCH 0/4] app/testpmd: fix socket id handling with NUMA disabled
` [PATCH 1/4] app/testpmd: fix port socket ID "
` [PATCH 2/4] app/testpmd: consolidate port socket ID computation
` [PATCH 3/4] app/testpmd: display any socket ID as text
` [PATCH 4/4] app/testpmd: report reason when queue setup command fails
[PATCH 0/2] fix dmadev incomplete ABI validation
2026-07-02 12:50 UTC (6+ messages)
[PATCH] app/flow-perf: add represented-port and port-representor flow actions
2026-07-02 8:56 UTC (2+ messages)
` [PATCH v2] app/flow-perf: add represented-port/port-representor actions
[PATCH] net/iavf: fix QinQ handling when only inner VLAN capability is supported
2026-07-02 8:20 UTC (2+ messages)
[PATCH] devtool: fix falsely reporting from checkpatch
2026-07-01 20:46 UTC (2+ messages)
[PATCH 0/2] net/intel: fix link status when interrupt delivery unavailable
2026-07-01 11:26 UTC (3+ messages)
` [PATCH 1/2] net/ice: poll AdminQ if "
[PATCH 00/17] drivers: replace strncpy with strlcpy
2026-07-01 11:18 UTC (4+ messages)
` [PATCH v2 "
` [PATCH v2 04/17] crypto/scheduler: "
[PATCH] net/ixgbe: fix EEPROM read failure on copper media
2026-07-01 11:07 UTC (3+ messages)
[PATCH] net/intel: add MMG device support
2026-07-01 10:29 UTC
[PATCH v1 0/5] fib6: fix tbl8 reservation drift
2026-07-01 10:27 UTC (3+ messages)
` [PATCH v2 0/3] "
[PATCH v1 1/5] eal: fix wrong log message in async IPC request
2026-07-01 10:09 UTC (6+ messages)
` [PATCH v7 0/6] IPC fixes
` [PATCH v7 4/6] eal: fix async IPC memory leaks on partial failure
[PATCH] net/idpf: handle Tx of mbuf segments larger than 16k
2026-07-01 9:47 UTC (6+ messages)
` [PATCH] net/idpf: fix Tx of large mbuf segments
` [PATCH v2] "
[PATCH] net/e1000: align device IDs with base code
2026-07-01 9:45 UTC (3+ messages)
[PATCH] net/vhost: support queue info query
2026-07-01 6:14 UTC
[PATCH v4 0/4] Wangxun fixes and new features
2026-07-01 2:08 UTC (3+ messages)
[PATCH 0/5] crypto: use timing-safe digest comparison
2026-06-30 17:22 UTC (3+ messages)
` [PATCH v2 0/6] "
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