Re: [PATCH net-next 2/8] xen-netback: remove GSO information from xenvif_rx_meta

2015-10-26 Thread Wei Liu
On Wed, Oct 21, 2015 at 11:36:19AM +0100, Paul Durrant wrote: > The code in net_rx_action() that builds rx responses has direct access > to the skb so there is no need to copy this information into the meta > structure. > > This patch removes the extraneous fields, saves space in the array and >

[PATCH net-next 2/8] xen-netback: remove GSO information from xenvif_rx_meta

2015-10-21 Thread Paul Durrant
The code in net_rx_action() that builds rx responses has direct access to the skb so there is no need to copy this information into the meta structure. This patch removes the extraneous fields, saves space in the array and removes many lines of code. Signed-off-by: Paul Durrant