From mboxrd@z Thu Jan 1 00:00:00 1970 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) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=6wind-com.20150623.gappssmtp.com; s=20150623; h=from:to:cc:subject:date:message-id:user-agent:in-reply-to :references:mime-version:content-transfer-encoding; bh=zLy3SulQPSJhnADAys2+92CGC434QEIspbN03B57S4w=; b=ZXt6Tg1BLT8SpIKi8EUfryg45octa71RDmH4arMhc7awyeb9ls/k4JGWzJ9HpD93bC PbR4UTD708W115hihTzcr2K1MeiVhU5x8uTsgch2EmnrD/o/6EwfGBxi97eQg43diuBX 59thhadVKueLJnEfp9alFfWbPZ4PYOqinB0OJESvHiTWnu6arGiJ3cF/aW0a9Y0Nd4Wu ztpTH2zDZosCZDlUN5o4DQW3J0f0xv13+PaQYTvJPJwbLGXzM2QfV7v8IlTMBEawHU02 XUZrAvok+WenriRh7lWvGS+L88dL/3eaVstLy/iuNukFqfSvEgI0duk0ylOO6vgGZ8JU Vhyg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id:user-agent :in-reply-to:references:mime-version:content-transfer-encoding; bh=zLy3SulQPSJhnADAys2+92CGC434QEIspbN03B57S4w=; b=j+9juVKLfvoaZURB+Fo4CsbNY1M28+8nX0nJDJbbXZMBGCuvxLrgc+1JVOh08vExqU D3U5jzRJx3RhYolxoe9GelY/axqW/UYC8d/Drt3fT5mAcv+PBDrqBAX+jUr56/sNxmHK N5QTyiqTL8u5/M0vDFQo2hL3sWK/SyDPKFJXGOpTuRJxhprw5h5WIhOVnHj4BXcVhAdj Q9bCsM+l9Baj8uDq258XxWyjUItZH/qh97+ekMWhOBCX/zBft+8z+b5y26evkRU+1wuI s+v3sMJKhcoKzEWSs/YNTALqUAiJWZHnwiL4D3NGXo4rdDKlREF1h0dgMjtyvNaA1dCF NHQw== X-Gm-Message-State: AFeK/H3stc+xCczev7IdmdTI2+pX7ZAPWk2R89PvFoiVO5u84fYnPb4YABy+ao/bLlYpuYjo X-Received: by 10.28.73.84 with SMTP id w81mr24868665wma.113.1491488926960; Thu, 06 Apr 2017 07:28:46 -0700 (PDT) Received: from xps13.localnet (184.203.134.77.rev.sfr.net. [77.134.203.184]) by smtp.gmail.com with ESMTPSA id r5sm2342284wra.50.2017.04.06.07.28.46 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 06 Apr 2017 07:28:46 -0700 (PDT) From: Thomas Monjalon To: Pascal Mazon Cc: dev@dpdk.org Date: Thu, 06 Apr 2017 16:28:45 +0200 Message-ID: <1676896.ol9UI62KMT@xps13> User-Agent: KMail/4.14.10 (Linux/4.5.4-1-ARCH; KDE/4.14.11; x86_64; ; ) In-Reply-To: References: <435e323dd3883c32d62590b633f6d1095599f270.1491469372.git.pascal.mazon@6wind.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH v2] net/tap: fix RTE_PMD_TAP_MAX_QUEUES redefinition X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Apr 2017 14:28:47 -0000 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