dev
Thread
Date
Later messages
Messages by Thread
[PATCH v5 24/24] doc: add release notes for BPF validation fixes
Marat Khalili
Re: [PATCH v5 00/24] bpf: test and fix issues in verifier
Thomas Monjalon
[PATCH v10 00/21] Wangxun Fixes
Zaiyu Wang
[PATCH v10 03/21] net/ngbe: add missing CDR config for YT PHY
Zaiyu Wang
[PATCH v10 02/21] net/ngbe: remove duplicate xstats counters
Zaiyu Wang
[PATCH v10 01/21] net/txgbe: remove duplicate xstats counters
Zaiyu Wang
[PATCH v10 04/21] net/ngbe: fix VF promiscuous and allmulticast
Zaiyu Wang
[PATCH v10 06/21] net/txgbe: fix link status check condition
Zaiyu Wang
[PATCH v10 05/21] net/txgbe: fix inaccuracy in Tx rate limiting
Zaiyu Wang
[PATCH v10 08/21] net/txgbe: fix link flow control registers for Amber-Lite
Zaiyu Wang
[PATCH v10 07/21] net/txgbe: fix Tx desc free logic
Zaiyu Wang
[PATCH v10 09/21] net/txgbe: fix link flow control config for Sapphire
Zaiyu Wang
[PATCH v10 10/21] net/txgbe: fix a mass of unknown interrupts
Zaiyu Wang
[PATCH v10 13/21] net/txgbe: fix link stability for 40G NIC
Zaiyu Wang
Re: [PATCH v10 13/21] net/txgbe: fix link stability for 40G NIC
Stephen Hemminger
RE: [PATCH v10 13/21] net/txgbe: fix link stability for 40G NIC
Jiawen Wu
Re: [PATCH v10 13/21] net/txgbe: fix link stability for 40G NIC
Stephen Hemminger
RE: [PATCH v10 13/21] net/txgbe: fix link stability for 40G NIC
Zaiyu Wang
[PATCH v10 11/21] net/txgbe: fix traffic class priority configuration
Zaiyu Wang
[PATCH v10 14/21] net/txgbe: fix link stability for Amber-Lite backplane mode
Zaiyu Wang
[PATCH v10 16/21] net/txgbe: fix SFP module identification
Zaiyu Wang
[PATCH v10 17/21] net/txgbe: fix get module info operation
Zaiyu Wang
[PATCH v10 18/21] net/txgbe: fix get EEPROM operation
Zaiyu Wang
[PATCH v10 19/21] net/txgbe: fix to reset Tx write-back pointer
Zaiyu Wang
[PATCH v10 15/21] net/txgbe: fix FEC mode configuration on 25G NIC
Zaiyu Wang
[PATCH v10 20/21] net/txgbe: fix to enable Tx desc check
Zaiyu Wang
[PATCH v10 21/21] net/txgbe: fix temperature track for AML NIC
Zaiyu Wang
Re: [PATCH v10 00/21] Wangxun Fixes
Stephen Hemminger
RE: [PATCH v9 07/21] net/txgbe: fix Tx desc free logic
Zaiyu Wang
[PATCH] build: use native Linux strlcpy when available
Bruce Richardson
[PATCH v2] build: drop dependency on libbsd
Bruce Richardson
Re: [PATCH v2] build: drop dependency on libbsd
David Marchand
Re: [PATCH v2] build: drop dependency on libbsd
Bruce Richardson
Re: [PATCH v2] build: drop dependency on libbsd
David Marchand
[PATCH v3] build: drop dependency on libbsd
Bruce Richardson
[PATCH v4 00/12] Bus cleanup infrastructure and fixes
David Marchand
[PATCH v4 01/12] bus: fix reference to plug callback
David Marchand
[PATCH v4 02/12] dma/idxd: remove next pointer in bus specific device
David Marchand
[PATCH v4 03/12] bus/vdev: remove driver setting in probe
David Marchand
[PATCH v4 05/12] bus/pci: fix mapping leak in bus cleanup
David Marchand
[PATCH v4 04/12] vdpa/nfp: fix double PCI unmap on unplug
David Marchand
[PATCH v4 06/12] bus/vmbus: fix interrupt leak in cleanup
David Marchand
[PATCH v4 07/12] bus/vmbus: allocate interrupt during probing
David Marchand
[PATCH v4 08/12] bus/ifpga: allocate interrupt during probing
David Marchand
[PATCH v4 09/12] bus: align unplug with device probe
David Marchand
[PATCH v4 10/12] bus: implement cleanup in EAL
David Marchand
[PATCH v4 11/12] bus/vmbus: store name in bus specific device
David Marchand
[PATCH v4 12/12] bus/vmbus: support unplug
David Marchand
Re: [PATCH v4 00/12] Bus cleanup infrastructure and fixes
David Marchand
[PATCH v2 00/17] drivers: replace strncpy with strlcpy
Bruce Richardson
[PATCH v2 01/17] common/cnxk: replace strncpy with strlcpy
Bruce Richardson
[PATCH v2 02/17] common/mlx5: replace strncpy with strlcpy
Bruce Richardson
[PATCH v2 03/17] crypto/mvsam: replace strncpy with strlcpy
Bruce Richardson
[PATCH v2 04/17] crypto/scheduler: replace strncpy with strlcpy
Bruce Richardson
Re: [PATCH v2 04/17] crypto/scheduler: replace strncpy with strlcpy
Ji, Kai
Re: [PATCH v2 04/17] crypto/scheduler: replace strncpy with strlcpy
Ji, Kai
[PATCH v2 05/17] event/cnxk: replace strncpy with strlcpy
Bruce Richardson
[PATCH v2 06/17] net/ark: replace strncpy with strlcpy
Bruce Richardson
[PATCH v2 07/17] net/bnx2x: replace strncpy with strlcpy
Bruce Richardson
[PATCH v2 08/17] net/cnxk: replace strncpy with strlcpy
Bruce Richardson
[PATCH v2 09/17] net/dpaa: replace strncpy with strlcpy
Bruce Richardson
[PATCH v2 10/17] net/ionic: replace strncpy with strlcpy
Bruce Richardson
[PATCH v2 11/17] net/mlx4: replace strncpy with strlcpy
Bruce Richardson
[PATCH v2 12/17] net/mlx5: replace strncpy with strlcpy
Bruce Richardson
[PATCH v2 13/17] net/nfp: replace strncpy with strlcpy
Bruce Richardson
[PATCH v2 14/17] net/qede: replace strncpy with strlcpy
Bruce Richardson
[PATCH v2 15/17] net/softnic: replace strncpy with strlcpy
Bruce Richardson
[PATCH v2 16/17] net/vhost: replace strncpy with strlcpy
Bruce Richardson
[PATCH v2 17/17] net/virtio: replace strncpy with strlcpy
Bruce Richardson
Re: [PATCH v2 00/17] drivers: replace strncpy with strlcpy
Bruce Richardson
[PATCH v2] examples: use strlcpy and strlcat
Bruce Richardson
RE: [PATCH] net/intel: fix use of non-recommended string functions
Loftus, Ciara
Re: [PATCH] net/intel: fix use of non-recommended string functions
Bruce Richardson
Re: [PATCH] common/mlx5: add ConnectX-10 NVLink-C2C device ID
Raslan Darawsheh
Re: [PATCH] net/mlx5: fix double free in vectorized Rx recovery
Raslan Darawsheh
Re: [PATCH] examples: use strlcpy and strlcat
Radu Nicolau
[PATCH v3 1/2] app/crypto-perf: support ML KEM
Pratik Senapati
[PATCH v3 2/2] app/crypto-perf: support ML DSA
Pratik Senapati
RE: [PATCH v3 1/2] app/crypto-perf: support ML KEM
Akhil Goyal
RE: [PATCH v5] graph: add optional profiling stats
Morten Brørup
Re: [PATCH v5] graph: add optional profiling stats
saeed bishara
RE: [PATCH v5] graph: add optional profiling stats
Morten Brørup
RE: [PATCH v4 3/7] test/bpf: add test for large shift
Marat Khalili
RE: [PATCH v4 3/7] test/bpf: add test for large shift
Marat Khalili
Re: [PATCH 00/17] drivers: replace strncpy with strlcpy
Bruce Richardson
Re: [PATCH] doc: move firmware instructions in mlx5 guide
Raslan Darawsheh
Re: [PATCH v6] net/mlx5: fix counter TAILQ race between free and query callback
Raslan Darawsheh
Re: [PATCH v3] drivers: update relaxed ordering policy for mlx5 mkeys
Raslan Darawsheh
[PATCH v2] examples/l3fwd: dynamic NUMA-aware alloc lcore_conf
Chengwen Feng
Re: [PATCH v2] examples/l3fwd: dynamic NUMA-aware alloc lcore_conf
Stephen Hemminger
Re: [PATCH v2] examples/l3fwd: dynamic NUMA-aware alloc lcore_conf
fengchengwen
Re: [PATCH v2] examples/l3fwd: dynamic NUMA-aware alloc lcore_conf
Thomas Monjalon
[PATCH v6 23/23] net/sxe2: update sxe2 feature matrix docs
liujie5
[PATCH v7 00/23] net/sxe2: added Linkdata sxe2 ethernet driver
liujie5
Re: [PATCH v7 00/23] net/sxe2: added Linkdata sxe2 ethernet driver
[email protected]
[PATCH v7 01/23] net/sxe2: remove software statistics devargs
liujie5
[PATCH v7 02/23] net/sxe2: add Rx framework and packet types callback
liujie5
[PATCH v7 03/23] net/sxe2: support AVX512 vectorized path for Rx and Tx
liujie5
[PATCH v7 04/23] net/sxe2: add AVX2 vector data path for Rx and Tx
liujie5
[PATCH v7 05/23] net/sxe2: add link update callback
liujie5
[PATCH v7 06/23] net/sxe2: support L2 filtering and MAC config
liujie5
[PATCH v7 07/23] drivers: support RSS feature
liujie5
[PATCH v7 08/23] net/sxe2: support TM hierarchy and shaping
liujie5
[PATCH v7 09/23] net/sxe2: support IPsec inline protocol offload
liujie5
[PATCH v7 10/23] net/sxe2: support statistics and multi-process
liujie5
[PATCH v7 11/23] drivers: interrupt handling
liujie5
[PATCH v7 12/23] net/sxe2: add NEON vec Rx/Tx burst functions
liujie5
[PATCH v7 10/23] net/sxe2: support statistics and multi-process
liujie5
[PATCH v7 11/23] drivers: interrupt handling
liujie5
[PATCH v7 12/23] net/sxe2: add NEON vec Rx/Tx burst functions
liujie5
[PATCH v7 14/23] net/sxe2: add support for custom UDP tunnel ports
liujie5
[PATCH v7 15/23] net/sxe2: support firmware version reading
liujie5
[PATCH v7 16/23] net/sxe2: implement get monitor address
liujie5
[PATCH v7 17/23] common/sxe2: add shared SFP module definitions
liujie5
[PATCH v7 18/23] net/sxe2: support SFP module info and EEPROM access
liujie5
[PATCH v7 19/23] net/sxe2: add mbuf validation in Tx debug mode
liujie5
[PATCH v7 20/23] common/sxe2: add callback for memory event handling
liujie5
[PATCH v7 21/23] net/sxe2: add private devargs parsing
liujie5
[PATCH v7 22/23] net/sxe2: implement private dump info
liujie5
[PATCH v7 23/23] net/sxe2: update sxe2 feature matrix docs
liujie5
[PATCH v8 00/23] net/sxe2: added Linkdata sxe2 ethernet driver
liujie5
Re: [PATCH v8 00/23] net/sxe2: added Linkdata sxe2 ethernet driver
Stephen Hemminger
Re: Re: [PATCH v8 00/23] net/sxe2: added Linkdata sxe2 ethernet driver
[email protected]
[PATCH v8 01/23] net/sxe2: remove software statistics devargs
liujie5
[PATCH v8 02/23] net/sxe2: add Rx framework and packet types callback
liujie5
[PATCH v8 03/23] net/sxe2: support AVX512 vectorized path for Rx and Tx
liujie5
[PATCH v8 04/23] net/sxe2: add AVX2 vector data path for Rx and Tx
liujie5
[PATCH v8 05/23] net/sxe2: add link update callback
liujie5
[PATCH v8 06/23] net/sxe2: support L2 filtering and MAC config
liujie5
[PATCH v8 07/23] drivers: support RSS feature
liujie5
[PATCH v8 08/23] net/sxe2: support TM hierarchy and shaping
liujie5
[PATCH v8 09/23] net/sxe2: support IPsec inline protocol offload
liujie5
[PATCH v8 10/23] net/sxe2: support statistics and multi-process
liujie5
[PATCH v8 11/23] drivers: interrupt handling
liujie5
[PATCH v8 12/23] net/sxe2: add NEON vec Rx/Tx burst functions
liujie5
[PATCH v8 14/23] net/sxe2: add support for custom UDP tunnel ports
liujie5
[PATCH v8 15/23] net/sxe2: support firmware version reading
liujie5
[PATCH v8 16/23] net/sxe2: implement get monitor address
liujie5
[PATCH v8 17/23] common/sxe2: add shared SFP module definitions
liujie5
[PATCH v8 18/23] net/sxe2: support SFP module info and EEPROM access
liujie5
[PATCH v8 19/23] net/sxe2: add mbuf validation in Tx debug mode
liujie5
[PATCH v8 20/23] common/sxe2: add callback for memory event handling
liujie5
[PATCH v8 21/23] net/sxe2: add private devargs parsing
liujie5
[PATCH v8 22/23] net/sxe2: implement private dump info
liujie5
[PATCH v8 23/23] net/sxe2: update sxe2 feature matrix docs
liujie5
[PATCH v7 14/23] net/sxe2: add support for custom UDP tunnel ports
liujie5
[PATCH v7 15/23] net/sxe2: support firmware version reading
liujie5
[PATCH v7 16/23] net/sxe2: implement get monitor address
liujie5
[PATCH v6 19/23] net/sxe2: implement private dump info
liujie5
[PATCH v6 17/23] common/sxe2: add shared SFP module definitions
liujie5
[PATCH v6 22/23] net/sxe2: add private devargs parsing
liujie5
[PATCH v6 18/23] net/sxe2: support SFP module info and EEPROM access
liujie5
[PATCH v6 21/23] common/sxe2: add callback for memory event handling
liujie5
[PATCH v6 16/23] net/sxe2: implement get monitor address
liujie5
[PATCH v6 20/23] net/sxe2: add mbuf validation in Tx debug mode
liujie5
[PATCH v6 12/23] net/sxe2: add NEON vec Rx/Tx burst functions
liujie5
[PATCH v6 15/23] net/sxe2: support firmware version reading
liujie5
[PATCH v6 14/23] net/sxe2: add support for custom UDP tunnel ports
liujie5
[PATCH v6 09/23] net/sxe2: support IPsec inline protocol offload
liujie5
[PATCH v6 11/23] drivers: interrupt handling
liujie5
[PATCH v6 10/23] net/sxe2: support statistics and multi-process
liujie5
[PATCH v6 05/23] net/sxe2: add link update callback
liujie5
[PATCH v6 07/23] drivers: support RSS feature
liujie5
[PATCH v6 06/23] net/sxe2: support L2 filtering and MAC config
liujie5
[PATCH v6 08/23] net/sxe2: support TM hierarchy and shaping
liujie5
[PATCH v6 04/23] net/sxe2: add AVX2 vector data path for Rx and Tx
liujie5
[PATCH v6 03/23] net/sxe2: support AVX512 vectorized path for Rx and Tx
liujie5
[PATCH v6 02/23] net/sxe2: add Rx framework and packet types callback
liujie5
[PATCH v6 01/23] net/sxe2: remove software statistics devargs
liujie5
[PATCH v6 00/23] net/sxe2: added Linkdata sxe2 ethernet driver
liujie5
Re: [PATCH v6 00/23] net/sxe2: added Linkdata sxe2 ethernet driver
Stephen Hemminger
Re: [PATCH 0/3] lib: remove use of strncpy
fengchengwen
Re: [PATCH v2] dts: fix port info getter when port is not found
Patrick Robb
Re: [PATCH v3 04/11] bus/pci: fix mapping leak in bus cleanup
fengchengwen
Re: [PATCH v3 04/11] bus/pci: fix mapping leak in bus cleanup
David Marchand
Re: [PATCH v3 04/11] bus/pci: fix mapping leak in bus cleanup
David Marchand
Re: [PATCH v3 03/11] bus/vdev: remove driver setting in probe
fengchengwen
Re: [PATCH v3 01/11] bus: fix reference to plug callback
fengchengwen
Re: [PATCH] app/dma_perf: skip case if worker maps to main lcore
fengchengwen
Re: [PATCH] app/dma_perf: skip case if worker maps to main lcore
Stephen Hemminger
[PATCH] app/dma_perf: skip case if worker maps to main lcore
Rupesh Chiluka
[PATCH v2] app/dma_perf: skip case if worker maps to main lcore
Rupesh Chiluka
Re: [PATCH v2] app/dma_perf: skip case if worker maps to main lcore
fengchengwen
Re: [PATCH v2] app/dma_perf: skip case if worker maps to main lcore
Thomas Monjalon
Re: [PATCH v2 1/3] dma/ae4dma: introduce AMD AE4DMA DMA PMD
fengchengwen
Re: [PATCH v2 1/3] dma/ae4dma: introduce AMD AE4DMA DMA PMD
Raghavendra Ningoji
Re: [PATCH v2 1/3] dma/ae4dma: introduce AMD AE4DMA DMA PMD
Raghavendra Ningoji
Re: [PATCH v2 1/2] test/dma: update the sg test to verify wrap around case
fengchengwen
RE: [EXTERNAL] Re: [PATCH 1/2] eal: return error on devargs truncation in hotplug MP messages
Long Li
[PATCH v2] eal: return error on devargs truncation in hotplug MP messages
Long Li
Re: [PATCH v2] eal: return error on devargs truncation in hotplug MP messages
David Marchand
RE: [EXTERNAL] Re: [PATCH v2] eal: return error on devargs truncation in hotplug MP messages
Long Li
Re: [EXTERNAL] Re: [PATCH v2] eal: return error on devargs truncation in hotplug MP messages
David Marchand
Re: [PATCH v2] eal: return error on devargs truncation in hotplug MP messages
David Marchand
[PATCH v4 7/7] test/bpf: check that bpf_convert can be JIT'd
Stephen Hemminger
RE: [PATCH v4 7/7] test/bpf: check that bpf_convert can be JIT'd
Marat Khalili
[PATCH v4 6/7] bpf/arm64: add BPF_ABS/BPF_IND packet load support
Stephen Hemminger
[PATCH v4 5/7] test/bpf: check that JIT was generated
Stephen Hemminger
[PATCH v4 4/7] bpf/arm64: fix offset type to allow a negative jump
Stephen Hemminger
RE: [PATCH v4 4/7] bpf/arm64: fix offset type to allow a negative jump
Marat Khalili
Later messages