messages from 2026-05-21 15:39:38 to 2026-05-25 14:09:20 UTC [more...]
[PATCH v1 00/25] Add common flow attr/action parsing infrastructure to Intel PMD's
2026-05-25 14:06 UTC (52+ messages)
` [PATCH v4 00/26] "
` [PATCH v4 01/26] eal/common: add token concatenation macro
` [PATCH v4 02/26] net/intel/common: add common flow action parsing
` [PATCH v4 03/26] net/intel/common: add common flow attr validation
` [PATCH v4 04/26] net/ixgbe: use common checks in ethertype filter
` [PATCH v4 05/26] net/ixgbe: use common checks in syn filter
` [PATCH v4 06/26] net/ixgbe: use common checks in L2 tunnel filter
` [PATCH v4 07/26] net/ixgbe: use common checks in ntuple filter
` [PATCH v4 08/26] net/ixgbe: use common checks in security filter
` [PATCH v4 09/26] net/ixgbe: use common checks in FDIR filters
` [PATCH v4 10/26] net/ixgbe: use common checks in RSS filter
` [PATCH v4 11/26] net/i40e: use common flow attribute checks
` [PATCH v4 12/26] net/i40e: refactor RSS flow parameter checks
` [PATCH v4 13/26] net/i40e: use common action checks for ethertype
` [PATCH v4 14/26] net/i40e: use common action checks for FDIR
` [PATCH v4 15/26] net/i40e: use common action checks for tunnel
` [PATCH v4 16/26] net/iavf: use common flow attribute checks
` [PATCH v4 17/26] net/iavf: use common action checks for IPsec
` [PATCH v4 18/26] net/iavf: use common action checks for hash
` [PATCH v4 19/26] net/iavf: use common action checks for FDIR
` [PATCH v4 20/26] net/iavf: use common action checks for fsub
` [PATCH v4 21/26] net/iavf: use common action checks for flow query
` [PATCH v4 22/26] net/ice: use common flow attribute checks
` [PATCH v4 23/26] net/ice: use common action checks for hash
` [PATCH v4 24/26] net/ice: use common action checks for FDIR
` [PATCH v4 25/26] net/ice: use common action checks for switch
` [PATCH v4 26/26] net/ice: use common action checks for ACL
` [PATCH v5 00/27] Add common flow attr/action parsing infrastructure to Intel PMD's
` [PATCH v5 01/27] build: add build defines for component name and class
` [PATCH v5 02/27] eal/common: add token concatenation macro
` [PATCH v5 03/27] net/intel/common: add common flow action parsing
` [PATCH v5 04/27] net/intel/common: add common flow attr validation
` [PATCH v5 05/27] net/ixgbe: use common checks in ethertype filter
` [PATCH v5 06/27] net/ixgbe: use common checks in syn filter
` [PATCH v5 07/27] net/ixgbe: use common checks in L2 tunnel filter
` [PATCH v5 08/27] net/ixgbe: use common checks in ntuple filter
` [PATCH v5 09/27] net/ixgbe: use common checks in security filter
` [PATCH v5 10/27] net/ixgbe: use common checks in FDIR filters
` [PATCH v5 11/27] net/ixgbe: use common checks in RSS filter
` [PATCH v5 12/27] net/i40e: use common flow attribute checks
` [PATCH v5 13/27] net/i40e: refactor RSS flow parameter checks
` [PATCH v5 14/27] net/i40e: use common action checks for ethertype
` [PATCH v5 15/27] net/i40e: use common action checks for FDIR
` [PATCH v5 16/27] net/i40e: use common action checks for tunnel
` [PATCH v5 17/27] net/iavf: use common flow attribute checks
` [PATCH v5 18/27] net/iavf: use common action checks for IPsec
` [PATCH v5 19/27] net/iavf: use common action checks for hash
` [PATCH v5 20/27] net/iavf: use common action checks for FDIR
` [PATCH v5 21/27] net/iavf: use common action checks for fsub
` [PATCH v5 22/27] net/iavf: use common action checks for flow query
` [PATCH v5 23/27] net/ice: use common flow attribute checks
[RFC 0/7] prepare deprecation of rte_atomicNN_*() family
2026-05-25 10:49 UTC (59+ messages)
` [RFC 2/7] eal: reimplement rte_smp_*mb with rte_atomic_thread_fence
` [RFC 3/7] ring: use C11 atomic operations for MP/SP head/tail
` [RFC v2 00/11] prepare deprecation of rte_atomicNN_*() family
` [RFC v2 01/11] eal: use intrinsics for rte_atomic on all platforms
` [RFC v2 02/11] eal: reimplement rte_smp_*mb with rte_atomic_thread_fence
` [RFC v2 03/11] ring: use C11 atomic operations for MP/SP head/tail
` [RFC v2 04/11] net/bonding: use stdatomic
` [RFC v2 05/11] net/nbl: remove unused rte_atomic16 field
` [RFC v2 06/11] net/ena: replace use of rte_atomicNN
` [RFC v2 07/11] net/failsafe: convert to stdatomic
` [RFC v2 08/11] net/enic: do not use deprecated rte_atomic64
` [RFC v2 09/11] net/pfe: use ethdev linkstatus helpers
` [RFC v2 10/11] net/sfc: replace rte_atomic with stdatomic
` [RFC v2 11/11] crypto/ccp: replace use of rte_atomic64 "
` [PATCH v3 00/27] deprecate rte_atomicNN family
` [PATCH v3 01/27] eal: use intrinsics for rte_atomic on all platforms
` [PATCH v3 02/27] eal: reimplement rte_smp_*mb with rte_atomic_thread_fence
` [PATCH v3 03/27] ring: use compare-and-swap wrapper
` [PATCH v3 04/27] bpf: replace atomic op macro with typed helpers
` [PATCH v3 05/27] net/bonding: use stdatomic
` [PATCH v3 06/27] net/nbl: remove unused rte_atomic16 field
` [PATCH v3 07/27] net/ena: replace use of rte_atomicNN
` [PATCH v3 08/27] net/failsafe: convert to stdatomic
` [PATCH v3 09/27] net/enic: do not use deprecated rte_atomic64
` [PATCH v3 10/27] net/pfe: use ethdev linkstatus helpers
` [PATCH v3 11/27] net/sfc: replace rte_atomic with stdatomic
` [PATCH v3 12/27] crypto/ccp: replace use of rte_atomic64 "
` [PATCH v3 13/27] bus/dpaa: replace rte_atomic16 "
` [PATCH v3 14/27] drivers: "
` [PATCH v3 15/27] net/netvsc: replace rte_atomic32 "
` [PATCH v3 16/27] event/sw: convert from rte_atomic32 to stdatomic
` [PATCH v3 17/27] bus/vmbus: convert from rte_atomic "
` [PATCH v3 18/27] common/dpaax: remove unused atomic macros
` [PATCH v3 19/27] net/bnx2x: convert from rte_atomic32 to stdatomic
` [PATCH v3 20/27] bus/fslmc: replace rte_atomic32 with stdatomic
` [PATCH v3 21/27] drivers/event: replace rte_atomic32 in selftests
` [PATCH v3 22/27] net/hinic: replace rte_atomic32 with stdatomic
` [PATCH v3 23/27] net/txgbe: "
` [PATCH v3 24/27] net/vhost: use stdatomic instead of rte_atomic32
` [PATCH v3 25/27] vdpa/ifc: replace rte_atomic32 with stdatomic
` [PATCH v3 26/27] test/atomic: suppress deprecation warnings for legacy APIs
` [PATCH v3 27/27] eal: mark rte_atomicNN as deprecated
[RFC 0/3] lib/fastmem: fast small-object allocator
2026-05-25 10:36 UTC (4+ messages)
` [RFC 1/3] doc: add fastmem programming guide
` [RFC 2/3] lib: add fastmem library
` [RFC 3/3] app/test: add fastmem test suite
[PATCH] net/mlx5: use port index as representor index
2026-05-25 9:17 UTC (2+ messages)
` [PATCH v2] "
[V1 0/1] Add VXLAN TSO function
2026-05-25 3:30 UTC (6+ messages)
` [V1 1/1] net/hinic3: "
` 回复: "
` [V2 0/1] net/hinic3: Fix VXLAN TSO issue
` [V2 1/1] "
[PATCH v1 00/23] add net/sxe2 support for flow control
2026-05-24 9:32 UTC (21+ messages)
` [PATCH v1 01/23] net/sxe2: support AVX512 vectorized path for Rx and Tx
` [PATCH v1 02/23] net/sxe2: add AVX2 vector data "
` [PATCH v1 03/23] drivers: add supported packet types get callback
` [PATCH v1 04/23] net/sxe2: support L2 filtering and MAC config
` [PATCH v1 05/23] drivers: support RSS feature
` [PATCH v1 06/23] net/sxe2: support TM hierarchy and shaping
` [PATCH v1 07/23] net/sxe2: support IPsec inline protocol offload
` [PATCH v1 08/23] net/sxe2: support statistics and multi-process
` [PATCH v1 09/23] drivers: interrupt handling
` [PATCH v1 10/23] net/sxe2: add NEON vec Rx/Tx burst functions
` [PATCH v1 11/23] net/sxe2: add support for VF representors
` [PATCH v1 12/23] net/sxe2: add support for custom UDP tunnel ports
` [PATCH v1 13/23] net/sxe2: support firmware version reading
` [PATCH v1 14/23] net/sxe2: implement get monitor address
` [PATCH v1 15/23] common/sxe2: add shared SFP module definitions
` [PATCH v1 16/23] net/sxe2: support SFP module info and EEPROM access
` [PATCH v1 17/23] net/sxe2: implement private dump info
` [PATCH v1 18/23] net/sxe2: add mbuf validation in Tx debug mode
` [PATCH v1 19/23] net/sxe2: add testpmd commands for private features
` [PATCH v1 20/23] net/sxe2: add private devargs parsing
[PATCH v12 0/6] flow_parser: add shared parser library
2026-05-22 18:16 UTC (4+ messages)
` [RFC PATCH 0/3] flow_compile: textual flow rule compiler
[PATCH] mempool: improve cache behaviour and performance
2026-05-22 16:12 UTC (4+ messages)
` [PATCH v5] "
[RFC] dts: add code coverage parameter to DTS
2026-05-22 15:46 UTC (3+ messages)
` [PATCH v1 1/2] dts: add code coverage reporting "
` [PATCH v1 2/2] dts: add build arguments to test run configuration
[PATCH v1 2/2] doc: update recommended matching versions for cpfl and idpf
2026-05-22 15:09 UTC (3+ messages)
` [PATCH v2 0/2] Update IDPF Base Code
[RFC 0/3] fib: tbl8 reservation drift reproducer and proposed fix
2026-05-22 14:58 UTC (7+ messages)
` [PATCH v1 0/5] fib6: fix tbl8 reservation drift
` [PATCH v1 1/5] fib6: fix tbl8 reservation drift in trie
` [PATCH v1 2/5] test/fib6: add reproducer for tbl8 reservation drift
` [PATCH v1 3/5] test/fib6: extended drift test cases
` [PATCH v1 4/5] rib: track valid descendant count per node
` [PATCH v1 5/5] fib6: speed up tbl8 reservation accounting
[PATCH] net/ice: fix TM node ID validation against configured queues
2026-05-22 14:57 UTC (4+ messages)
` [PATCH v2] "
[PATCH] net/ice: improve log messages for DDP loading
2026-05-22 14:53 UTC (3+ messages)
[PATCH] FIX: excessive logging in I40E driver
2026-05-22 14:49 UTC (2+ messages)
[PATCH v1 1/1] net/iavf: fix large VF IRQ mapping
2026-05-22 14:34 UTC (8+ messages)
[PATCH 0/2] extend interactive telemetry script
2026-05-22 13:37 UTC (9+ messages)
` [PATCH 1/2] usertools/telemetry: add a FOREACH command
` [PATCH 2/2] usertools/telemetry: support using aliases for long commands
` [PATCH v2 0/3] extend interactive telemetry script
` [PATCH v2 1/3] usertools/telemetry: add a FOREACH command
` [PATCH v2 2/3] usertools/telemetry: support using aliases for long commands
` [PATCH v2 3/3] usertools/telemetry: add help support
[PATCH] net/iavf: fix VF reset race and stale ARQ message handling
2026-05-22 10:26 UTC (2+ messages)
[PATCH] net/txgbe: fix AML mailbox lock acquisition
2026-05-22 8:54 UTC (2+ messages)
[PATCH v3 0/2] net/mana: add device reset support
2026-05-22 6:59 UTC (3+ messages)
` [PATCH v3 1/2] "
` [PATCH v3 2/2] net/mana: add documentation for "
[PATCH v3 00/10] power: centralize lcore ID verification in cpufreq framework
2026-05-22 4:11 UTC (11+ messages)
` [PATCH v3 01/10] eal: add interface to check if lcore is EAL managed
` [PATCH v3 02/10] power: add a common macro to verify lcore ID
` [PATCH v3 03/10] power/cpufreq: add the lcore ID verification to framework
` [PATCH v3 04/10] power/acpi: remove redundant lcore ID checks
` [PATCH v3 05/10] power/amd_pstate: "
` [PATCH v3 06/10] power/cppc: "
` [PATCH v3 07/10] power/intel_pstate: "
` [PATCH v3 08/10] power/kvm_vm: "
` [PATCH v3 09/10] power: allow the service core to config power QoS
` [PATCH v3 10/10] power: add lcore ID check for PMD mgmt
[PATCH 0/2] support driver forward compatibility
2026-05-22 1:05 UTC (4+ messages)
` [PATCH 1/2] bus/uacce: "
[PATCH 0/2] enhance telemetry list endpoint with device name
2026-05-22 0:42 UTC (11+ messages)
` [PATCH v2 0/2] Add list names telemetry endpoint
` [PATCH v2 2/2] ethdev: add telemetry endpoint for list names
[PATCH v7 0/4] devtools: add AI-assisted code review tools
2026-05-21 22:44 UTC (9+ messages)
` [PATCH v15 0/6] Add AI code review tools and AGENTS
` [PATCH v15 1/7] doc: add AGENTS.md for AI code review tools
` [PATCH v15 2/7] devtools: add common infrastructure for AI review scripts
` [PATCH v15 3/7] devtools: add multi-provider AI patch review script
` [PATCH v15 4/7] devtools: add compare-patch-reviews.sh for multi-provider analysis
` [PATCH v15 5/7] devtools: add multi-provider AI documentation review script
` [PATCH v15 6/7] doc: add AI-assisted patch review to contributing guide
` [PATCH v15 7/7] MAINTAINERS: add section for AI review tools
[PATCH] eal/x86: reduce memcpy code duplication
2026-05-21 22:42 UTC (4+ messages)
` [PATCH v11] eal/x86: optimize memcpy of small sizes
[PATCH 00/10] e1000 base code update
2026-05-21 16:47 UTC (4+ messages)
` [PATCH 05/10] net/e1000/base: clear DPG enable bit post MAC reset
[PATCH] net/mlx5: remove nonsensical flow action class_id checks
2026-05-21 16:23 UTC (2+ messages)
[PATCH 0/6] net/gve: add hardware timestamping support
2026-05-21 16:10 UTC (5+ messages)
` [PATCH v2 "
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