Coordinate known Ethernet speeds with Linux kernel and DPDK 34/11034/4
authorLee Roberts <lee.roberts@hpe.com>
Thu, 8 Mar 2018 03:18:48 +0000 (20:18 -0700)
committerDamjan Marion <dmarion.lists@gmail.com>
Fri, 9 Mar 2018 19:46:27 +0000 (19:46 +0000)
commit03f47f1e738051db1412a93c2b90a7426f81f648
treee795043ed30adef8c3a17495b0c6a9d88f9bdb94
parent45a09462ad4f64251d1302fb6fdca5cfef1d2f24
Coordinate known Ethernet speeds with Linux kernel and DPDK

Linux kernel and DPDK recognize the following Ethernet speeds:
10M, 100M, 1G, 2.5G, 5G, 10G, 20G, 25G, 40G, 50G, 56G and 100G.
Add consistent Ethernet speeds to VPP.

Change-Id: I4cfcf378fb34425c1206db5aa2f6bdcc66e0a6ab
Signed-off-by: Lee Roberts <lee.roberts@hpe.com>
src/plugins/dpdk/device/dpdk.h
src/plugins/dpdk/device/format.c
src/plugins/dpdk/device/init.c
src/vnet/interface.h
src/vpp/api/test_client.c