ethdev: add speed capabilities
authorMarc Sune <marcdevel@gmail.com>
Thu, 31 Mar 2016 22:12:28 +0000 (00:12 +0200)
committerThomas Monjalon <thomas.monjalon@6wind.com>
Fri, 1 Apr 2016 19:38:34 +0000 (21:38 +0200)
commite274f57322253a0da4b565f8df0175503c67258d
tree6de6badb446f13553baeb0f125906290b83b252e
parent39fd068a27237ff0f825d8efd9ba9ed9a28cacb0
ethdev: add speed capabilities

The speed capabilities of a device can be retrieved with
rte_eth_dev_info_get().

The new field speed_capa is initialized in the drivers without
taking care of device characteristics in this patch.
When the capabilities of a driver are accurate, the table in
overview.rst must be filled.

Signed-off-by: Marc Sune <marcdevel@gmail.com>
14 files changed:
doc/guides/nics/overview.rst
doc/guides/rel_notes/release_16_04.rst
drivers/net/bnx2x/bnx2x_ethdev.c
drivers/net/cxgbe/cxgbe_ethdev.c
drivers/net/e1000/em_ethdev.c
drivers/net/e1000/igb_ethdev.c
drivers/net/ena/ena_ethdev.c
drivers/net/fm10k/fm10k_ethdev.c
drivers/net/i40e/i40e_ethdev.c
drivers/net/ixgbe/ixgbe_ethdev.c
drivers/net/mlx4/mlx4.c
drivers/net/mlx5/mlx5_ethdev.c
drivers/net/nfp/nfp_net.c
lib/librte_ether/rte_ethdev.h