dev
Thread
Date
Earlier messages
Later messages
Messages by Thread
[dpdk-dev] [PATCH v10 00/25] Introducing rte_driver/rte_device generalization
Shreyansh Jain
[dpdk-dev] [PATCH v10 01/25] eal: define container macro
Shreyansh Jain
[dpdk-dev] [PATCH v10 02/25] eal: remove duplicate function declaration
Shreyansh Jain
[dpdk-dev] [PATCH v10 02/25] eal: remove duplicate function declaration
Jan Viktorin
[dpdk-dev] [PATCH v10 03/25] pci: no need for dynamic tailq init
Shreyansh Jain
[dpdk-dev] [PATCH v10 04/25] eal/pci: replace PCI devinit/devuninit with probe/remove
Shreyansh Jain
[dpdk-dev] [PATCH v10 05/25] crypto: no need for a crypto pmd type
Shreyansh Jain
[dpdk-dev] [PATCH v10 05/25] crypto: no need for a crypto pmd type
Jan Viktorin
[dpdk-dev] [PATCH v10 06/25] drivers: align PCI driver definitions
Shreyansh Jain
[dpdk-dev] [PATCH v10 07/25] eal: introduce PCI device init macros
Shreyansh Jain
[dpdk-dev] [PATCH v10 08/25] driver: init/uninit common wrappers for PCI drivers
Shreyansh Jain
[dpdk-dev] [PATCH v10 09/25] drivers: convert all phy drivers as PCI drivers
Shreyansh Jain
[dpdk-dev] [PATCH v10 10/25] drivers: remove driver register callbacks for crypto/net
Shreyansh Jain
[dpdk-dev] [PATCH v10 11/25] eal/pci: helpers for device name parsing/update
Shreyansh Jain
[dpdk-dev] [PATCH v10 11/25] eal/pci: helpers for device name parsing/update
Pattan, Reshma
[dpdk-dev] [PATCH v10 11/25] eal/pci: helpers for device name parsing/update
Shreyansh Jain
[dpdk-dev] [PATCH v10 11/25] eal/pci: helpers for device name parsing/update
Pattan, Reshma
[dpdk-dev] [PATCH v10 12/25] ethdev: do not scan all PCI devices on attach
Shreyansh Jain
[dpdk-dev] [PATCH v10 13/25] eal: add hotplug operations for PCI and VDEV
Shreyansh Jain
[dpdk-dev] [PATCH v10 14/25] ethdev: convert to EAL hotplug
Shreyansh Jain
[dpdk-dev] [PATCH v10 15/25] ethdev: get rid of device type
Shreyansh Jain
[dpdk-dev] [PATCH v10 16/25] eal: extract vdev infra
Shreyansh Jain
[dpdk-dev] [PATCH v10 17/25] eal: remove PDEV/VDEV unused code
Shreyansh Jain
[dpdk-dev] [PATCH v10 18/25] drivers: convert VDRV to use RTE VDEV Driver
Shreyansh Jain
[dpdk-dev] [PATCH v10 19/25] eal: remove unused PMD types
Shreyansh Jain
[dpdk-dev] [PATCH v10 20/25] eal: include dev headers in place of PCI headers
Shreyansh Jain
[dpdk-dev] [PATCH v10 21/25] eal: rename and move RTE PCI Resources
Shreyansh Jain
[dpdk-dev] [PATCH v10 22/25] eal/pci: inherit RTE driver in PCI driver
Shreyansh Jain
[dpdk-dev] [PATCH v10 23/25] eal: register EAL drivers explicitly
Shreyansh Jain
[dpdk-dev] [PATCH v10 24/25] eal: introduce generalized RTE device
Shreyansh Jain
[dpdk-dev] [PATCH v10 25/25] eal/pci: create RTE device list and fallback on its members
Shreyansh Jain
[dpdk-dev] [PATCH v10 00/25] Introducing rte_driver/rte_device generalization
David Marchand
[dpdk-dev] [PATCH v10 00/25] Introducing rte_driver/rte_device generalization
Shreyansh Jain
[dpdk-dev] [PATCH v11 00/24] Introducing rte_driver/rte_device generalization
Shreyansh Jain
[dpdk-dev] [PATCH v11 01/24] eal: remove duplicate function declaration
Shreyansh Jain
[dpdk-dev] [PATCH v11 02/24] pci: no need for dynamic tailq init
Shreyansh Jain
[dpdk-dev] [PATCH v11 03/24] eal/pci: replace PCI devinit/devuninit with probe/remove
Shreyansh Jain
[dpdk-dev] [PATCH v11 04/24] crypto: no need for a crypto pmd type
Shreyansh Jain
[dpdk-dev] [PATCH v11 05/24] drivers: align PCI driver definitions
Shreyansh Jain
[dpdk-dev] [PATCH v11 06/24] eal: introduce PCI device init macros
Shreyansh Jain
[dpdk-dev] [PATCH v11 07/24] driver: probe/remove common wrappers for PCI drivers
Shreyansh Jain
[dpdk-dev] [PATCH v11 07/24] driver: probe/remove common wrappers for PCI drivers
Thomas Monjalon
[dpdk-dev] [PATCH v11 07/24] driver: probe/remove common wrappers for PCI drivers
Shreyansh Jain
[dpdk-dev] [PATCH v11 08/24] drivers: convert all phy drivers as PCI drivers
Shreyansh Jain
[dpdk-dev] [PATCH v11 09/24] drivers: remove driver register callbacks for crypto/net
Shreyansh Jain
[dpdk-dev] [PATCH v11 10/24] eal/pci: helpers for device name parsing/update
Shreyansh Jain
[dpdk-dev] [PATCH v11 11/24] ethdev: do not scan all PCI devices on attach
Shreyansh Jain
[dpdk-dev] [PATCH v11 12/24] eal: add hotplug operations for PCI and VDEV
Shreyansh Jain
[dpdk-dev] [PATCH v11 13/24] ethdev: convert to EAL hotplug
Shreyansh Jain
[dpdk-dev] [PATCH v11 14/24] ethdev: get rid of device type
Shreyansh Jain
[dpdk-dev] [PATCH v11 15/24] eal: extract vdev infra
Shreyansh Jain
[dpdk-dev] [PATCH v11 16/24] eal: remove PDEV/VDEV unused code
Shreyansh Jain
[dpdk-dev] [PATCH v11 17/24] drivers: convert VDRV to use RTE VDEV Driver
Shreyansh Jain
[dpdk-dev] [PATCH v11 18/24] eal: remove unused PMD types
Shreyansh Jain
[dpdk-dev] [PATCH v11 19/24] eal: include dev headers in place of PCI headers
Shreyansh Jain
[dpdk-dev] [PATCH v11 20/24] eal: rename and move RTE PCI Resources
Shreyansh Jain
[dpdk-dev] [PATCH v11 21/24] eal/pci: inherit RTE driver in PCI driver
Shreyansh Jain
[dpdk-dev] [PATCH v11 22/24] eal: register EAL drivers explicitly
Shreyansh Jain
[dpdk-dev] [PATCH v11 23/24] eal: introduce generalized RTE device
Shreyansh Jain
[dpdk-dev] [PATCH v11 24/24] eal/pci: create RTE device list and fallback on its members
Shreyansh Jain
[dpdk-dev] [PATCH v11 00/24] Introducing rte_driver/rte_device generalization
Matej Vido
[dpdk-dev] [PATCH v11 00/24] Introducing rte_driver/rte_device generalization
Shreyansh Jain
[dpdk-dev] [PATCH v11 00/24] Introducing rte_driver/rte_device generalization
David Marchand
[dpdk-dev] [PATCH v11 00/24] Introducing rte_driver/rte_device generalization
Thomas Monjalon
[dpdk-dev] [PATCH v11 00/24] Introducing rte_driver/rte_device generalization
Shreyansh Jain
[dpdk-dev] [PATCH v11 00/24] Introducing rte_driver/rte_device generalization
Thomas Monjalon
[dpdk-dev] [PATCH v11 00/24] Introducing rte_driver/rte_device generalization
Shreyansh Jain
[dpdk-dev] [PATCH v11 00/24] Introducing rte_driver/rte_device generalization
Ferruh Yigit
[dpdk-dev] [PATCH v11 00/24] Introducing rte_driver/rte_device generalization
Shreyansh Jain
[dpdk-dev] [PATCH v11 00/24] Introducing rte_driver/rte_device generalization
Ferruh Yigit
[dpdk-dev] [PATCH v11 00/24] Introducing rte_driver/rte_device generalization
Shreyansh Jain
[dpdk-dev] [PATCH v11 00/24] Introducing rte_driver/rte_device generalization
Neil Horman
[dpdk-dev] [PATCH v11 00/24] Introducing rte_driver/rte_device generalization
Thomas Monjalon
[dpdk-dev] [PATCH] eal: Initial implementation of PQoS EAL extension
Wojciech Andralojc
[dpdk-dev] [PATCH] eal: Initial implementation of PQoS EAL extension
Thomas Monjalon
[dpdk-dev] [PATCH] eal: Initial implementation of PQoS EAL extension
Kantecki, Tomasz
[dpdk-dev] [PATCH] eal: Initial implementation of PQoS EAL extension
Thomas Monjalon
[dpdk-dev] [PATCH] eal: Initial implementation of PQoS EAL extension
Kantecki, Tomasz
[dpdk-dev] [PATCH] eal: Initial implementation of PQoS EAL extension
Thomas Monjalon
[dpdk-dev] [PATCH] eal: Initial implementation of PQoS EAL extension
Kantecki, Tomasz
[dpdk-dev] [PATCH] eal: Initial implementation of PQoS EAL extension
Thomas Monjalon
[dpdk-dev] [PATCH] eal: Initial implementation of PQoS EAL extension
Bruce Richardson
[dpdk-dev] [PATCH] eal: Initial implementation of PQoS EAL extension
Ananyev, Konstantin
[dpdk-dev] [PATCH] eal: Initial implementation of PQoS EAL extension
Thomas Monjalon
[dpdk-dev] [PATCH] eal: Initial implementation of PQoS EAL extension
Ananyev, Konstantin
[dpdk-dev] [PATCH] eal: Initial implementation of PQoS EAL extension
Thomas Monjalon
[dpdk-dev] [PATCH] eal: Initial implementation of PQoS EAL extension
Ananyev, Konstantin
[dpdk-dev] [PATCH] eal: Initial implementation of PQoS EAL extension
Thomas Monjalon
[dpdk-dev] [PATCH] eal: Initial implementation of PQoS EAL extension
Bruce Richardson
[dpdk-dev] [PATCH] eal: Initial implementation of PQoS EAL extension
Ananyev, Konstantin
[dpdk-dev] [PATCH] eal: Initial implementation of PQoS EAL extension
Thomas Monjalon
[dpdk-dev] [PATCH] lib: Initial implementation of PQoS lib with CAT and CDP support
Wojciech Andralojc
[dpdk-dev] [PATCH] lib: Initial implementation of PQoS lib with CAT and CDP support
Thomas Monjalon
[dpdk-dev] [PATCH 0/5] add dpdk packet capture support for tcpdump
Reshma Pattan
[dpdk-dev] [PATCH 1/5] app/test-pmd: fix nb_rxq and np_txq checks
Reshma Pattan
[dpdk-dev] [PATCH 1/5] app/test-pmd: fix nb_rxq and np_txq checks
De Lara Guarch, Pablo
[dpdk-dev] [PATCH 2/5] drivers/net/pcap: add public api to create pcap device
Reshma Pattan
[dpdk-dev] [PATCH 3/5] app/proc_info: add tcpdump support in secondary process
Reshma Pattan
[dpdk-dev] [PATCH 4/5] lib/librte_eal: add tcpdump support in primary process
Reshma Pattan
[dpdk-dev] [PATCH 5/5] doc: update doc for tcpdump feature
Reshma Pattan
[dpdk-dev] [PATCH v2 0/2] Increase number of next hops for LPM IPv4
Michal Kobylinski
[dpdk-dev] [PATCH v2 1/2] lpm: extend ip4 next_hop and add config structure
Michal Kobylinski
[dpdk-dev] [PATCH v2 1/2] lpm: extend ip4 next_hop and add config structure
Hunt, David
[dpdk-dev] [PATCH v2 1/2] lpm: extend ip4 next_hop and add config structure
Thomas Monjalon
[dpdk-dev] [PATCH v2 1/2] lpm: extend ip4 next_hop and add config structure
Kobylinski, MichalX
[dpdk-dev] [PATCH v2 1/2] lpm: extend ip4 next_hop and add config structure
Thomas Monjalon
[dpdk-dev] [PATCH 2/2] examples: update to use new lpm lib for ip4
Michal Kobylinski
[dpdk-dev] [PATCH 2/2] examples: update to use new lpm lib for ip4
Hunt, David
[dpdk-dev] [PATCH v2 0/2] Increase number of next hops for LPM IPv4
Xu, HuilongX
[dpdk-dev] [PATCH v2 0/2] Increase number of next hops for LPM IPv4
Thomas Monjalon
[dpdk-dev] [PATCH v2 0/2] Increase number of next hops for LPM IPv4
Kobylinski, MichalX
[dpdk-dev] [PATCH v2 0/2] Increase number of next hops for LPM IPv4
Thomas Monjalon
[dpdk-dev] [PATCH v2 0/2] Increase number of next hops for LPM IPv4
Kobylinski, MichalX
[dpdk-dev] [PATCH 0/6] Performance optimizations for mlx5
Adrien Mazarguil
[dpdk-dev] [PATCH 1/6] mlx5: prefetch next TX mbuf header and data
Adrien Mazarguil
[dpdk-dev] [PATCH 2/6] mlx5: reorder TX/RX queue structure
Adrien Mazarguil
[dpdk-dev] [PATCH 3/6] mlx5: remove one indirection level from RX/TX functions
Adrien Mazarguil
[dpdk-dev] [PATCH 4/6] mlx5: process offload flags only when requested
Adrien Mazarguil
[dpdk-dev] [PATCH 5/6] mlx5: avoid lkey retrieval for inlined packets
Adrien Mazarguil
[dpdk-dev] [PATCH 6/6] mlx5: free buffers immediately after completion
Adrien Mazarguil
[dpdk-dev] [PATCH v2 0/7] Performance optimizations for mlx5 and mlx4
Adrien Mazarguil
[dpdk-dev] [PATCH v2 1/7] mlx5: prefetch next TX mbuf header and data
Adrien Mazarguil
[dpdk-dev] [PATCH v2 2/7] mlx5: reorder TX/RX queue structure
Adrien Mazarguil
[dpdk-dev] [PATCH v2 3/7] mlx5: remove one indirection level from RX/TX functions
Adrien Mazarguil
[dpdk-dev] [PATCH v2 4/7] mlx5: process offload flags only when requested
Adrien Mazarguil
[dpdk-dev] [PATCH v2 5/7] mlx5: avoid lkey retrieval for inlined packets
Adrien Mazarguil
[dpdk-dev] [PATCH v2 6/7] mlx5: free buffers immediately after completion
Adrien Mazarguil
[dpdk-dev] [PATCH v2 7/7] mlx: use aligned memory to register regions
Adrien Mazarguil
[dpdk-dev] [PATCH v3 0/7] Performance optimizations for mlx5 and mlx4
Adrien Mazarguil
[dpdk-dev] [PATCH v3 1/7] mlx5: prefetch next TX mbuf header and data
Adrien Mazarguil
[dpdk-dev] [PATCH v3 2/7] mlx5: reorder TX/RX queue structure
Adrien Mazarguil
[dpdk-dev] [PATCH v3 3/7] mlx5: remove one indirection level from RX/TX functions
Adrien Mazarguil
[dpdk-dev] [PATCH v3 4/7] mlx5: process offload flags only when requested
Adrien Mazarguil
[dpdk-dev] [PATCH v3 5/7] mlx5: avoid lkey retrieval for inlined packets
Adrien Mazarguil
[dpdk-dev] [PATCH v3 6/7] mlx5: free buffers immediately after completion
Adrien Mazarguil
[dpdk-dev] [PATCH v3 7/7] mlx: use aligned memory to register regions
Adrien Mazarguil
[dpdk-dev] [PATCH v3 0/7] Performance optimizations for mlx5 and mlx4
Bruce Richardson
[dpdk-dev] [PATCH 0/5] Add flow director and RX VLAN stripping support
Adrien Mazarguil
[dpdk-dev] [PATCH 1/5] mlx5: refactor special flows handling
Adrien Mazarguil
[dpdk-dev] [PATCH 2/5] mlx5: add special flows (broadcast and IPv6 multicast)
Adrien Mazarguil
[dpdk-dev] [PATCH 3/5] mlx5: make flow steering rule generator more generic
Adrien Mazarguil
[dpdk-dev] [PATCH 4/5] mlx5: add support for flow director
Adrien Mazarguil
[dpdk-dev] [PATCH 4/5] mlx5: add support for flow director
Bruce Richardson
[dpdk-dev] [PATCH 4/5] mlx5: add support for flow director
Adrien Mazarguil
[dpdk-dev] [PATCH 4/5] mlx5: add support for flow director
Bruce Richardson
[dpdk-dev] [PATCH 4/5] mlx5: add support for flow director
Thomas Monjalon
[dpdk-dev] [PATCH 4/5] mlx5: add support for flow director
Adrien Mazarguil
[dpdk-dev] [PATCH 5/5] mlx5: add support for RX VLAN stripping
Adrien Mazarguil
[dpdk-dev] [PATCH 0/5] Add flow director and RX VLAN stripping support
Bruce Richardson
[dpdk-dev] [PATCH 0/5] Add flow director and RX VLAN stripping support
Adrien Mazarguil
[dpdk-dev] [PATCH v2 0/5] Add flow director and RX VLAN stripping support
Adrien Mazarguil
[dpdk-dev] [PATCH v2 1/5] mlx5: refactor special flows handling
Adrien Mazarguil
[dpdk-dev] [PATCH v2 2/5] mlx5: add special flows (broadcast and IPv6 multicast)
Adrien Mazarguil
[dpdk-dev] [PATCH v2 3/5] mlx5: make flow steering rule generator more generic
Adrien Mazarguil
[dpdk-dev] [PATCH v2 4/5] mlx5: add support for flow director
Adrien Mazarguil
[dpdk-dev] [PATCH v2 5/5] mlx5: add support for RX VLAN stripping
Adrien Mazarguil
[dpdk-dev] [PATCH v3 0/5] Add flow director and RX VLAN stripping support
Adrien Mazarguil
[dpdk-dev] [PATCH v3 1/5] mlx5: refactor special flows handling
Adrien Mazarguil
[dpdk-dev] [PATCH v3 2/5] mlx5: add special flows (broadcast and IPv6 multicast)
Adrien Mazarguil
[dpdk-dev] [PATCH v3 3/5] mlx5: make flow steering rule generator more generic
Adrien Mazarguil
[dpdk-dev] [PATCH v3 4/5] mlx5: add support for flow director
Adrien Mazarguil
[dpdk-dev] [PATCH v3 5/5] mlx5: add support for RX VLAN stripping
Adrien Mazarguil
[dpdk-dev] [PATCH v3 0/5] Add flow director and RX VLAN stripping support
Bruce Richardson
[dpdk-dev] [PATCH] mlx5: fix header generation in parallel builds
Adrien Mazarguil
[dpdk-dev] [PATCH] mlx5: fix header generation in parallel builds
Bruce Richardson
[dpdk-dev] [PATCH] doc: minor correction in document
Ferruh Yigit
[dpdk-dev] [PATCH] doc: minor correction in document
Mcnamara, John
[dpdk-dev] [PATCH] doc: minor correction in document
Yigit, Ferruh
[dpdk-dev] [PATCH v2] doc: minor correction in document
Ferruh Yigit
[dpdk-dev] [PATCH v2] doc: minor correction in document
Thomas Monjalon
[dpdk-dev] [PATCH] ixgbe: fix x550 VF tx issue
Wenzhuo Lu
[dpdk-dev] [PATCH] ixgbe: fix x550 VF tx issue
Xu, HuilongX
[dpdk-dev] [PATCH] ixgbe: fix x550 VF tx issue
Ananyev, Konstantin
[dpdk-dev] [PATCH] ixgbe: fix x550 VF tx issue
Lu, Wenzhuo
[dpdk-dev] [PATCH 0/8] support E-tag offloading and forwarding on Intel X550 NIC
Wenzhuo Lu
[dpdk-dev] [PATCH 1/8] ixgbe: select pool by MAC when using double VLAN
Wenzhuo Lu
[dpdk-dev] [PATCH 2/8] lib/librte_ether: support l2 tunnel config
Wenzhuo Lu
[dpdk-dev] [PATCH 3/8] ixgbe: support l2 tunnel config
Wenzhuo Lu
[dpdk-dev] [PATCH 4/8] app/testpmd: add CLIs for l2 tunnel config
Wenzhuo Lu
[dpdk-dev] [PATCH 5/8] lib/librte_ether: support new l2 tunnel operation
Wenzhuo Lu
[dpdk-dev] [PATCH 6/8] ixgbe: support l2 tunnel operation
Wenzhuo Lu
[dpdk-dev] [PATCH 7/8] app/testpmd: add CLIs for E-tag operation
Wenzhuo Lu
[dpdk-dev] [PATCH 8/8] doc: add release note for E-tag
Wenzhuo Lu
[dpdk-dev] [PATCH 8/8] doc: add release note for E-tag
Mcnamara, John
[dpdk-dev] [PATCH 0/8] support E-tag offloading and forwarding on Intel X550 NIC
Qiu, Michael
[dpdk-dev] [PATCH 0/8] support E-tag offloading and forwarding on Intel X550 NIC
Lu, Wenzhuo
[dpdk-dev] [PATCH 0/8] support E-tag offloading and forwarding on Intel X550 NIC
Yuanhan Liu
[dpdk-dev] [PATCH 0/8] support E-tag offloading and forwarding on Intel X550 NIC
Lu, Wenzhuo
[dpdk-dev] [PATCH 0/8] support E-tag offloading and forwarding on Intel X550 NIC
Yuanhan Liu
[dpdk-dev] [PATCH 0/8] support E-tag offloading and forwarding on Intel X550 NIC
Lu, Wenzhuo
[dpdk-dev] [PATCH 0/8] support E-tag offloading and forwarding on Intel X550 NIC
Qiu, Michael
[dpdk-dev] [PATCH 0/8] support E-tag offloading and forwarding on Intel X550 NIC
Lu, Wenzhuo
[dpdk-dev] [PATCH v2 0/7] support E-tag offloading and forwarding on Intel X550 NIC
Wenzhuo Lu
[dpdk-dev] [PATCH v2 1/7] ixgbe: select pool by MAC when using double VLAN
Wenzhuo Lu
[dpdk-dev] [PATCH v2 2/7] lib/librte_ether: support l2 tunnel config
Wenzhuo Lu
[dpdk-dev] [PATCH v2 2/7] lib/librte_ether: support l2 tunnel config
Bruce Richardson
[dpdk-dev] [PATCH v2 2/7] lib/librte_ether: support l2 tunnel config
Lu, Wenzhuo
[dpdk-dev] [PATCH v2 2/7] lib/librte_ether: support l2 tunnel config
Stephen Hemminger
[dpdk-dev] [PATCH v2 2/7] lib/librte_ether: support l2 tunnel config
Lu, Wenzhuo
[dpdk-dev] [PATCH v2 3/7] ixgbe: support l2 tunnel config
Wenzhuo Lu
Earlier messages
Later messages