On Fri, 2017-02-03 at 17:18 -0500, David Miller wrote: > From: Eric Dumazet <eric.duma...@gmail.com> > Date: Thu, 02 Feb 2017 18:43:28 -0800 > > > From: Eric Dumazet <eduma...@google.com> > > > > We added generic support for busy polling in NAPI layer in linux-4.5 > > > > No network driver uses ndo_busy_poll() anymore, we can get rid > > of the pointer in struct net_device_ops, and its use in sk_busy_loop() > > > > Saves NETIF_F_BUSY_POLL features bit. > > > > Signed-off-by: Eric Dumazet <eduma...@google.com> > > Applied.
Nice ! Thanks !