Re: [PATCH net-next] gue: Implement direction IP encapsulation

2016-06-07 Thread David Miller
From: Tom Herbert Date: Mon, 6 Jun 2016 16:06:02 -0700 > This patch implements direct encapsulation of IPv4 and IPv6 packets > in UDP. This is done a version "1" of GUE and as explained in I-D > draft-ietf-nvo3-gue-03. > > Changes here are only in the receive path, fou with IPxIPx already > supp

[PATCH net-next] gue: Implement direction IP encapsulation

2016-06-06 Thread Tom Herbert
This patch implements direct encapsulation of IPv4 and IPv6 packets in UDP. This is done a version "1" of GUE and as explained in I-D draft-ietf-nvo3-gue-03. Changes here are only in the receive path, fou with IPxIPx already supports the transmit side. Both the normal receive path and GRO path are