From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wm0-f53.google.com (mail-wm0-f53.google.com [74.125.82.53]) by dpdk.org (Postfix) with ESMTP id 1F32E594E for ; Mon, 27 Jun 2016 19:05:47 +0200 (CEST) Received: by mail-wm0-f53.google.com with SMTP id f126so108652776wma.1 for ; Mon, 27 Jun 2016 10:05: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=ZvhvAWMv4PKF/256EH7j59d++fIQSLhgelyGuoFWK7E=; b=VqLcIJgHaUkKtGh8+uDnhIcHY1YXkNJrDijiYszNIyTiM5d4VwGIw6tGgScINXLdP9 N3RAfCGscvmLF+AtCmkF5XhURS0vM8WfagjuPc1QawOEl0ttkbBJd9ffPemCePj3UWoo amPEB+G9gDRJ7mgY6y2m1C729uNNVSHZSx1Ze7tNGAMV60M/VeHN8kWmVmkPKsQn4JJ3 1h7tA4n0dQrSIuN2qF8smJRndNG502+VSsqWQR2ekICyMWt0xpWF4BSyp/nRd7Ej1a8u nQDC/cqDtJ3g1JH0S89KfP1JiGGchZ4i02eWrRlirqmYwsjOAVN5aFM3MWG3uvKOFNSc 1NMg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id:user-agent :in-reply-to:references:mime-version:content-transfer-encoding; bh=ZvhvAWMv4PKF/256EH7j59d++fIQSLhgelyGuoFWK7E=; b=fDCCp5wp38KutMd/Gfz7GTdUdRhlAJ9ZO3/Jhdzmvh47+V3YBCGrzRkn08X+XPXYYb jhFMjaxO+CHribEHWEjGRXQemSP+3yzlXEm16Vin61EUfqWIl5ul3xCFGdj8NgInL8xz GDSQlqbk3uzm1ZoYm5DVRYob44KCEqJIJ+R4T/bSwVobyMVLyDGfR0ETZMGtI6fWhzzf zE2qbuxzZZQHC7ZfiDdtYib7ssM9NZTz7pSZkeAxM8CqES6nTUiTnbeNGlQIDwPc5+IW 4Oqxy7AArrH6FtODAb13Coj+7+n+h/UPxBil5v1E3xwEJKMhsgnPhB0gRwAs7hdvs/SP 0p1g== X-Gm-Message-State: ALyK8tJJlSX5wi/qWbuZhZXyCxdJK0j1Kd75y7v0Y6/UE+MFyejhFy2RmCRV0poTJFdEaNRE X-Received: by 10.28.158.17 with SMTP id h17mr12497496wme.1.1467047146773; Mon, 27 Jun 2016 10:05: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 u71sm12570849wmu.13.2016.06.27.10.05.45 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 27 Jun 2016 10:05:45 -0700 (PDT) From: Thomas Monjalon To: Olivier Matz , konstantin.ananyev@intel.com Cc: dev@dpdk.org, helin.zhang@intel.com, amint@icsi.berkeley.edu Date: Mon, 27 Jun 2016 19:05:45 +0200 Message-ID: <1569745.6sBGvsO00c@xps13> User-Agent: KMail/4.14.10 (Linux/4.5.4-1-ARCH; KDE/4.14.11; x86_64; ; ) In-Reply-To: <1467042269-22703-1-git-send-email-olivier.matz@6wind.com> References: <1467042269-22703-1-git-send-email-olivier.matz@6wind.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH] ixgbe: fix compilation when offload flags disabled X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Jun 2016 17:05:47 -0000 2016-06-27 17:44, Olivier Matz: > The ixgbe driver does not compile if CONFIG_RTE_IXGBE_RX_OLFLAGS_ENABLE=n > because the macro has not the proper number of parameters. We really need to understand why this build option is needed. Target: zero build option.