Re: [PATCH net] net: fix harmonize_features() vs NETIF_F_HIGHDMA

2017-01-18 Thread David Miller
From: Eric Dumazet Date: Wed, 18 Jan 2017 12:12:17 -0800 > From: Eric Dumazet > > Ashizuka reported a highmem oddity and sent a patch for freescale > fec driver. > > But the problem root cause is that core networking stack > must ensure no skb with highmem fragment is ever sent through > a dev

[PATCH net] net: fix harmonize_features() vs NETIF_F_HIGHDMA

2017-01-18 Thread Eric Dumazet
From: Eric Dumazet Ashizuka reported a highmem oddity and sent a patch for freescale fec driver. But the problem root cause is that core networking stack must ensure no skb with highmem fragment is ever sent through a device that does not assert NETIF_F_HIGHDMA in its features. We need to call