e1000e: Flush all receive queues on receive enable

Before this patch first netdev queue only was flushed.

Signed-off-by: Dmitry Fleytman <dmitry@daynix.com>
Signed-off-by: Jason Wang <jasowang@redhat.com>
This commit is contained in:
Dmitry Fleytman 2016-09-15 09:14:24 +03:00 committed by Jason Wang
parent 47f9f15831
commit 6ee0e20b65
3 changed files with 5 additions and 2 deletions

View file

@ -953,7 +953,7 @@ e1000e_has_rxbufs(E1000ECore *core, const E1000E_RingInfo *r,
core->rx_desc_buf_size;
}
static inline void
void
e1000e_start_recv(E1000ECore *core)
{
int i;