Do not call watchdog function while frames are received.
This commit is contained in:
parent
93a7cd4c52
commit
9bb5b431e8
|
|
@ -6798,6 +6798,7 @@ static struct sk_buff *igb_fetch_rx_buffer(struct igb_ring *rx_ring,
|
|||
page_address(rx_buffer->page) + rx_buffer->page_offset;
|
||||
unsigned int size = le16_to_cpu(rx_desc->wb.upper.length);
|
||||
ecdev_receive(adapter->ecdev, va, size);
|
||||
adapter->ec_watchdog_jiffies = jiffies;
|
||||
igb_reuse_rx_page(rx_ring, rx_buffer);
|
||||
}
|
||||
else {
|
||||
|
|
|
|||
Loading…
Reference in New Issue