net/ice: fix Tx function setting

The TX setting functions is not called.

Fixes: 17c7d0f9d6 ("net/ice: support basic Rx/Tx")
Cc: stable@dpdk.org

Signed-off-by: Wenzhuo Lu <wenzhuo.lu@intel.com>
Acked-by: Qi Zhang <qi.z.zhang@intel.com>
This commit is contained in:
Wenzhuo Lu 2019-03-26 14:16:44 +08:00 committed by Ferruh Yigit
parent 816d76c53e
commit b96c5b22cb

View File

@ -1741,6 +1741,7 @@ ice_dev_start(struct rte_eth_dev *dev)
}
ice_set_rx_function(dev);
ice_set_tx_function(dev);
mask = ETH_VLAN_STRIP_MASK | ETH_VLAN_FILTER_MASK |
ETH_VLAN_EXTEND_MASK;