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 <redacted>
Cc: Eric Dumazet <edumazet@google.com>
Cc: Mahesh Bandewar <redacted>
Cc: Willem de Bruijn <willemb@google.com>
Cc: davem@davemloft.net
Cc: ppenkov@stanford.edu
---
Very nice, thanks a lot Petar.
Acked-by: Eric Dumazet <edumazet@google.com>