Re: [PATCH net-next] macvlan: add offload features for encapsulation

2017-08-18 Thread David Miller
From: Dimitris Michailidis Date: Wed, 16 Aug 2017 14:34:46 -0700 > Currently macvlan devices do not set their hw_enc_features making > encapsulated Tx packets resort to SW fallbacks. Add encapsulation GSO > offloads to ->features as is done for the other GSOs and set > ->hw_enc_features. > > Sig

[PATCH net-next] macvlan: add offload features for encapsulation

2017-08-16 Thread Dimitris Michailidis
Currently macvlan devices do not set their hw_enc_features making encapsulated Tx packets resort to SW fallbacks. Add encapsulation GSO offloads to ->features as is done for the other GSOs and set ->hw_enc_features. Signed-off-by: Dimitris Michailidis --- drivers/net/macvlan.c | 3 ++- 1 file ch