Re: [PATCH next v4 0/3] IPvlan misc patches

2016-02-21 Thread David Miller
From: Mahesh Bandewar Date: Sat, 20 Feb 2016 19:31:22 -0800 > From: Mahesh Bandewar > > This is a collection of unrelated patches for IPvlan driver. > a. crub_skb() changes are added to ensure that the packets hit the > NF_HOOKS in masters' ns in L3 mode. > b. u16 change is bug fix while > c. t

[PATCH next v4 0/3] IPvlan misc patches

2016-02-21 Thread Mahesh Bandewar
From: Mahesh Bandewar This is a collection of unrelated patches for IPvlan driver. a. crub_skb() changes are added to ensure that the packets hit the NF_HOOKS in masters' ns in L3 mode. b. u16 change is bug fix while c. the third patch is to group tx/rx variables in single cacheline Mahesh Bande