From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] kni: fix build with Linux 3.17 Date: Fri, 29 Aug 2014 16:37:18 +0200 Message-ID: <2664682.PEmmG1HY5z@xps13> References: <1408365899-29179-1-git-send-email-aaro.koskinen@nsn.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev-VfR2kkLFssw@public.gmane.org To: Aaro Koskinen Return-path: In-Reply-To: <1408365899-29179-1-git-send-email-aaro.koskinen-OYasijW0DpE@public.gmane.org> 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" > In the series of ever-lasting ugly #ifdefs trying make out-of-tree > drivers to support latest mainline kernel... > > Signed-off-by: Aaro Koskinen Acked-by: Thomas Monjalon Applied with this commit log: Since Linux commit "set name_assign_type in alloc_netdev" (c835a677331495), the function alloc_netdev takes a new parameter (name_assign_type) whose default value is NET_NAME_UNKNOWN. Thanks -- Thomas