[dpdk-dev] [PATCH] ethdev: add support for device offload capabilities

2013-04-16 Thread Ivan Boule
1) Make device RX and TX offload capabilities to be returned in the rte_eth_dev_info data structure by the function rte_eth_dev_info_get The following initial set of RX offload capabilities are defined: - VLAN header stripping - IPv4 header checksum check - UDP checksum check - T

[dpdk-dev] [PATCH] pci: fix probing blacklisted device with RTE_PCI_DRV_MULTIPLE flag

2013-04-16 Thread Thomas Monjalon
pushed, thanks ! 16/04/2013 10:31, Julien Courtat : > When blacklisting network adapters that share a PCI bus address with multiple > ports such as Mellanox ConnectX-3 (librte_pmd_mlx4), RTE applications > enter infinite loops while probing PCI devices. > > This commit removes this probe on subse

[dpdk-dev] [PATCH] ethdev: add support for device offload capabilities

2013-04-16 Thread Thomas Monjalon
Acked and pushed, thanks ! -- Thomas

[dpdk-dev] [PATCH] pci: fix probing blacklisted device with RTE_PCI_DRV_MULTIPLE flag

2013-04-16 Thread Julien Courtat
When blacklisting network adapters that share a PCI bus address with multiple ports such as Mellanox ConnectX-3 (librte_pmd_mlx4), RTE applications enter infinite loops while probing PCI devices. This commit removes this probe on subsequent instances for blacklisted devices that have RTE_PCI_DRV_M