dev
Thread
Date
Earlier messages
Later messages
Messages by Thread
Re: [PATCH v4 00/13] net/r8169: driver updates and new hardware support
Stephen Hemminger
[PATCH dpdk 0/2] hash: safe data replacement on overwrite
Robin Jarry
[PATCH dpdk 2/2] hash: add replace API returning old data on overwrite
Robin Jarry
[PATCH dpdk 1/2] hash: free replaced data on overwrite when RCU is configured
Robin Jarry
Re: [PATCH dpdk 0/2] hash: safe data replacement on overwrite
Stephen Hemminger
[PATCH dpdk v2 0/3] hash: safe data replacement on overwrite
Robin Jarry
[PATCH dpdk v2 1/3] hash: avoid leaking entries on RCU defer queue failure
Robin Jarry
RE: [PATCH dpdk v2 1/3] hash: avoid leaking entries on RCU defer queue failure
Konstantin Ananyev
[PATCH dpdk v2 2/3] hash: free replaced data on overwrite when RCU is configured
Robin Jarry
RE: [PATCH dpdk v2 2/3] hash: free replaced data on overwrite when RCU is configured
Konstantin Ananyev
Re: [PATCH dpdk v2 2/3] hash: free replaced data on overwrite when RCU is configured
Robin Jarry
Re: [PATCH dpdk v2 2/3] hash: free replaced data on overwrite when RCU is configured
Robin Jarry
[PATCH dpdk v2 3/3] hash: add replace API returning old data on overwrite
Robin Jarry
RE: [PATCH dpdk v2 3/3] hash: add replace API returning old data on overwrite
Konstantin Ananyev
[PATCH dpdk v3 0/2] hash: safe data replacement on overwrite
Robin Jarry
[PATCH dpdk v3 1/2] hash: avoid leaking entries on RCU defer queue failure
Robin Jarry
[PATCH dpdk v3 2/2] hash: free replaced data on overwrite when RCU is configured
Robin Jarry
[PATCH] hash: fix maybe-uninitialized warnings on build
Bruce Richardson
Re: [PATCH] hash: fix maybe-uninitialized warnings on build
Medvedkin, Vladimir
Re: [PATCH] hash: fix maybe-uninitialized warnings on build
David Marchand
Re: [PATCH] hash: fix maybe-uninitialized warnings on build
Bruce Richardson
Re: [PATCH] hash: fix maybe-uninitialized warnings on build
Thomas Monjalon
[PATCH] net/ice: enable link status polling
Mingjin Ye
Re: [PATCH] net/ice: enable link status polling
Bruce Richardson
[PATCH v3 00/12] net/r8169: update driver with new HW support and fixes
Howard Wang
[PATCH v3 01/12] net/r8169: fix crash in RTL8168FP init
Howard Wang
[PATCH v3 02/12] net/r8169: optimize Rx descriptor fetch number
Howard Wang
[PATCH v3 03/12] net/r8169: add support for RTL8168KD
Howard Wang
[PATCH v3 05/12] net/r8169: adjust jumbo frame size limit for non-1G cards
Howard Wang
[PATCH v3 04/12] net/r8169: update hardware configurations for 8127
Howard Wang
[PATCH v3 06/12] net/r8169: remove support for CFG_METHOD_69
Howard Wang
[PATCH v3 07/12] net/r8169: update hardware configurations for 8126
Howard Wang
[PATCH v3 08/12] net/r8169: update hardware configurations for 8125
Howard Wang
[PATCH v3 10/12] net/r8169: add support for RTL8125K
Howard Wang
[PATCH v3 09/12] net/r8169: add support for RTL9151
Howard Wang
[PATCH v3 11/12] net/r8169: fix one bug about RTL8168KB
Howard Wang
[PATCH v3 12/12] net/r8169: ensure the old mapping is used
Howard Wang
Re: [PATCH v3 00/12] net/r8169: update driver with new HW support and fixes
Stephen Hemminger
回复: [PATCH v3 00/12] net/r8169: update driver with new HW support and fixes
王颢
[RFC] net/ring: add veth-like peer link state tracking
Stephen Hemminger
[PATCH v14 00/18] net/pcap: improvements and test suite
Stephen Hemminger
[PATCH v14 01/18] maintainers: update for pcap driver
Stephen Hemminger
[PATCH v14 02/18] doc: update features for PCAP PMD
Stephen Hemminger
[PATCH v14 04/18] net/pcap: remove unnecessary casts
Stephen Hemminger
[PATCH v14 03/18] net/pcap: include used headers
Stephen Hemminger
[PATCH v14 05/18] net/pcap: avoid using rte_malloc and rte_memcpy
Stephen Hemminger
[PATCH v14 06/18] net/pcap: rework transmit burst handling
Stephen Hemminger
[PATCH v14 08/18] net/pcap: support VLAN strip and insert offloads
Stephen Hemminger
[PATCH v14 07/18] net/pcap: consolidate boolean flag handling
Stephen Hemminger
[PATCH v14 09/18] net/pcap: add link state and speed for interface mode
Stephen Hemminger
[PATCH v14 10/18] net/pcap: support nanosecond timestamp precision
Stephen Hemminger
[PATCH v14 11/18] net/pcap: reject non-Ethernet interfaces
Stephen Hemminger
[PATCH v14 13/18] net/pcap: avoid use of volatile
Stephen Hemminger
[PATCH v14 12/18] net/pcap: reduce scope of file-level variables
Stephen Hemminger
[PATCH v14 14/18] net/pcap: clarify maximum received packet
Stephen Hemminger
[PATCH v14 16/18] net/pcap: add link status change support for iface mode
Stephen Hemminger
[PATCH v14 15/18] net/pcap: add snapshot length devarg
Stephen Hemminger
[PATCH v14 17/18] net/pcap: add EOF notification via link status change
Stephen Hemminger
[PATCH v14 18/18] test: add comprehensive test suite for pcap PMD
Stephen Hemminger
[PATCH v5 00/35] combine multiple Intel scalar Tx paths
Bruce Richardson
[PATCH v5 01/35] net/intel: create common Tx descriptor structure
Bruce Richardson
[PATCH v5 02/35] net/intel: fix memory leak on TX queue setup failure
Bruce Richardson
Re: [PATCH v5 02/35] net/intel: fix memory leak on TX queue setup failure
Burakov, Anatoly
[PATCH v5 03/35] net/intel: use common Tx ring structure
Bruce Richardson
[PATCH v5 04/35] net/intel: create common post-Tx cleanup function
Bruce Richardson
[PATCH v5 05/35] net/intel: consolidate definitions for Tx desc fields
Bruce Richardson
[PATCH v5 06/35] net/intel: add common fn to calculate needed descriptors
Bruce Richardson
[PATCH v5 07/35] net/ice: refactor context descriptor handling
Bruce Richardson
Re: [PATCH v5 07/35] net/ice: refactor context descriptor handling
Burakov, Anatoly
[PATCH v5 08/35] net/i40e: refactor context descriptor handling
Bruce Richardson
Re: [PATCH v5 08/35] net/i40e: refactor context descriptor handling
Burakov, Anatoly
[PATCH v5 09/35] net/idpf: refactor context descriptor handling
Bruce Richardson
[PATCH v5 10/35] net/intel: consolidate checksum mask definition
Bruce Richardson
[PATCH v5 11/35] net/intel: create common checksum Tx offload function
Bruce Richardson
[PATCH v5 12/35] net/intel: create a common scalar Tx function
Bruce Richardson
[PATCH v5 14/35] net/intel: add IPsec hooks to common Tx function
Bruce Richardson
[PATCH v5 13/35] net/i40e: use common scalar Tx function
Bruce Richardson
[PATCH v5 15/35] net/intel: support configurable VLAN tag insertion on Tx
Bruce Richardson
Re: [PATCH v5 15/35] net/intel: support configurable VLAN tag insertion on Tx
Burakov, Anatoly
[PATCH v5 16/35] net/iavf: use common scalar Tx function
Bruce Richardson
[PATCH v5 17/35] net/i40e: document requirement for QinQ support
Bruce Richardson
[PATCH v5 18/35] net/idpf: use common scalar Tx function
Bruce Richardson
[PATCH v5 19/35] net/intel: avoid writing the final pkt descriptor twice
Bruce Richardson
[PATCH v5 20/35] net/intel: write descriptors using non-volatile pointers
Bruce Richardson
RE: [PATCH v5 20/35] net/intel: write descriptors using non-volatile pointers
Morten Brørup
Re: [PATCH v5 20/35] net/intel: write descriptors using non-volatile pointers
Bruce Richardson
[PATCH v5 21/35] net/intel: remove unnecessary flag clearing
Bruce Richardson
[PATCH v5 22/35] net/intel: add special handling for single desc packets
Bruce Richardson
[PATCH v5 23/35] net/intel: use separate array for desc status tracking
Bruce Richardson
RE: [PATCH v5 23/35] net/intel: use separate array for desc status tracking
Morten Brørup
Re: [PATCH v5 23/35] net/intel: use separate array for desc status tracking
Bruce Richardson
RE: [PATCH v5 23/35] net/intel: use separate array for desc status tracking
Morten Brørup
[PATCH v5 24/35] net/ixgbe: use separate array for desc status tracking
Bruce Richardson
[PATCH v5 25/35] net/intel: drop unused Tx queue used count
Bruce Richardson
[PATCH v5 26/35] net/intel: remove index for tracking end of packet
Bruce Richardson
[PATCH v5 27/35] net/intel: merge ring writes in simple Tx for ice and i40e
Bruce Richardson
[PATCH v5 28/35] net/intel: consolidate ice and i40e buffer free function
Bruce Richardson
[PATCH v5 29/35] net/intel: complete merging simple Tx paths
Bruce Richardson
[PATCH v5 30/35] net/intel: use non-volatile stores in simple Tx function
Bruce Richardson
[PATCH v5 31/35] net/intel: align scalar simple Tx path with vector logic
Bruce Richardson
[PATCH v5 32/35] net/intel: use vector SW ring entry for simple path
Bruce Richardson
[PATCH v5 33/35] net/intel: use vector mbuf cleanup from simple scalar path
Bruce Richardson
[PATCH v5 34/35] net/idpf: enable simple Tx function
Bruce Richardson
Re: [PATCH v5 34/35] net/idpf: enable simple Tx function
Burakov, Anatoly
[PATCH v5 35/35] net/cpfl: enable simple Tx function
Bruce Richardson
Re: [PATCH v5 35/35] net/cpfl: enable simple Tx function
Burakov, Anatoly
Re: [PATCH v5 00/35] combine multiple Intel scalar Tx paths
Bruce Richardson
[RFC 00/10] Add vduse live migration features
Eugenio Pérez
[RFC 01/10] uapi: align VDUSE header for ASID
Eugenio Pérez
[RFC 02/10] vhost: introduce ASID support
Eugenio Pérez
[RFC 03/10] vhost: add VDUSE API version negotiation
Eugenio Pérez
[RFC 05/10] vhost: add ASID support to VDUSE IOTLB operations
Eugenio Pérez
[RFC 04/10] vhost: add virtqueues groups support to VDUSE
Eugenio Pérez
[RFC 06/10] vhost: claim VDUSE support for API version 1
Eugenio Pérez
[RFC 07/10] vhost: add net status feature to VDUSE
Eugenio Pérez
[RFC 08/10] uapi: Align vduse.h for enable and suspend VDUSE messages
Eugenio Pérez
[RFC 09/10] vhost: Support VDUSE QUEUE_READY feature
Eugenio Pérez
[RFC 10/10] vhost: Support vduse suspend feature
Eugenio Pérez
[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
bugzilla
[PATCH v2 0/3] net/mlx5: SF/representor hotplug fixes
Max Tottenham
[PATCH v2 1/3] common/mlx5: fix ROCE disable for auxiliary SF devices
Max Tottenham
Re: [PATCH v2 1/3] common/mlx5: fix ROCE disable for auxiliary SF devices
Dariusz Sosnowski
[PATCH v2 2/3] net/mlx5: fix vport metadata for auxiliary bus devices
Max Tottenham
Re: [PATCH v2 2/3] net/mlx5: fix vport metadata for auxiliary bus devices
Dariusz Sosnowski
[PATCH v2 3/3] net/mlx5: fix vport action flags for hotplugged representors
Max Tottenham
Re: [PATCH v2 3/3] net/mlx5: fix vport action flags for hotplugged representors
Dariusz Sosnowski
RE: [PATCH 2/4] net/mlx5: fix default memzone requirements in HWS
Bing Zhao
Re: [PATCH 2/4] net/mlx5: fix default memzone requirements in HWS
Dariusz Sosnowski
[PATCH v1 00/25] Add common flow attr/action parsing infrastructure to Intel PMD's
Anatoly Burakov
[PATCH v1 01/25] net/intel/common: add common flow action parsing
Anatoly Burakov
[PATCH v1 02/25] net/intel/common: add common flow attr validation
Anatoly Burakov
[PATCH v1 03/25] net/ixgbe: use common checks in ethertype filter
Anatoly Burakov
[PATCH v1 04/25] net/ixgbe: use common checks in syn filter
Anatoly Burakov
[PATCH v1 05/25] net/ixgbe: use common checks in L2 tunnel filter
Anatoly Burakov
[PATCH v1 06/25] net/ixgbe: use common checks in ntuple filter
Anatoly Burakov
[PATCH v1 07/25] net/ixgbe: use common checks in security filter
Anatoly Burakov
[PATCH v1 08/25] net/ixgbe: use common checks in FDIR filters
Anatoly Burakov
[PATCH v1 09/25] net/ixgbe: use common checks in RSS filter
Anatoly Burakov
[PATCH v1 10/25] net/i40e: use common flow attribute checks
Anatoly Burakov
[PATCH v1 11/25] net/i40e: refactor RSS flow parameter checks
Anatoly Burakov
[PATCH v1 12/25] net/i40e: use common action checks for ethertype
Anatoly Burakov
[PATCH v1 13/25] net/i40e: use common action checks for FDIR
Anatoly Burakov
[PATCH v1 15/25] net/iavf: use common flow attribute checks
Anatoly Burakov
[PATCH v1 14/25] net/i40e: use common action checks for tunnel
Anatoly Burakov
[PATCH v1 16/25] net/iavf: use common action checks for IPsec
Anatoly Burakov
[PATCH v1 18/25] net/iavf: use common action checks for FDIR
Anatoly Burakov
[PATCH v1 17/25] net/iavf: use common action checks for hash
Anatoly Burakov
[PATCH v1 19/25] net/iavf: use common action checks for fsub
Anatoly Burakov
[PATCH v1 20/25] net/iavf: use common action checks for flow query
Anatoly Burakov
[PATCH v1 21/25] net/ice: use common flow attribute checks
Anatoly Burakov
[PATCH v1 23/25] net/ice: use common action checks for FDIR
Anatoly Burakov
[PATCH v1 22/25] net/ice: use common action checks for hash
Anatoly Burakov
[PATCH v1 24/25] net/ice: use common action checks for switch
Anatoly Burakov
[PATCH v1 25/25] net/ice: use common action checks for ACL
Anatoly Burakov
[PATCH] doc: deprecation of OpenSSL version 1.1.1
Emma Finn
RE: [EXTERNAL] [PATCH] doc: deprecation of OpenSSL version 1.1.1
Akhil Goyal
Re: [EXTERNAL] [PATCH] doc: deprecation of OpenSSL version 1.1.1
Ji, Kai
[PATCH] doc: deprecation of OpenSSL version 1.1.1
Hemant Agrawal
[PATCH v7 0/5] Support add/remove memory region & get-max-slots
pravin.bathija
[PATCH v7 1/5] vhost: add user to mailmap and define to vhost hdr
pravin.bathija
[PATCH v7 3/5] vhost_user: support function defines for back-end
pravin.bathija
[PATCH v7 2/5] vhost_user: header defines for add/rem mem region
pravin.bathija
[PATCH v7 4/5] vhost_user: Function defs for add/rem mem regions
pravin.bathija
[PATCH v7 5/5] vhost_user: enable configure memory slots
pravin.bathija
RE: [PATCH v6 4/5] vhost_user: Function defs for add/rem mem regions
Bathija, Pravin
RE: [PATCH v6 4/5] vhost_user: Function defs for add/rem mem regions
Bathija, Pravin
Re: [PATCH 18/18] common/cnxk: fix duplicate branch compiler warning
Jerin Jacob
[PATCH] net/mlx5: fix flow mark reading after reconfigure
Dariusz Sosnowski
Re: [PATCH] net/mlx5: fix flow mark reading after reconfigure
Raslan Darawsheh
Re: [PATCH] doc/eventdev: correct grammar and style issues
Jerin Jacob
[PATCH v1 0/1] support igb uio driver for VF devices
Dimon Zhao
[PATCH v1 1/1] net/nbl: add igb_uio support for NBL VF devices
Dimon Zhao
Re: [PATCH v1 1/1] net/nbl: add igb_uio support for NBL VF devices
Stephen Hemminger
回复:[PATCH v1 1/1] net/nbl: add igb_uio support for NBL VF devices
Dimon
[PATCH v2 0/1] support igb uio driver for VF devices
Dimon Zhao
[PATCH v2 1/1] net/nbl: add igb uio support for NBL VF devices
Dimon Zhao
Re: [PATCH v2 1/1] net/nbl: add igb uio support for NBL VF devices
Stephen Hemminger
[PATCH v3 0/1] support igb uio driver for VF devices
Dimon Zhao
[PATCH v3 1/1] net/nbl: add igb uio support for NBL VF devices
Dimon Zhao
Re: [PATCH v3 1/1] net/nbl: add igb uio support for NBL VF devices
Stephen Hemminger
回复:[PATCH v3 1/1] net/nbl: add igb uio support for NBL VF devices
Dimon
Re: [PATCH v3 1/1] net/nbl: add igb uio support for NBL VF devices
Stephen Hemminger
[PATCH v4 0/1] NBL add probe checks for unsupported UIO drivers
Dimon Zhao
[PATCH v4 1/1] net/nbl: add probe checks for unsupported UIO drivers
Dimon Zhao
[PATCH v2 0/5] *** dts: add cryptodev testing support ***
Andrew Bailey
[PATCH v2 4/5] dts: add crypto test decorator
Andrew Bailey
[PATCH v2 3/5] dts: add cryptodev throughput test suite
Andrew Bailey
Re: [PATCH v2 0/5] *** dts: add cryptodev testing support ***
Andrew Bailey
[PATCH v2 2/5] dts: add cryptodev package to DTS
Andrew Bailey
[PATCH v2 5/5] dts: automate VFIO-PCI modprobe in node setup
Andrew Bailey
[PATCH v2 1/5] dts: add find float method to text parser
Andrew Bailey
[PATCH v2 0/5] dts: add cryptodev testing support
Andrew Bailey
[PATCH v2 1/5] dts: add find float method to text parser
Andrew Bailey
[PATCH v2 2/5] dts: add cryptodev package to DTS
Andrew Bailey
[PATCH v2 3/5] dts: add cryptodev throughput test suite
Andrew Bailey
[PATCH v2 5/5] dts: automate VFIO-PCI modprobe in node setup
Andrew Bailey
[PATCH v2 4/5] dts: add crypto test decorator
Andrew Bailey
[PATCH v3 0/5] dts: add cryptodev testing support
Andrew Bailey
[PATCH v3 1/5] dts: add find float method to text parser
Andrew Bailey
Re: [PATCH v3 1/5] dts: add find float method to text parser
Patrick Robb
Earlier messages
Later messages