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:
parent
816d76c53e
commit
b96c5b22cb
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user