From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] net/tap: fix IFF_MULTI_QUEUE in older kernels not found Date: Fri, 20 Jan 2017 18:37:02 +0100 Message-ID: <41255598.15ycqU0tmE@xps13> References: <2f632e65-90de-c2b7-ed67-34e3432cefae@intel.com> <20170120143025.23710-1-keith.wiles@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org To: Ferruh Yigit , Keith Wiles Return-path: Received: from mail-wm0-f41.google.com (mail-wm0-f41.google.com [74.125.82.41]) by dpdk.org (Postfix) with ESMTP id 902052B83 for ; Fri, 20 Jan 2017 18:37:04 +0100 (CET) Received: by mail-wm0-f41.google.com with SMTP id c206so55129020wme.0 for ; Fri, 20 Jan 2017 09:37:04 -0800 (PST) In-Reply-To: List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 2017-01-20 16:11, Ferruh Yigit: > On 1/20/2017 2:30 PM, Keith Wiles wrote: > > Signed-off-by: Keith Wiles > > Reviewed-by: Ferruh Yigit > > Hi Thomas, > > Although this is a driver patch, would you mind getting it to the main > tree to fix build error asap (instead of waiting next integration)? Applied, thanks