e1000: minor changes
Signed-off-by: Intel
This commit is contained in:
parent
02331c16ec
commit
b967915a03
@ -186,5 +186,4 @@ uint16_t eth_em_recv_pkts(void *rx_queue, struct rte_mbuf **rx_pkts,
|
||||
uint16_t eth_em_recv_scattered_pkts(void *rx_queue, struct rte_mbuf **rx_pkts,
|
||||
uint16_t nb_pkts);
|
||||
|
||||
|
||||
#endif /* _E1000_ETHDEV_H_ */
|
||||
|
@ -726,8 +726,8 @@ eth_igb_start(struct rte_eth_dev *dev)
|
||||
if (dev->data->dev_conf.intr_conf.lsc != 0)
|
||||
ret = eth_igb_lsc_interrupt_setup(dev);
|
||||
|
||||
/* resume enabled intr since hw reset */
|
||||
igb_intr_enable(dev);
|
||||
/* resume enabled intr since hw reset */
|
||||
igb_intr_enable(dev);
|
||||
|
||||
PMD_INIT_LOG(DEBUG, "<<");
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user