messages from 2026-06-24 12:20:30 to 2026-06-25 06:08:03 UTC [more...]
[PATCH v6 23/23] net/sxe2: update sxe2 feature matrix docs
2026-06-25 6:07 UTC (33+ messages)
` [PATCH v7 00/23] net/sxe2: added Linkdata sxe2 ethernet driver
` [PATCH v7 01/23] net/sxe2: remove software statistics devargs
` [PATCH v7 02/23] net/sxe2: add Rx framework and packet types callback
` [PATCH v7 03/23] net/sxe2: support AVX512 vectorized path for Rx and Tx
` [PATCH v7 04/23] net/sxe2: add AVX2 vector data "
` [PATCH v7 05/23] net/sxe2: add link update callback
` [PATCH v7 06/23] net/sxe2: support L2 filtering and MAC config
` [PATCH v7 07/23] drivers: support RSS feature
` [PATCH v7 08/23] net/sxe2: support TM hierarchy and shaping
` [PATCH v7 09/23] net/sxe2: support IPsec inline protocol offload
` [PATCH v7 10/23] net/sxe2: support statistics and multi-process
` [PATCH v7 11/23] drivers: interrupt handling
` [PATCH v7 12/23] net/sxe2: add NEON vec Rx/Tx burst functions
` [PATCH v7 13/23] drivers: add support for VF representors
` [PATCH v7 14/23] net/sxe2: add support for custom UDP tunnel ports
` [PATCH v7 15/23] net/sxe2: support firmware version reading
` [PATCH v7 16/23] net/sxe2: implement get monitor address
` [PATCH v7 17/23] common/sxe2: add shared SFP module definitions
` [PATCH v7 18/23] net/sxe2: support SFP module info and EEPROM access
` [PATCH v7 19/23] net/sxe2: add mbuf validation in Tx debug mode
` [PATCH v7 20/23] common/sxe2: add callback for memory event handling
` [PATCH v7 21/23] net/sxe2: add private devargs parsing
` [PATCH v7 22/23] net/sxe2: implement private dump info
` [PATCH v7 23/23] net/sxe2: update sxe2 feature matrix docs
[PATCH v3 0/2] Extend NUMA nodes limit
2026-06-25 6:01 UTC (3+ messages)
[PATCH 0/5] add versioned symbols for recently stabilized APIs
2026-06-25 3:45 UTC (7+ messages)
` [PATCH v2 0/4] "
` [PATCH v2 1/4] eal: fix macro for versioned experimental symbol
` [PATCH v2 2/4] build: support function versioning for drivers
` [PATCH v2 3/4] net/mlx5: fix stabilized function versions
` [PATCH v2 4/4] ethdev: fix promoted flow metadata symbols
[PATCH 00/18] Wangxun Fixes
2026-06-25 3:20 UTC (8+ messages)
` [PATCH v10 00/21] "
` [PATCH v10 13/21] net/txgbe: fix link stability for 40G NIC
[PATCH v1 1/2] dts: add code coverage reporting to DTS
2026-06-25 2:34 UTC (4+ messages)
` [PATCH v3 "
[RFC 0/7] prepare deprecation of rte_atomicNN_*() family
2026-06-25 2:32 UTC (5+ messages)
` [PATCH v4 00/27] deprecate rte_atomicNN family
` [PATCH v4 15/27] net/netvsc: replace rte_atomic32 with stdatomic
` [EXTERNAL] "
[PATCH v1] dts: report dut/NIC info during DTS run
2026-06-25 2:06 UTC (5+ messages)
` [PATCH v3] "
` [PATCH v4] "
[PATCH 0/2] fix Rx split in testpmd
2026-06-24 23:03 UTC (3+ messages)
` [PATCH 1/2] dts: simplify packet check in Rx split
` [PATCH 2/2] app/testpmd: fix runtime config of "
[PATCH v4] pcapng: add user-supplied timestamp support
2026-06-24 22:17 UTC (4+ messages)
` [PATCH v5] "
[v2] crypto/qat: require IPsec MB for HMAC precomputes
2026-06-24 20:04 UTC (3+ messages)
` [v3] "
` [EXTERNAL] "
[PATCH] examples: use strlcpy and strlcat
2026-06-24 20:03 UTC (2+ messages)
` [EXTERNAL] "
[PATCH] crypto/cnxk: fix out of place AES GCM
2026-06-24 19:46 UTC (3+ messages)
[v1] crypto/cnxk: add ML crypto support
2026-06-24 19:42 UTC (3+ messages)
` [v2] "
[PATCH v2 1/2] app/crypto-perf: support ML KEM
2026-06-24 19:39 UTC (3+ messages)
` [PATCH v3 "
[PATCH 0/3] Fixes for inline ipsec test cases
2026-06-24 19:09 UTC (2+ messages)
` [EXTERNAL] "
[PATCH v2 0/3] update tests with CN20K support
2026-06-24 18:58 UTC (2+ messages)
[PATCH 0/4] bpf/arm64: add BPF_ABS/BPF_IND packet load support
2026-06-24 17:55 UTC (15+ messages)
` [PATCH v4 0/7] bpf: JIT related bug fixes
` [PATCH v4 3/7] test/bpf: add test for large shift
` [PATCH v5 0/9] bpf: JIT related bug fixes
` [PATCH v5 1/9] bpf/x86: fix JIT encoding of fixed-width immediates
` [PATCH v5 2/9] test/bpf: add JSET test with small immediate
` [PATCH v5 3/9] bpf: mask shift count in interpreter per RFC 9669
` [PATCH v5 4/9] bpf/arm64: mask shift count "
` [PATCH v5 5/9] test/bpf: add test for large shift
` [PATCH v5 6/9] bpf/arm64: fix offset type to allow a negative jump
` [PATCH v5 7/9] bpf/arm64: add BPF_ABS/BPF_IND packet load support
` [PATCH v5 8/9] test/bpf: check that JIT was generated
` [PATCH v5 9/9] test/bpf: check that bpf_convert can be JIT'd
[PATCH v4 00/24] bpf: test and fix issues in verifier
2026-06-24 17:09 UTC (11+ messages)
` [PATCH v5 "
` [PATCH v5 02/24] bpf: add format instruction function
` [PATCH v5 17/24] bpf/validate: fix BPF_JMP empty range handling
` [PATCH v5 19/24] bpf/validate: fix BPF_LSH shift-out-of-bounds UB
` [PATCH v5 20/24] bpf/validate: fix BPF_OR min calculations
` [PATCH v5 21/24] bpf/validate: fix BPF_SUB signed max zero case
` [PATCH v5 22/24] bpf/validate: fix BPF_XOR signed min calculation
` [PATCH v5 23/24] bpf/validate: prevent overflow when building graph
` [PATCH v5 24/24] doc: add release notes for BPF validation fixes
[PATCH v1] dts: update dts check format script and resolve errors
2026-06-24 16:47 UTC (6+ messages)
` [PATCH v2] "
[PATCH v5 23/23] net/sxe2: update sxe2 feature matrix docs
2026-06-24 16:38 UTC (3+ messages)
` [PATCH v6 00/23] net/sxe2: added Linkdata sxe2 ethernet driver
[PATCH] checkpatches: suppress warnings about msleep()
2026-06-24 16:25 UTC
[PATCH] net/virtio-user: fix eventfd sharing in secondary process
2026-06-24 15:16 UTC (3+ messages)
[PATCH] vhost/crypto: fix segfault
2026-06-24 14:20 UTC
[PATCH] graph: add optional profiling stats
2026-06-24 13:09 UTC (10+ messages)
` [PATCH v5] "
[PATCH] net/intel: fix use of non-recommended string functions
2026-06-24 12:33 UTC (3+ messages)
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