[dpdk-dev] [RFC PATCH 0/2] ethdev: add port speed capability bitmap

2015-05-25 Thread Marc Sune
Any objections to this one? Otherwise I will rebase and propose a formal patch marc On 12/05/15 01:45, Marc Sune wrote: > The current rte_eth_dev_info abstraction does not provide any mechanism to > know the supported speed(s) of an ethdev. > > For some drivers (e.g. ixgbe), an educated guess ca

[dpdk-dev] [RFC PATCH 0/2] ethdev: add port speed capability bitmap

2015-05-12 Thread Marc Sune
The current rte_eth_dev_info abstraction does not provide any mechanism to know the supported speed(s) of an ethdev. For some drivers (e.g. ixgbe), an educated guess can be done based on the driver's name (driver_name in rte_eth_dev_info), see: http://dpdk.org/ml/archives/dev/2013-August/000412.h