From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wm0-f44.google.com (mail-wm0-f44.google.com [74.125.82.44]) by dpdk.org (Postfix) with ESMTP id 1E2532C6A for ; Mon, 18 Apr 2016 17:37:40 +0200 (CEST) Received: by mail-wm0-f44.google.com with SMTP id v188so125370591wme.1 for ; Mon, 18 Apr 2016 08:37:40 -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:organization:user-agent :in-reply-to:references:mime-version:content-transfer-encoding; bh=CmgIfGqTbM4LrTrSLMW0WSpbl/T4+477LmYh6GKPSx4=; b=0mDNwZJnnxN8ThIMpzdyL7P54Taq1npsRNZxTka+Wn5F6LRrcLOs8NDz7VS3mh18uc z9fXcVBwV5hTckkKWZu1i70nsGqkncGsEHfgcob2XvUaBWyF014cLFE1wXrsuktU9Stc 7VylmWBHaPsdBxlw2Xdi7rT6lUhAQX+36nT9tNE/jJW6E5vqNJV7wdFhI5WQTr1cfoPR JHGMEpNbHrzMCL55tM641FECMLmfJ5au/uI1AAU4dPSySn0A90v3XnVxcHGqujI/g84s WtGrfmmCIbw5e36AvKC3/gcAgo06Y4+YPbEdytE36Eh9Kx5x04SDtAa+6UzMdzFlGGAP Ystg== 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:organization :user-agent:in-reply-to:references:mime-version :content-transfer-encoding; bh=CmgIfGqTbM4LrTrSLMW0WSpbl/T4+477LmYh6GKPSx4=; b=ZitDsU/YVLzmRNzgE5rL/9usLG5opeYI8FxnuifhzW3esZiPzEnXM8pvNj+cyFeg+c +31FLCYGMGNQ2EeKlyllw5EjO48TS8w170B5e3CU4R85ozvVjrglZJkn5unIxozvarek PForRVUBgXuzm2KtdKLD6PBgu3GBG3Xk3Zo9iwZeljhxOi2dcun9a3aSoP+TQb1o8ge7 T/3yqXKM1p9AOyrLkgDOSmvshFGou7PiR5BaWXnNdaieexqPJOXF5wcW1nvHl3BWbSg6 qG8RG+ImApV3bkhRd7V+D+13OVHZYkwGKxoL9p9Fvv3FpK/eQA8LF2dr8fUwwj39Xd4i 2OGA== X-Gm-Message-State: AOPr4FW7OVFLIhfI5KJqqQ95YKmjqfQLnhox28ydbku9KJztC3dZRr61Z2rC2Qy/HNqyYty8 X-Received: by 10.28.220.213 with SMTP id t204mr20322046wmg.42.1460993859942; Mon, 18 Apr 2016 08:37:39 -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 e140sm38209640wma.13.2016.04.18.08.37.39 (version=TLSv1/SSLv3 cipher=OTHER); Mon, 18 Apr 2016 08:37:39 -0700 (PDT) From: Thomas Monjalon To: Rasesh Mody Cc: bruce.richardson@intel.com, dev@dpdk.org, stephen@networkplumber.org, ameen.rahman@qlogic.com, harish.patil@qlogic.com, sony.chacko@qlogic.com Date: Mon, 18 Apr 2016 17:37:38 +0200 Message-ID: <4202835.rtEgrshY1X@xps13> Organization: 6WIND User-Agent: KMail/4.14.10 (Linux/4.1.6-1-ARCH; KDE/4.14.11; x86_64; ; ) In-Reply-To: <1459476927-21387-11-git-send-email-rasesh.mody@qlogic.com> References: <1459476927-21387-1-git-send-email-rasesh.mody@qlogic.com> <1459476927-21387-11-git-send-email-rasesh.mody@qlogic.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH v5 10/10] qede: Enable PMD build 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, 18 Apr 2016 15:37:40 -0000 2016-03-31 19:15, Rasesh Mody: > --- a/config/common_base > +++ b/config/common_base > +CONFIG_RTE_LIBRTE_QEDE_RX_COAL_US=24 > +CONFIG_RTE_LIBRTE_QEDE_TX_COAL_US=48 It looks to be some tuning which could be done at runtime. Isn't it? > +CONFIG_RTE_LIBRTE_QEDE_TX_SWITCHING=y Is it possible to enable this feature at runtime? > +#Provides path/name of the firmware file > +CONFIG_RTE_LIBRTE_QEDE_FW=n Should we replace n by a string? Why not defaults to an empty string?