On Tue, 2017-09-19 at 00:34 -0700, Petar Penkov wrote: > Changes TUN driver to use napi_gro_receive() upon receiving packets > rather than netif_rx_ni(). Adds flag CONFIG_TUN_NAPI that enables > these changes and operation is not affected if the flag is disabled. > SKBs are constructed upon packet arrival and are queued to be > processed later. >
> > Signed-off-by: Petar Penkov <peterpenko...@gmail.com> > Cc: Eric Dumazet <eduma...@google.com> > Cc: Mahesh Bandewar <mahe...@google.com> > Cc: Willem de Bruijn <will...@google.com> > Cc: da...@davemloft.net > Cc: ppen...@stanford.edu > --- Very nice, thanks a lot Petar. Acked-by: Eric Dumazet <eduma...@google.com>