Re: [PATCH v4 net-next 0/5] tunneling: Add support for hardware-offloaded encapsulation

2012-12-08 Thread David Miller
From: Joseph Gasparakis Date: Fri, 7 Dec 2012 16:14:13 -0800 > The series contains updates to add in the NIC Rx and Tx checksumming > support for encapsulated packets. Ok, all applied (except the ixgbe patch, of course), thanks. -- To unsubscribe from this list: send the line "unsubscribe

Re: [PATCH v4 net-next 0/5] tunneling: Add support for hardware-offloaded encapsulation

2012-12-08 Thread David Miller
From: Joseph Gasparakis joseph.gaspara...@intel.com Date: Fri, 7 Dec 2012 16:14:13 -0800 The series contains updates to add in the NIC Rx and Tx checksumming support for encapsulated packets. Ok, all applied (except the ixgbe patch, of course), thanks. -- To unsubscribe from this list: send

[PATCH v4 net-next 0/5] tunneling: Add support for hardware-offloaded encapsulation

2012-12-07 Thread Joseph Gasparakis
The series contains updates to add in the NIC Rx and Tx checksumming support for encapsulated packets. The sk_buff needs to somehow have information of the inner packet, and adding three fields for the inner mac, network and transport headers was the prefered approach. Not adding these fields

[PATCH v4 net-next 0/5] tunneling: Add support for hardware-offloaded encapsulation

2012-12-07 Thread Joseph Gasparakis
The series contains updates to add in the NIC Rx and Tx checksumming support for encapsulated packets. The sk_buff needs to somehow have information of the inner packet, and adding three fields for the inner mac, network and transport headers was the prefered approach. Not adding these fields