public inbox for dev@dpdk.org
 help / color / mirror / Atom feed
 messages from 2026-01-14 22:26:49 to 2026-01-16 21:31:29 UTC [more...]

[PATCH 0/5] doc: ethdev documentation grammar and typo corrections
 2026-01-16 21:29 UTC  (4+ messages)
` [PATCH 1/5] doc: correct grammar and punctuation errors in ethdev guide
` [PATCH 2/5] doc: correct grammar in rte_flow guide
` [PATCH 3/5] doc: correct grammar in QoS framework guide

[PATCH v1] dts: automate VFIO-PCI modprobe
 2026-01-16 21:17 UTC  (4+ messages)
` [PATCH v2] "

[PATCH 00/11] doc: Linux Getting Started Guide grammar and clarity improvements
 2026-01-16 21:06 UTC  (12+ messages)
` [PATCH 01/11] doc: correct errors in Linux system requirements guide
` [PATCH 02/11] doc: correct grammar in AMD platform guide
` [PATCH 03/11] doc: correct typos in DPDK build guide
` [PATCH 04/11] doc: correct grammar in sample applications guide
` [PATCH 05/11] doc: correct grammar in Intel platform guide
` [PATCH 06/11] doc: correct word choice and redundant text in intro
` [PATCH 07/11] doc: correct grammar in ARM64 cross-compile guide
` [PATCH 08/11] doc: remove redundant text in documentation roadmap
` [PATCH 09/11] doc: correct grammar and formatting in EAL arguments
` [PATCH 10/11] doc: correct typos in enabling functionality guide
` [PATCH 11/11] doc: correct grammar in Linux drivers guide

[PATCH 00/11] doc: improve contributing documentation clarity and style
 2026-01-16 20:14 UTC  (25+ 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 v2 00/12] doc: improve contributing documentation clarity and style
  ` [PATCH v2 01/12] doc: correct grammar and typos in design guide
  ` [PATCH v2 02/12] doc: improve ABI policy documentation style
  ` [PATCH v2 03/12] doc: improve coding style guide readability
  ` [PATCH v2 04/12] doc: improve documentation guidelines style
  ` [PATCH v2 05/12] doc: improve Linux uAPI header documentation
  ` [PATCH v2 06/12] doc: improve new driver guide readability
  ` [PATCH v2 07/12] doc: improve new library guide style
  ` [PATCH v2 08/12] doc: improve patch submission guide readability
  ` [PATCH v2 09/12] doc: improve stable releases documentation
  ` [PATCH v2 10/12] doc: improve vulnerability process documentation
  ` [PATCH v2 11/12] doc: improve unit test guide readability
  ` [PATCH v2 12/12] doc: fix grammar and style in ABI versioning guide

Bug: crypto_snow3g failed in Auth snow3g + Cipher snow3g
 2026-01-16 17:53 UTC  (3+ messages)

[RFC] doc: add AGENTS.md for AI-powered code review tools
 2026-01-16 17:46 UTC  (2+ messages)
` [PATCH v4] "

[PATCH 0/6]
 2026-01-16 17:39 UTC  (25+ 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
  ` [PATCH v3 1/6] net/nfb: use constant values for max Rx/Tx queues count
  ` [PATCH v3 2/6] net/nfb: fix bad pointer access in queue stats
  ` [PATCH v3 3/6] net/nfb: update timestamp calculation to meaningful value
  ` [PATCH v3 4/6] net/nfb: use process private variable for internal data
  ` [PATCH v3 5/6] net/nfb: release allocated resources correctly
  ` [PATCH v3 6/6] net/nfb: stop only started queues in fail path
` [PATCH v3 0/6] net/nfb: code cleanup

[PATCH 0/8] net/nfb: rework to real multiport
 2026-01-16 17:37 UTC  (23+ 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 v2 0/8] net/nfb: rework to real multiport
  ` [PATCH v2 1/8] net/nfb: prepare for indirect queue mapping scheme
  ` [PATCH v2 2/8] net/nfb: create ethdev for every eth port/channel
  ` [PATCH v2 3/8] net/nfb: add vdev as alternative device probe method
  ` [PATCH v2 4/8] net/nfb: add device argument "port" to limit used ports
  ` [PATCH v2 5/8] net/nfb: init only MACs associated with device
  ` [PATCH v2 6/8] net/nfb: add compatible cards to driver PCI ID table
  ` [PATCH v2 7/8] net/nfb: report firmware version
  ` [PATCH v2 8/8] doc/nfb: cleanup and update guide

[PATCH v3 0/7] flow_parser: add shared parser library
 2026-01-16 17:22 UTC  (10+ 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

[PATCH] mbuf: fix packet copy
 2026-01-16 17:18 UTC  (5+ messages)
` [PATCH v2] "

[PATCH] cmdline: update clear screen behavior
 2026-01-16 15:42 UTC  (2+ messages)
` [PATCH v3] "

[PATCH v2] cmdline: update clear screen behavior
 2026-01-16 15:35 UTC 

[PATCH 0/3] Ice Tx Scheduler Fixes
 2026-01-16 14:33 UTC  (8+ 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

[PATCH] net/intel: check raw item spec/mask for null
 2026-01-16 14:17 UTC  (2+ messages)

[PATCH] net/intel: update key_len when getting RSS key
 2026-01-16 14:12 UTC  (5+ messages)
` [V2] "

[PATCH 0/2] improve fast-tests suite
 2026-01-16 13:24 UTC  (3+ messages)
` [PATCH v4 00/11] Assign all unit tests to suites

[PATCH] app/test: remove use of coremasks
 2026-01-16 13:22 UTC  (2+ messages)

[PATCH] net/ice: add MAC anti-spoof disable option
 2026-01-16 11:52 UTC  (6+ messages)
` [PATCH v5] net/ice: add MAC anti-spoof option

[PATCH v6] eal: RTE_PTR_ADD/SUB char* for compiler optimizations
 2026-01-16 11:39 UTC  (3+ messages)
` [PATCH v7] "

[PATCH] net/ice: add devargs to control link update
 2026-01-16 11:31 UTC  (2+ messages)

23.11.6 patches review and test
 2026-01-16 10:33 UTC  (2+ messages)

[RFC 0/3] common/cnxk: remove dependence on VLA
 2026-01-16  9:32 UTC  (9+ messages)
` [PATCH v3 0/6] fix GCC warnings when building with LTO
  ` [PATCH v3 1/6] test/soring: fix buffer overflow warnings "
  ` [PATCH v3 2/6] common/cnxk: replace variable length state array
  ` [PATCH v3 3/6] common/cnxk: replace variable length array
  ` [PATCH v3 4/6] common/cnxk: re-enable vla warnings
  ` [PATCH v3 5/6] common/cnxk: fix buffer overflow in reassembly SA setup
  ` [PATCH v3 6/6] net/mlx5/hws: fix LTO false positive stringop-overflow warning

[RFC PATCH 0/7] Add script for real-time telemetry monitoring
 2026-01-16  6:57 UTC  (11+ 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

FW: [PATCH] mbuf: fix packet copy
 2026-01-16  6:12 UTC  (4+ messages)
`  "

[PATCH v2 0/3] vhost: VDUSE-related fixes
 2026-01-16  3:11 UTC  (8+ 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

[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

[PATCH] net: fix parsing of frames with arbitrary VLAN stacks
 2026-01-15 13:14 UTC  (2+ messages)
` [PATCH v2] "

mbuf fast-free requirements analysis
 2026-01-15  9:04 UTC  (7+ 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  (4+ messages)
` [PATCH v4 00/31] build DPDK with Wshadow flag
  ` [PATCH v4 04/31] eventdev: fix variable shadowing issues

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 1/1] net/nbl: fix hardware stats interrupt nesting issue
 2026-01-15  6:18 UTC  (3+ messages)
` [PATCH v2 0/1] "
  ` [PATCH v2 1/1] net/nbl: "

[PATCH v1 0/1] Address NBL Coverity issues
 2026-01-15  3:27 UTC  (3+ messages)
` [PATCH v3 "
  ` [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  (16+ messages)
` [PATCH 16/29] doc/guides: improve DMA sample app guide
` [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: 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 "


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox