messages from 2026-08-18 02:15:36 to 2026-08-18 13:42:02 UTC [more...]
[RFC PATCH 00/44] Allow intitializing EAL without argc/argv
2026-08-18 13:41 UTC (47+ messages)
` [PATCH 00/39] Rework EAL configuration
` [PATCH 03/39] eal: define new functionally distinct config structs
` [PATCH v2 00/39] Rework EAL configuration
` [PATCH v2 01/39] telemetry: make cpuset init parameter const
` [PATCH v2 02/39] argparse: check for range overflow in CPU lists
` [PATCH v2 03/39] eal: define new functionally distinct config structs
` [PATCH v2 04/39] eal: move memory request fields to user config
` [PATCH v2 05/39] eal: move NUMA "
` [PATCH v2 06/39] eal: move hugepage policy "
` [PATCH v2 07/39] eal: move process "
` [PATCH v2 08/39] eal: move hugepage limit fields to new config structs
` [PATCH v2 09/39] eal: move advanced user config options to user cfg struct
` [PATCH v2 10/39] eal: move hugepage size info to platform info struct
` [PATCH v2 11/39] eal: move runtime state to appropriate structure
` [PATCH v2 12/39] eal: record details of all cpus in platform info
` [PATCH v2 13/39] eal: use platform info for lcore lookups
` [PATCH v2 14/39] eal: add macro for lowest set CPU bit in a set
` [PATCH v2 15/39] eal: store lcore configuration in runtime data
` [PATCH v2 16/39] eal: move core indices bitset to runtime state
` [PATCH v2 17/39] eal: cleanup CPU init function
` [PATCH v2 18/39] eal: move NUMA node information to platform info struct
` [PATCH v2 19/39] eal: move lcore role and count to runtime state
` [PATCH v2 20/39] eal: make lcore role a field in lcore config struct
` [PATCH v2 21/39] eal: move main lcore setting to runtime "
` [PATCH v2 22/39] eal: move IOVA mode and process type to runtime cfg
` [PATCH v2 23/39] eal: move memory config pointer to runtime state struct
` [PATCH v2 24/39] eal: remove rte_config structure
` [PATCH v2 25/39] eal: separate runtime state update from arg parsing
` [PATCH v2 26/39] eal: move device options staging list into user cfg
` [PATCH v2 27/39] eal: separate plugin paths from loaded plugin objects
` [PATCH v2 28/39] eal: simplify internal driver path iteration APIs
` [PATCH v2 29/39] eal: move trace config into user config struct
` [PATCH v2 30/39] eal: record service cores in "
` [PATCH v2 31/39] eal: store user-provided lcore info "
` [PATCH v2 32/39] eal: clarify docs on params taking lcore IDs
` [PATCH v2 33/39] eal: remove internal config reset function
` [PATCH v2 34/39] eal: move functions setting runtime state
` [PATCH v2 35/39] eal: initialize platform info on first use
` [PATCH v2 36/39] eal: remove duplicated scan of sysfs for hugepage details
` [PATCH v2 37/39] eal: add utilities for working with user config struct
` [PATCH v2 38/39] eal: split EAL init into two stages
` [PATCH v2 39/39] eal: provide hooks for init with externally supplied config
[PATCH] net/vhost: preserve Tx ownership on VLAN failure
2026-08-18 13:19 UTC (2+ messages)
[PATCH v1 0/6] IXGBE IPsec fixes
2026-08-18 13:19 UTC (7+ messages)
` [PATCH v1 1/6] net/ixgbe: add key length check in IPsec
` [PATCH v1 2/6] net/ixgbe: remove unnecessary dev pointer
` [PATCH v1 3/6] net/ixgbe: harmonize return values in IPsec
` [PATCH v1 4/6] net/ixgbe: get rid of unnecessary malloc "
` [PATCH v1 5/6] net/ixgbe: fix missing HW write "
` [PATCH v1 6/6] net/ixgbe: refactor IPsec code
[PATCH v11 00/25] DPAA driver fixes and improvements
2026-08-18 12:10 UTC (29+ messages)
` [PATCH v12 00/26] NXP DPAA driver fixes and enhancements
` [PATCH v12 01/26] net/dpaa: fix device remove
` [PATCH v12 02/26] net/dpaa: fix Tx confirmation queue memory leak
` [PATCH v12 03/26] bus/dpaa: fix FQD dest wq channel decoding
` [PATCH v12 04/26] bus/dpaa: refine fman naming
` [PATCH v12 05/26] bus/dpaa: scan max BPID from DTS
` [PATCH v12 06/26] drivers: add process-type guards for secondary process
` [PATCH v12 07/26] drivers: shutdown DPAA FQ by fq descriptor
` [PATCH v12 08/26] drivers: add DPAA cgrid cleanup support
` [PATCH v12 09/26] bus/dpaa: improve FQ shutdown with channel validation
` [PATCH v12 10/26] drivers: add BMI Tx statistics
` [PATCH v12 11/26] net/dpaa: optimize FM deconfig
` [PATCH v12 12/26] net/dpaa: optimize FMC MAC type parsing
` [PATCH v12 13/26] drivers: release DPAA bpid on driver destructor
` [PATCH v12 14/26] dma/dpaa: add SG data validation and ERR050757
` [PATCH v12 15/26] net/dpaa: support Rx/Tx taildrop threshold devarg
` [PATCH v12 16/26] net/dpaa: add Tx rate limiting API
` [PATCH v12 17/26] bus/dpaa: orp queue create and burst enqueue
` [PATCH v12 18/26] net/dpaa: support fmcless rxq number as devargs
` [PATCH v12 19/26] net/dpaa: support non fmX-macY type of shared Ethernet name
` [PATCH v12 20/26] bus/dpaa: optimize DPAA multi-entry buffer pool operations
` [PATCH v12 21/26] bus/dpaa: improve log macro and fix bus detection
` [PATCH v12 22/26] net/dpaa: enhance VSP port support
` [PATCH v12 23/26] drivers: add offline (O/H) port device support
` [PATCH v12 24/26] crypto/dpaa_sec: improve crypto fq resource handling
` [PATCH v12 25/26] drivers: add dpaax enter destructor to gate EAL memory frees
` [PATCH v12 26/26] doc: update release notes with NXP DPAA changes
[PATCH] eal/x86: optimize memcpy of small 64-byte blocks
2026-08-18 9:12 UTC (15+ messages)
[RFC 0/3] Drop vhost async (DMA-accelerated) datapath
2026-08-18 9:10 UTC (2+ messages)
[PATCH v2] net/virtio-user: fix eventfd sharing in secondary process
2026-08-18 9:03 UTC (3+ messages)
` [PATCH v3] "
[PATCH] stack: introduce pile
2026-08-18 8:50 UTC (4+ messages)
[PATCH] net/af_xdp: add Rx metadata and dynamic timestamping support
2026-08-18 6:49 UTC (4+ messages)
` [PATCH v7 0/2] net/af_xdp: add Rx timestamping and read_clock support
` [PATCH v7 1/2] net/af_xdp: add af_xdp rx metadata and dynamic timestamping support
` [PATCH v7 2/2] net/af_xdp: add read_clock support to AF_XDP PMD
[PATCH 0/5] net/iavf: harden reset recovery and data path on link flap
2026-08-18 4:57 UTC (9+ messages)
` [PATCH v4 0/7] "
` [PATCH v4 1/7] net/iavf: discard empty AdminQ descriptors on reset
` [PATCH v4 2/7] net/iavf: defer device start when PF VSI not ready
` [PATCH v4 3/7] net/iavf: drain in-flight Tx before reset
` [PATCH v4 4/7] net/iavf: change no_poll flag to atomic
` [PATCH v4 5/7] net/iavf: improve VF reset detection on fast ARQ flip
` [PATCH v4 6/7] net/iavf: keep watchdog armed for the whole reset window
` [PATCH v4 7/7] net/iavf: skip flow flush during PF-initiated reset
[PATCH v9-1 00/14] net/enetc: add new features for ENETC4 on i.MX95
2026-08-18 2:28 UTC (3+ messages)
` [PATCH v10 "
[RFC 0/1] ethdev: per-packet Tx timestamp slot management
2026-08-18 2:23 UTC (2+ messages)
[PATCH] net: fix cksum calculation for odd-sized segment
2026-08-18 2:16 UTC (2+ messages)
[PATCH] eal/linux: harden uevent recv error handling
2026-08-18 2:15 UTC (3+ messages)
` [PATCH v4] "
[PATCH v1 00/13] net/sxe2: fix bugs
2026-08-18 2:15 UTC (14+ messages)
` [PATCH v1 01/13] net/sxe2: add Rx queue buffer split fill support
` [PATCH v1 02/13] net/sxe2: update switchdev repr VSI ID display format
` [PATCH v1 03/13] net/sxe2: add ACL engine event statistics support
` [PATCH v1 04/13] net/sxe2: enhance device cap and res management
` [PATCH v1 05/13] net/sxe2: improve representor device initialization
` [PATCH v1 06/13] net/sxe2: refactor flow tunnel port handling
` [PATCH v1 07/13] net/sxe2: validate IPsec key length against maximum limit
` [PATCH v1 08/13] net/sxe2: enhance repr event handling and MP code
` [PATCH v1 09/13] net/sxe2: optimize vectorized Tx/Rx path
` [PATCH v1 10/13] common/sxe2: allow munmap during kernel reset
` [PATCH v1 11/13] net/sxe2: clean up duplicate function declarations
` [PATCH v1 12/13] net/sxe2: clean up structure definitions
` [PATCH v1 13/13] doc/sxe2: add acl-stat-type parameter documentation
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