Re: [PATCH net-next] net: busy-poll: remove LL_FLUSH_FAILED and LL_FLUSH_BUSY

2017-02-13 Thread David Miller
From: Eric Dumazet Date: Fri, 10 Feb 2017 05:46:46 -0800 > From: Eric Dumazet > > Commit 79e7fff47b7b ("net: remove support for per driver > ndo_busy_poll()") made them obsolete. > > Signed-off-by: Eric Dumazet Applied, thanks Eric.

[PATCH net-next] net: busy-poll: remove LL_FLUSH_FAILED and LL_FLUSH_BUSY

2017-02-10 Thread Eric Dumazet
From: Eric Dumazet Commit 79e7fff47b7b ("net: remove support for per driver ndo_busy_poll()") made them obsolete. Signed-off-by: Eric Dumazet --- include/net/busy_poll.h |4 net/core/dev.c |3 --- 2 files changed, 7 deletions(-) diff --git a/include/net/busy_poll.h b/inc