From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Dichtel Subject: Re: [PATCH 3/4] kni: fix build with kernel 3.10 Date: Thu, 12 Sep 2013 18:09:22 +0200 Message-ID: <5231E732.9070900@6wind.com> References: Reply-To: nicolas.dichtel-pdR9zngts4EAvxtiuMwx3w@public.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: quoted-printable To: dev-VfR2kkLFssw@public.gmane.org Return-path: In-Reply-To: List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces-VfR2kkLFssw@public.gmane.org Sender: "dev" Le 29/07/2013 14:44, Thomas Monjalon a =C3=A9crit : > - The flags NETIF_F_HW_VLAN_* have been renamed to NETIF_F_HW_VLAN_CTAG= _*. > See Linux commit f646968f8f7c624587de729115d802372b9063dd. > > - The VLAN protocol must be specified. > See Linux commits 86a9bad3ab6b6f858fd4443b48738cabbb6d094c > and 80d5c3689b886308247da295a228a54df49a44f6. > > Signed-off-by: Thomas Monjalon Acked-by: Nicolas Dichtel