From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wi0-f172.google.com (mail-wi0-f172.google.com [209.85.212.172]) by dpdk.org (Postfix) with ESMTP id 890078DAF for ; Tue, 20 Oct 2015 18:18:05 +0200 (CEST) Received: by wicfx6 with SMTP id fx6so53479879wic.1 for ; Tue, 20 Oct 2015 09:18:05 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:date:from:to:cc:subject:message-id:organization :user-agent:in-reply-to:references:mime-version :content-transfer-encoding:content-type; bh=WwPU/GrwyFldz6pd5wTavOTktgpqbb9F2iWRM5HHnD0=; b=hca/H5l/NdnrF12lPDEVqo3hmB9H5etfkL/kaliIPfSI3CJhHbitMwHIJ0/9LrueWC xt3zUZ/alenKLzvWMOFoGBgPyC0Rk9b2RSTsuEDMWu9nsbniKx7wLyaGJNwEblqf80G7 OqK214ZQnU2bcAqC9OxXkquA4v5LaxH1eSrzPykXGjnEBNypegPI38Nzepg8NP3EDZSl uUxQeOVIjEes7JrjfRgEpW8Duf9Rz2DZ/tKEO0EOH4PjvkOQ1nLu9Ihm3gANb3J7iUpn zYd1fDChARHNOFimP4UNLQ+iz+h+fowYzHpBvEtIeNGmvlNiokpaNME3HOwhRA31Ngz1 mTLA== X-Gm-Message-State: ALoCoQkBIFRfnpaFGkXUFRAGpP/mFk5dUql97R8I4whOD60OWAG+gPIHVfotFRou0c//qA1QKlwb X-Received: by 10.180.37.130 with SMTP id y2mr5783460wij.9.1445357885306; Tue, 20 Oct 2015 09:18:05 -0700 (PDT) Received: from xps13.localnet (guy78-3-82-239-227-177.fbx.proxad.net. [82.239.227.177]) by smtp.gmail.com with ESMTPSA id x7sm19926211wia.10.2015.10.20.09.18.04 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 20 Oct 2015 09:18:04 -0700 (PDT) Date: Tue, 20 Oct 2015 09:18:04 -0700 (PDT) X-Google-Original-Date: Tue, 20 Oct 2015 18:17 +0200 From: Thomas Monjalon To: harish.patil@qlogic.com Message-ID: <3670820.DENFCmAgGV@xps13> Organization: 6WIND User-Agent: KMail/4.14.10 (Linux/4.1.6-1-ARCH; KDE/4.14.11; x86_64; ; ) In-Reply-To: <1442018576-19981-4-git-send-email-rasesh.mody@qlogic.com> References: <1442018576-19981-1-git-send-email-rasesh.mody@qlogic.com> <1442018576-19981-4-git-send-email-rasesh.mody@qlogic.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Cc: dev@dpdk.org, sony.chacko@qlogic.com Subject: Re: [dpdk-dev] [PATCH 3/5] bnx2x: Add RTE_LIBRTE_BNX2X_REG_ACCESS config option 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: Tue, 20 Oct 2015 16:18:05 -0000 2015-09-11 17:42, Rasesh Mody: > From: Harish Patil > --- a/config/common_linuxapp > +++ b/config/common_linuxapp > @@ -220,6 +220,7 @@ CONFIG_RTE_LIBRTE_BNX2X_DEBUG_INIT=n > CONFIG_RTE_LIBRTE_BNX2X_DEBUG_RX=n > CONFIG_RTE_LIBRTE_BNX2X_DEBUG_TX=n > CONFIG_RTE_LIBRTE_BNX2X_MF_SUPPORT=n > +CONFIG_RTE_LIBRTE_BNX2X_REG_ACCESS=n Why do you need this option? Why only for Linux? And last but not the least, why nobody else have reviewed carefully this patch after one month?