messages from 2026-01-14 07:35:13 to 2026-01-16 03:11:53 UTC [more...]
[PATCH v2 0/3] vhost: VDUSE-related fixes
2026-01-16 3:11 UTC (9+ messages)
` [PATCH v2 1/3] vhost: fix virtqueue array size for control queue
` [PATCH v2 2/3] vhost: fix descriptor chain bounds check in "
` [PATCH v2 3/3] vhost: fix mmap error check in VDUSE IOTLB miss handler
[PATCH v3 0/7] flow_parser: add shared parser library
2026-01-15 23:01 UTC (7+ messages)
` [PATCH v3 1/7] cmdline: include stddef.h for offsetof
` [PATCH v3 3/7] app/testpmd: use shared flow parser library
` [PATCH v3 4/7] examples/flow_parsing: add flow parser demo
` [PATCH v3 5/7] dpdk-test: add flow parser library functional tests
` [PATCH v3 6/7] mailmap: update a new contributor email
` [PATCH v3 7/7] dts: fix invalid f-string syntax in testpmd API
[RFC PATCH 0/7] Add script for real-time telemetry monitoring
2026-01-15 19:03 UTC (9+ messages)
` [PATCH v3 "
` [PATCH v3 1/7] usertools: add new script to monitor telemetry on terminal
` [PATCH v3 2/7] usertools/telemetry-watcher: add displaying stats
` [PATCH v3 3/7] usertools/telemetry-watcher: add delta and timeout opts
` [PATCH v3 4/7] usertools/telemetry-watcher: add total and one-line opts
` [PATCH v3 5/7] usertools/telemetry-watcher: add thousands separator
` [PATCH v3 6/7] usertools/telemetry-watcher: add eth name shortcuts
` [PATCH v3 7/7] usertools/telemetry-watcher: support reconnection
[PATCH 0/8] net/nfb: rework to real multiport
2026-01-15 15:16 UTC (9+ messages)
` [PATCH 1/8] net/nfb: prepare for indirect queue mapping scheme
` [PATCH 2/8] net/nfb: create ethdev for every eth port/channel
` [PATCH 3/8] net/nfb: add vdev as alternative device probe method
` [PATCH 4/8] net/nfb: add device argument "port" to limit used ports
` [PATCH 5/8] net/nfb: init only MACs associated with device
` [PATCH 6/8] net/nfb: add compatible cards to driver PCI ID table
` [PATCH 7/8] net/nfb: report firmware version
` [PATCH 8/8] doc/nfb: cleanup and update guide
[PATCH 0/6]
2026-01-15 14:40 UTC (14+ messages)
` [PATCH 1/6] net/nfb: use constant values for max Rx/Tx queues count
` [PATCH 2/6] net/nfb: fix bad pointer access in queue stats
` [PATCH 3/6] net/nfb: update timestamp calculation to meaningful value
` [PATCH 4/6] net/nfb: use process private variable for internal data
` [PATCH 5/6] net/nfb: release allocated resources correctly
` [PATCH 6/6] net/nfb: stop only started queues in fail path
` [PATCH v2 0/6] net/nfb: code cleanup
` [PATCH v2 1/6] net/nfb: use constant values for max Rx/Tx queues count
` [PATCH v2 2/6] net/nfb: fix bad pointer access in queue stats
` [PATCH v2 3/6] net/nfb: update timestamp calculation to meaningful value
` [PATCH v2 4/6] net/nfb: use process private variable for internal data
` [PATCH v2 5/6] net/nfb: release allocated resources correctly
` [PATCH v2 6/6] net/nfb: stop only started queues in fail path
[RFC] net/virtio: avoid global variable name conflicts
2026-01-15 14:36 UTC (2+ messages)
[PATCH v5 0/4] Support add/remove memory region & get-max-slots
2026-01-15 14:33 UTC (11+ messages)
` [PATCH v5 2/4] vhost_user: header defines for add/rem mem region
` [PATCH v5 3/4] vhost_user: support function defines for back-end
` [PATCH v5 4/4] vhost_user: Function defs for add/rem mem regions
FW: [PATCH] mbuf: fix packet copy
2026-01-15 13:27 UTC (2+ messages)
` "
[PATCH] net: fix parsing of frames with arbitrary VLAN stacks
2026-01-15 13:14 UTC (3+ messages)
` [PATCH v2] "
[PATCH 0/3] Ice Tx Scheduler Fixes
2026-01-15 10:55 UTC (7+ messages)
` [PATCH 1/3] net/ice: check for null before dereferencing
` [PATCH 2/3] net/ice: fix priority mode printing in Tx scheduler dump
` [PATCH 3/3] net/ice: re-enable strict priority on non-root levels
mbuf fast-free requirements analysis
2026-01-15 9:04 UTC (10+ messages)
[RFC PATCH v2 0/7] flow_parser: add shared parser library
2026-01-15 9:01 UTC (3+ messages)
[RFC PATCH 00/19] Fix building much of DPDK with -Wshadow
2026-01-15 8:27 UTC (35+ messages)
` [PATCH v4 00/31] build DPDK with Wshadow flag
` [PATCH v4 01/31] eal: add more min/max helpers
` [PATCH v4 02/31] eal: fix variable shadowing
` [PATCH v4 03/31] ethdev: fix variable shadowing issues
` [PATCH v4 04/31] eventdev: "
` [PATCH v4 05/31] net: remove shadowed variable
` [PATCH v4 06/31] pipeline: fix variable shadowing
` [PATCH v4 07/31] table: fix issues with "
` [PATCH v4 08/31] power: rename variable to eliminate shadowing
` [PATCH v4 09/31] pcapng: rename variable to fix shadowing
` [PATCH v4 10/31] bbdev: fix variable shadowing
` [PATCH v4 11/31] bus/pci: remove shadowed variables
` [PATCH v4 12/31] net/intel: rename function param to avoid shadow warnings
` [PATCH v4 13/31] net/e1000: fix build with shadow warnings enabled
` [PATCH v4 14/31] net/i40e: "
` [PATCH v4 15/31] net/ice: "
` [PATCH v4 16/31] net/cpfl: "
` [PATCH v4 17/31] net/ixgbe: "
` [PATCH v4 18/31] app/testpmd: "
` [PATCH v4 19/31] app/graph: "
` [PATCH v4 20/31] app/pdump: fix warning about shadowed variable
` [PATCH v4 21/31] app/test-bbdev: remove shadow warning from next max calls
` [PATCH v4 22/31] app/test-compress-perf: rename local vars to fix shadowing
` [PATCH v4 23/31] app/test-crypto-perf: "
` [PATCH v4 24/31] app/test-eventdev: fix build with shadow warnings enabled
` [PATCH v4 25/31] app/test-flow-perf: remove unneeded variable
` [PATCH v4 26/31] app/test-security-perf: fix build with shadow warnings
` [PATCH v4 27/31] app/test-pipeline: remove unnecessary variable
` [PATCH v4 28/31] drivers: disable variable shadowing warnings for drivers
` [PATCH v4 29/31] app/test: disable shadowing warnings for unit tests
` [PATCH v4 30/31] examples: ignore variable shadowing warnings
` [PATCH v4 31/31] build: enable shadowed variable warnings
FW: |Smoke |FAILURE| pw(158765-158768) sid(36689) job(PER_PATCH_BUILD17274-20251113210704) [v5,4/4] vhost_user: Function defs for add/rem mem regions
2026-01-15 8:07 UTC (5+ messages)
` "
[PATCH v1 0/1] fix hardware stats interrupt nesting issue
2026-01-15 6:18 UTC (5+ messages)
` [PATCH v1 1/1] net/nbl: "
` [PATCH v2 0/1] "
` [PATCH v2 1/1] net/nbl: "
[PATCH v1 0/1] Address NBL Coverity issues
2026-01-15 3:27 UTC (6+ messages)
` [PATCH v2 "
` [PATCH v2 1/1] net/nbl: fix issues reported by Coverity
` [PATCH v3 0/1] Address NBL Coverity issues
` [PATCH v3 1/1] net/nbl: fix issues reported by Coverity
[PATCH v2] dts: add test case docstring checks to format script
2026-01-14 23:07 UTC (3+ messages)
` [PATCH v3] "
[PATCH 00/29] doc/guides: sample application documentation improvements
2026-01-14 23:00 UTC (31+ messages)
` [PATCH 01/29] examples/timer: correct documentation errors
` [PATCH 02/29] examples/packet_ordering: "
` [PATCH 03/29] examples/service_cores: "
` [PATCH 04/29] examples/rxtx_callbacks: "
` [PATCH 05/29] examples/ip_fragmentation: "
` [PATCH 06/29] examples/eventdev_pipeline: "
` [PATCH 07/29] doc/guides: improve VMDq sample application documentation
` [PATCH 08/29] examples/distributor: correct documentation errors
` [PATCH 09/29] examples/ipv4_multicast: correct documentation typo
` [PATCH 10/29] examples/test_pipeline: correct documentation errors
` [PATCH 11/29] examples/qos: improve sample application documentation
` [PATCH 12/29] examples/vhost: "
` [PATCH 13/29] examples/ptpclient: "
` [PATCH 14/29] doc/guides: improve vDPA sample application guide
` [PATCH 15/29] doc/guides: improve command line sample app guide
` [PATCH 16/29] doc/guides: improve DMA "
` [PATCH 17/29] doc/guides: improve FIPS validation "
` [PATCH 18/29] doc/guides: improve Hello World "
` [PATCH 19/29] doc/guides: improve sample applications introduction
` [PATCH 20/29] doc/guides: improve IP pipeline sample app guide
` [PATCH 21/29] doc/guides: improve IP reassembly "
` [PATCH 22/29] doc/guides: improve IPsec security gateway guide
` [PATCH 23/29] doc/guides: improve link status interrupt sample app guide
` [PATCH 24/29] doc/guides: improve multi-process "
` [PATCH 25/29] doc/guides: improve pipeline "
` [PATCH 26/29] doc/guides: improve VM power management "
` [PATCH 27/29] doc/guides: improve keep alive "
` [PATCH 28/29] fix ipsec gw
` [PATCH 29/29] fix pipeline
[PATCH v1] dts: automate VFIO-PCI modprobe
2026-01-14 22:54 UTC (3+ messages)
` [PATCH v2] "
[PATCH 00/11] doc: improve contributing documentation clarity and style
2026-01-14 22:54 UTC (12+ messages)
` [PATCH 01/11] doc: correct grammar and typos in design guide
` [PATCH 02/11] doc: improve ABI policy documentation style
` [PATCH 03/11] doc: improve coding style guide readability
` [PATCH 04/11] doc: improve documentation guidelines style
` [PATCH 05/11] doc: improve Linux uAPI header documentation
` [PATCH 06/11] doc: improve new driver guide readability
` [PATCH 07/11] doc: improve new library guide style
` [PATCH 08/11] doc: improve patch submission guide readability
` [PATCH 09/11] doc: improve stable releases documentation
` [PATCH 10/11] doc: improve unit test guide readability
` [PATCH 11/11] doc: improve vulnerability process documentation
[PATCH v1] dts: show missing NIC capabilities in DTS logs
2026-01-14 22:38 UTC (3+ messages)
` [PATCH v3] "
[PATCH 0/9] reowrd in prog guide
2026-01-14 22:27 UTC (13+ messages)
` [PATCH v4 00/11] doc: programmers guide corrections
` [PATCH v4 01/11] doc: correct grammar and punctuation errors in ethdev guide
` [PATCH v4 02/11] doc: correct grammar and typos in argparse library guide
` [PATCH v4 03/11] doc: correct grammar and typos in design guide
` [PATCH v4 04/11] doc: correct errors in Linux system requirements guide
` [PATCH v4 05/11] doc: correct grammar in service cores guide
` [PATCH v4 06/11] doc: correct grammar and errors in trace library guide
` [PATCH v4 07/11] doc: correct typos in log "
` [PATCH v4 08/11] doc: correct errors in command-line "
` [PATCH v4 09/11] doc: correct errors in trace "
` [PATCH v4 10/11] doc: correct errors in stack "
` [PATCH v4 11/11] doc: correct errors in RCU "
[PATCH v6] eal: RTE_PTR_ADD/SUB char* for compiler optimizations
2026-01-14 21:56 UTC (2+ messages)
` [PATCH v7] "
[PATCH v2 0/5] bpf: simple tests and fixes
2026-01-14 19:50 UTC (3+ messages)
` [PATCH v3 0/6] "
[PATCH] bpf: fix x86 call stack alignment, add tests
2026-01-14 19:43 UTC (3+ messages)
[PATCH v1 0/4] ring: some fixes and improvements
2026-01-14 19:42 UTC (2+ messages)
[PATCH v1 0/1] Rewrite devbind
2026-01-14 19:24 UTC (3+ messages)
` [PATCH v3 0/2] "
[PATCH] lpm: add new LPM v6 implementation (lpm6c)
2026-01-14 18:58 UTC (2+ messages)
[PATCH] test: add a test for null PMD
2026-01-14 18:30 UTC (5+ messages)
` [PATCH v5 0/3] test: add null PMD test suite
` [PATCH v5 1/3] net/null: cleanup info_get
` [PATCH v5 2/3] test: generate larger packet bursts
` [PATCH v5 3/3] test: add a test for null PMD
[PATCH] cmdline: update clear screen behavior
2026-01-14 18:00 UTC (2+ messages)
[PATCH] config/arm: fix 32-bit cross compile with latest GCC
2026-01-14 17:37 UTC (2+ messages)
[PATCH 0/4] net/mlx5: future HW devargs defaults and fixes
2026-01-14 17:31 UTC (2+ messages)
[PATCH 0/3] vhost: VDUSE-related fixes
2026-01-14 15:09 UTC (4+ messages)
` [PATCH 2/3] vhost: fix descriptor chain bounds check in control queue
[PATCH] net/intel: cache mbuf fast release mempool
2026-01-14 14:45 UTC (3+ messages)
Technical board meeting minutes - 2026/01/07
2026-01-14 13:39 UTC
[PATCH] net/iavf: support pre and post reset callbacks
2026-01-14 13:21 UTC (2+ messages)
` [PATCH v2] "
[PATCH v2 0/3] EAL memory fixes
2026-01-14 10:04 UTC (6+ messages)
` [PATCH v3 "
` [PATCH v3 1/3] eal/freebsd: do not use prev_ms_idx for hole detection
` [PATCH v3 2/3] eal/freebsd: avoid claiming memseg holes
` [PATCH v3 3/3] eal/linux: check hugepage access permissions
` [PATCH v4] "
[PATCH 1/2] common/cnxk: add support for halos
2026-01-14 7:52 UTC (4+ messages)
` [PATCH v2 0/2] cnxk: add HALO support for CN20K mempool
[PATCH] examples/ip_reassembly: remove conflicting Tx offload
2026-01-14 7:35 UTC (3+ messages)
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