diff options
author | Steven <sluong@cisco.com> | 2018-04-17 17:46:15 -0700 |
---|---|---|
committer | Damjan Marion <dmarion.lists@gmail.com> | 2018-04-18 05:18:54 +0000 |
commit | 684d08c7e5378af5310346e9219a79ef1d901084 (patch) | |
tree | 248a393b383bc173a7ae37f9d90f93f79cac90ce /src/vppinfra.am | |
parent | 8640dbdb7292d8d206aab3a90551d93798c9c50c (diff) |
dpdk: resurrect removed code [VPP-1245]
https://gerrit.fd.io/r/#/c/7701/ accidentally removed 3 lines of code in
dpdk/device/init.c which were added by https://gerrit.fd.io/r/#/c/7826/
case VNET_DPDK_PMD_VHOST_ETHER:
xd->port_type = VNET_DPDK_PORT_TYPE_VHOST_ETHER;
break;
Those lines were needed to recognize vhost-user interface which is created
via vdev command in dpdk and display VhostEthernet. Without them,
UnknownEthernet is displayed.
Change-Id: I6d7ee6aecc6a415fbb7308595d515649475bcd5f
Signed-off-by: Steven <sluong@cisco.com>
Diffstat (limited to 'src/vppinfra.am')
0 files changed, 0 insertions, 0 deletions