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 <[email protected]> > Cc: Eric Dumazet <[email protected]> > Cc: Mahesh Bandewar <[email protected]> > Cc: Willem de Bruijn <[email protected]> > Cc: [email protected] > Cc: [email protected] > --- Very nice, thanks a lot Petar. Acked-by: Eric Dumazet <[email protected]>
