From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v2] kni: fix vhost-kni compile errors Date: Mon, 11 Apr 2016 22:43:28 +0200 Message-ID: <3365929.VPZjm49i9N@xps13> References: <1669957.aOl2YMNTtp@xps13> <1460399408-8513-1-git-send-email-ferruh.yigit@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, Helin Zhang To: Ferruh Yigit Return-path: Received: from mail-wm0-f42.google.com (mail-wm0-f42.google.com [74.125.82.42]) by dpdk.org (Postfix) with ESMTP id 91F6EDE0 for ; Mon, 11 Apr 2016 22:43:30 +0200 (CEST) Received: by mail-wm0-f42.google.com with SMTP id f198so161522108wme.0 for ; Mon, 11 Apr 2016 13:43:30 -0700 (PDT) In-Reply-To: <1460399408-8513-1-git-send-email-ferruh.yigit@intel.com> List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 2016-04-11 19:30, Ferruh Yigit: > fix vhost-kni compile errors because of Linux kernel API changes > > - SOCK_ASYNC_WAITDATA renamed to SOCKWQ_ASYNC_WAITDATA > Linux commit id: 9cd3e072 > Updated in Linux kernel 4.4 > > - sk_alloc() gets new parameter > Linux commit id: 11aa9c28b > Updated in Linux kernel 4.2 > New parameter is: "@kern: is this to be a kernel socket?" > > Reported-by: chintu hetam > Signed-off-by: Ferruh Yigit Applied, thanks