dpdk: Add E810 family support
Change-Id: Id5b30d7a394551844a79b3d222d2d26194d033df Signed-off-by: ChenminSun <chenmin.sun@intel.com>
This commit is contained in:
committed by
Damjan Marion
parent
2331e48ff9
commit
53ba544d78
@@ -68,6 +68,7 @@ extern vlib_node_registration_t admin_up_down_process_node;
|
||||
_ ("net_ixgbe_vf", IXGBEVF) \
|
||||
_ ("net_i40e", I40E) \
|
||||
_ ("net_i40e_vf", I40EVF) \
|
||||
_ ("net_ice", ICE) \
|
||||
_ ("net_virtio", VIRTIO) \
|
||||
_ ("net_enic", ENIC) \
|
||||
_ ("net_vmxnet3", VMXNET3) \
|
||||
|
||||
@@ -283,6 +283,10 @@ format_dpdk_device_type (u8 * s, va_list * args)
|
||||
dev_type = "Intel X710/XL710 Family VF";
|
||||
break;
|
||||
|
||||
case VNET_DPDK_PMD_ICE:
|
||||
dev_type = "Intel E810 Family";
|
||||
break;
|
||||
|
||||
case VNET_DPDK_PMD_FM10K:
|
||||
dev_type = "Intel FM10000 Family Ethernet Switch";
|
||||
break;
|
||||
|
||||
@@ -388,6 +388,7 @@ dpdk_lib_init (dpdk_main_t * dm)
|
||||
case VNET_DPDK_PMD_IGB:
|
||||
case VNET_DPDK_PMD_IXGBE:
|
||||
case VNET_DPDK_PMD_I40E:
|
||||
case VNET_DPDK_PMD_ICE:
|
||||
xd->port_type = port_type_from_speed_capa (&dev_info);
|
||||
xd->supported_flow_actions = VNET_FLOW_ACTION_MARK |
|
||||
VNET_FLOW_ACTION_REDIRECT_TO_NODE |
|
||||
|
||||
Reference in New Issue
Block a user