messages from 2026-02-10 14:17:45 to 2026-02-11 15:56:47 UTC [more...]
[PATCH v1 1/4] net/ixgbe: add missing E610 MAC type checks
2026-02-11 15:56 UTC (35+ messages)
` [PATCH v2 1/7] "
` [PATCH v2 2/7] net/i40e: move FDIR config to flow create
` [PATCH v2 3/7] net/iavf: fix memory leak on egress IPsec flows
` [PATCH v2 4/7] net/iavf: fix memory leak on uninit
` [PATCH v2 5/7] net/i40e: fix IPv6 GTPU handling
` [PATCH v2 6/7] net/iavf: fix IPv4 flow subscription
` [PATCH v2 7/7] net/ice: fix memory leak in DCF QoS bandwidth config
` [PATCH v3 0/8] Assortment of bug fixes for Intel PMD's
` [PATCH v3 1/8] net/ixgbe: add missing E610 MAC type checks
` [PATCH v3 2/8] net/i40e: move FDIR config to flow create
` [PATCH v3 3/8] net/iavf: fix memory leak on egress IPsec flows
` [PATCH v3 4/8] net/iavf: fix memory leak on uninit
` [PATCH v3 5/8] net/i40e: fix IPv6 GTPU handling
` [PATCH v3 6/8] net/iavf: fix IPv4 flow subscription
` [PATCH v3 7/8] net/ice: fix memory leak in DCF QoS bandwidth config
` [PATCH v3 8/8] net/ice: fix memory leak in FDIR flow parsing
` [PATCH v4 0/9] Assortment of bug fixes for Intel PMD's
` [PATCH v4 1/9] net/ixgbe: add missing E610 MAC type checks
` [PATCH v4 2/9] net/ixgbe: fix memory leak in security flows
` [PATCH v4 3/9] net/i40e: move FDIR config to flow create
` [PATCH v4 4/9] net/i40e: fix IPv6 GTPU handling
` [PATCH v4 5/9] net/iavf: fix memory leak on egress IPsec flows
` [PATCH v4 6/9] net/iavf: fix memory leak on uninit
` [PATCH v4 7/9] net/iavf: fix IPv4 flow subscription
` [PATCH v4 8/9] net/ice: fix memory leak in DCF QoS bandwidth config
` [PATCH v4 9/9] net/ice: fix memory leak in FDIR flow parsing
[DPDK/ethdev Bug 1879] net/mlx5: dev_info.tx_desc_lim.nb_min is zero (uninitialized), causing port start failure when TX descriptors set to 0
2026-02-11 15:15 UTC
[PATCH v2 0/3] net/mlx5: SF/representor hotplug fixes
2026-02-09 16:14 UTC (4+ messages)
` [PATCH v2 1/3] common/mlx5: fix ROCE disable for auxiliary SF devices
` [PATCH v2 2/3] net/mlx5: fix vport metadata for auxiliary bus devices
` [PATCH v2 3/3] net/mlx5: fix vport action flags for hotplugged representors
[PATCH] common/mlx5: skip ROCE disable for auxiliary SF devices
2026-02-09 13:01 UTC (3+ messages)
[RFC PATCH 00/27] combine multiple Intel scalar Tx paths
2026-02-11 14:45 UTC (47+ messages)
` [PATCH v4 00/35] "
` [PATCH v4 04/35] net/intel: consolidate definitions for Tx desc fields
` [PATCH v4 05/35] net/intel: add common fn to calculate needed descriptors
` [PATCH v4 06/35] net/ice: refactor context descriptor handling
` [PATCH v4 07/35] net/i40e: "
` [PATCH v4 10/35] net/intel: create common checksum Tx offload function
` [PATCH v4 11/35] net/intel: create a common scalar Tx function
` [PATCH v4 14/35] net/intel: support configurable VLAN tag insertion on Tx
` [PATCH v4 15/35] net/iavf: use common scalar Tx function
` [PATCH v4 19/35] eal: add macro for marking assumed alignment
` [PATCH v4 20/35] net/intel: write descriptors using non-volatile pointers
[PATCH 0/4] net/mlx5: future HW devargs defaults and fixes
2026-02-11 14:38 UTC (3+ messages)
` [PATCH 2/4] net/mlx5: fix default memzone requirements in HWS
[PATCH v1 00/25] Add common flow attr/action parsing infrastructure to Intel PMD's
2026-02-11 14:20 UTC (26+ messages)
` [PATCH v1 01/25] net/intel/common: add common flow action parsing
` [PATCH v1 02/25] net/intel/common: add common flow attr validation
` [PATCH v1 03/25] net/ixgbe: use common checks in ethertype filter
` [PATCH v1 04/25] net/ixgbe: use common checks in syn filter
` [PATCH v1 05/25] net/ixgbe: use common checks in L2 tunnel filter
` [PATCH v1 06/25] net/ixgbe: use common checks in ntuple filter
` [PATCH v1 07/25] net/ixgbe: use common checks in security filter
` [PATCH v1 08/25] net/ixgbe: use common checks in FDIR filters
` [PATCH v1 09/25] net/ixgbe: use common checks in RSS filter
` [PATCH v1 10/25] net/i40e: use common flow attribute checks
` [PATCH v1 11/25] net/i40e: refactor RSS flow parameter checks
` [PATCH v1 12/25] net/i40e: use common action checks for ethertype
` [PATCH v1 13/25] net/i40e: use common action checks for FDIR
` [PATCH v1 14/25] net/i40e: use common action checks for tunnel
` [PATCH v1 15/25] net/iavf: use common flow attribute checks
` [PATCH v1 16/25] net/iavf: use common action checks for IPsec
` [PATCH v1 17/25] net/iavf: use common action checks for hash
` [PATCH v1 18/25] net/iavf: use common action checks for FDIR
` [PATCH v1 19/25] net/iavf: use common action checks for fsub
` [PATCH v1 20/25] net/iavf: use common action checks for flow query
` [PATCH v1 21/25] net/ice: use common flow attribute checks
` [PATCH v1 22/25] net/ice: use common action checks for hash
` [PATCH v1 23/25] net/ice: use common action checks for FDIR
` [PATCH v1 24/25] net/ice: use common action checks for switch
` [PATCH v1 25/25] net/ice: use common action checks for ACL
[PATCH v1 00/12] Cleanups for ixgbe, i40e, and iavf PMD's
2026-02-11 13:53 UTC (56+ messages)
` [PATCH v2 00/26] Cleanups for ixgbe, i40e, iavf, and ice PMD's
` [PATCH v2 01/26] net/ixgbe: remove MAC type check macros
` [PATCH v2 02/26] net/ixgbe: remove security-related ifdefery
` [PATCH v2 03/26] net/ixgbe: split security and ntuple filters
` [PATCH v2 04/26] net/i40e: get rid of global filter variables
` [PATCH v2 05/26] net/i40e: make default RSS key global
` [PATCH v2 06/26] net/i40e: use unsigned types for queue comparisons
` [PATCH v2 07/26] net/i40e: use proper flex len define
` [PATCH v2 08/26] net/i40e: remove global pattern variable
` [PATCH v2 09/26] net/i40e: avoid rte malloc in tunnel set
` [PATCH v2 10/26] net/i40e: avoid rte malloc in RSS RETA operations
` [PATCH v2 11/26] net/i40e: avoid rte malloc in MAC/VLAN filtering
` [PATCH v2 12/26] net/i40e: avoid rte malloc in VF resource queries
` [PATCH v2 13/26] net/i40e: avoid rte malloc in adminq operations
` [PATCH v2 14/26] net/i40e: avoid rte malloc in DDP package handling
` [PATCH v2 15/26] net/i40e: avoid rte malloc in DDP ptype handling
` [PATCH v2 16/26] net/iavf: remove remnants of pipeline mode
` [PATCH v2 17/26] net/iavf: do not use malloc in crypto VF commands
` [PATCH v2 18/26] net/iavf: decouple hash uninit from parser uninit
` [PATCH v2 19/26] net/iavf: avoid rte malloc in RSS configuration
` [PATCH v2 20/26] net/iavf: avoid rte malloc in MAC address operations
` [PATCH v2 21/26] net/iavf: avoid rte malloc in IPsec operations
` [PATCH v2 22/26] net/iavf: avoid rte malloc in queue operations
` [PATCH v2 23/26] net/iavf: avoid rte malloc in irq map config
` [PATCH v2 24/26] net/ice: avoid rte malloc in RSS RETA operations
` [PATCH v2 25/26] net/ice: avoid rte malloc in MAC address operations
` [PATCH v2 26/26] net/ice: avoid rte malloc in raw pattern parsing
` [PATCH v3 00/27] Cleanups for ixgbe, i40e, iavf, and ice PMD's
` [PATCH v3 01/27] net/ixgbe: remove MAC type check macros
` [PATCH v3 02/27] net/ixgbe: remove security-related ifdefery
` [PATCH v3 03/27] net/ixgbe: split security and ntuple filters
` [PATCH v3 04/27] net/i40e: get rid of global filter variables
` [PATCH v3 05/27] net/i40e: make default RSS key global
` [PATCH v3 06/27] net/i40e: use unsigned types for queue comparisons
` [PATCH v3 07/27] net/i40e: use proper flex len define
` [PATCH v3 08/27] net/i40e: remove global pattern variable
` [PATCH v3 09/27] net/i40e: avoid rte malloc in tunnel set
` [PATCH v3 10/27] net/i40e: avoid rte malloc in RSS RETA operations
` [PATCH v3 11/27] net/i40e: avoid rte malloc in MAC/VLAN filtering
` [PATCH v3 12/27] net/i40e: avoid rte malloc in VF resource queries
` [PATCH v3 13/27] net/i40e: avoid rte malloc in adminq operations
` [PATCH v3 14/27] net/i40e: avoid rte malloc in DDP package handling
` [PATCH v3 15/27] net/i40e: avoid rte malloc in DDP ptype handling
` [PATCH v3 16/27] net/iavf: remove remnants of pipeline mode
` [PATCH v3 17/27] net/iavf: avoid rte malloc in VF mailbox for IPsec
` [PATCH v3 18/27] net/iavf: decouple hash uninit from parser uninit
` [PATCH v3 19/27] net/iavf: avoid rte malloc in RSS configuration
` [PATCH v3 20/27] net/iavf: avoid rte malloc in MAC address operations
` [PATCH v3 21/27] net/iavf: avoid rte malloc in IPsec operations
` [PATCH v3 22/27] net/iavf: avoid rte malloc in queue operations
` [PATCH v3 23/27] net/iavf: avoid rte malloc in irq map config
` [PATCH v3 24/27] net/ice: avoid rte malloc in RSS RETA operations
` [PATCH v3 25/27] net/ice: avoid rte malloc in MAC address operations
` [PATCH v3 26/27] net/ice: avoid rte malloc in raw pattern parsing
` [PATCH v3 27/27] net/ice: avoid rte malloc in flow pattern match
[PATCH] doc: deprecation of OpenSSL version 1.1.1
2026-02-11 12:19 UTC
[v2] crypto/openssl: Add support for SHAKE algorithms
2026-02-11 11:50 UTC (4+ messages)
` [v3] "
` [EXTERNAL] "
[v2] crypto/openssl: Add support for SHA3 algorithms
2026-02-11 11:47 UTC (4+ messages)
` [EXTERNAL] "
` [v3] "
[PATCH v7 0/5] Support add/remove memory region & get-max-slots
2026-02-11 10:24 UTC (6+ messages)
` [PATCH v7 1/5] vhost: add user to mailmap and define to vhost hdr
` [PATCH v7 2/5] vhost_user: header defines for add/rem mem region
` [PATCH v7 3/5] vhost_user: support function defines for back-end
` [PATCH v7 4/5] vhost_user: Function defs for add/rem mem regions
` [PATCH v7 5/5] vhost_user: enable configure memory slots
[PATCH v6 0/5] Support add/remove memory region & get-max-slots
2026-02-11 10:20 UTC (4+ messages)
` [PATCH v6 4/5] vhost_user: Function defs for add/rem mem regions
[PATCH 01/18] common/cnxk: fix engine capabilities fetch logic
2026-02-11 8:13 UTC (3+ messages)
` [PATCH 18/18] common/cnxk: fix duplicate branch compiler warning
[PATCH] net/mlx5: fix flow mark reading after reconfigure
2026-02-11 8:12 UTC
[PATCH 0/6] Add support for L2TPV2 over UDP to ICE PMD
2026-02-11 6:09 UTC (6+ messages)
` [PATCH v3 0/7] "
` [PATCH v3 1/7] net/ice: add L2TPv2 PPP and PPoE data structures
` [PATCH v3 2/7] net/ice: add L2TPv2 tunnel type definition
` [PATCH v3 3/7] net/ice: add L2TPv2 protocol and field definitions
` [PATCH v3 4/7] net/ice: add L2TPv2 flow patterns and FDIR support
[PATCH] doc/eventdev: correct grammar and style issues
2026-02-11 5:27 UTC (2+ messages)
[PATCH v1 0/1] support igb uio driver for VF devices
2026-02-11 2:40 UTC (2+ messages)
` [PATCH v1 1/1] net/nbl: add igb_uio support for NBL "
[PATCH] eal/linux: handle epoll error conditions
2026-02-10 20:58 UTC (14+ messages)
` [PATCH v2 0/2] interrupt epoll event handling
` [PATCH v2 1/2] net/mlx5: check for no data read in devx interrupt
` [PATCH v2 2/2] eal/linux: handle interrupt epoll events
` [PATCH v3 0/2] interrupt epoll event handling
` [PATCH v3 1/2] net/mlx5: check for no data read in devx interrupt
` [PATCH v3 2/2] eal/linux: handle interrupt epoll events
[PATCH v2 0/5] *** dts: add cryptodev testing support ***
2026-02-10 19:38 UTC (7+ messages)
` [PATCH v2 1/5] dts: add find float method to text parser
` [PATCH v2 2/5] dts: add cryptodev package to DTS
` [PATCH v2 3/5] dts: add cryptodev throughput test suite
` [PATCH v2 4/5] dts: add crypto test decorator
` [PATCH v2 5/5] dts: automate VFIO-PCI modprobe in node setup
[PATCH v2 0/5] dts: add cryptodev testing support
2026-02-10 19:34 UTC (6+ messages)
` [PATCH v2 1/5] dts: add find float method to text parser
` [PATCH v2 2/5] dts: add cryptodev package to DTS
` [PATCH v2 3/5] dts: add cryptodev throughput test suite
` [PATCH v2 4/5] dts: add crypto test decorator
` [PATCH v2 5/5] dts: automate VFIO-PCI modprobe in node setup
[PATCH] doc/nfb: update release notes for nfb driver
2026-02-10 18:41 UTC (4+ messages)
` [PATCH v2] "
replay: [EXTERNAL] [PATCH v2] examples/ipsec-secgw: add support for SM4-CBC cipher and SM3-HMAC auth
2026-02-10 18:26 UTC (2+ messages)
[PATCH] test/crypto: remove PMD specific asym testsuites
2026-02-10 18:20 UTC (3+ messages)
` [EXTERNAL] "
[PATCH] test/security: IPsec rule for out-of-place tests
2026-02-10 18:17 UTC (2+ messages)
[PATCH] crypto/ipsec_mb: fix clearing snow3g digest
2026-02-10 18:04 UTC (2+ messages)
` [EXTERNAL] "
[PATCH] mbuf: fix packet copy
2026-02-10 17:21 UTC (3+ messages)
` [PATCH v3] "
[PATCH] mbuf: optimize detach direct buffer
2026-02-10 15:57 UTC (3+ messages)
DPDK Release Status Meeting 2026-02-10
2026-02-10 15:53 UTC
[PATCH] crypto/openssl: support AES-XTS operations
2026-02-10 15:06 UTC (3+ messages)
` [PATCH v2] "
` [EXTERNAL] "
[PATCH] platform/mlx5: clarify device FD closure in mlx5 guide
2026-02-10 14:46 UTC
[PATCH v10 0/6] flow_parser: add shared parser library
2026-02-10 14:45 UTC (3+ messages)
` [PATCH v10 3/6] "
[PATCH v1] compress/zlib: fix UDC checksum logic
2026-02-10 14:39 UTC (3+ messages)
` [EXTERNAL] "
[ethdev]: question about the experimental functions
2026-02-10 14:24 UTC (2+ 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