From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v2] net/tap: fix RTE_PMD_TAP_MAX_QUEUES redefinition Date: Thu, 06 Apr 2017 16:28:45 +0200 Message-ID: <1676896.ol9UI62KMT@xps13> References: <435e323dd3883c32d62590b633f6d1095599f270.1491469372.git.pascal.mazon@6wind.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org To: Pascal Mazon Return-path: Received: from mail-wr0-f177.google.com (mail-wr0-f177.google.com [209.85.128.177]) by dpdk.org (Postfix) with ESMTP id 31FB62BF5 for ; Thu, 6 Apr 2017 16:28:47 +0200 (CEST) Received: by mail-wr0-f177.google.com with SMTP id g19so21095770wrb.0 for ; Thu, 06 Apr 2017 07:28:47 -0700 (PDT) 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-04-06 16:18, Pascal Mazon: > This macro was defined twice. > On machines with kernel < 3.8, IFF_MULTI_QUEUE didn't exist, and thus > both definitions used different values. > > Fixes: cf5643661161 ("net/tap: move private elements to external header") > > Signed-off-by: Pascal Mazon Applied, thanks