From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] ixgbe: fix compilation when offload flags disabled Date: Mon, 27 Jun 2016 19:05:45 +0200 Message-ID: <1569745.6sBGvsO00c@xps13> References: <1467042269-22703-1-git-send-email-olivier.matz@6wind.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, helin.zhang@intel.com, amint@icsi.berkeley.edu To: Olivier Matz , konstantin.ananyev@intel.com 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) In-Reply-To: <1467042269-22703-1-git-send-email-olivier.matz@6wind.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-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.