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 89FCA2BE2 for ; Wed, 20 Apr 2016 10:51:08 +0200 (CEST) Received: by mail-wm0-f44.google.com with SMTP id u206so69318309wme.1 for ; Wed, 20 Apr 2016 01:51:08 -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=deTP8HUj89I2joheXCf93OmLbJWLVGIqrAN9mUX99/M=; b=f4y4vjwHYrh42xQjs6ZByYj/Ize2EtMGgZ1vRiddjyn1LMditO4pC2Omo8a2xxCMXK ncD/dRqD54Zm/RBeOMB5DO8xJ1iMMKHKolt33MnGXKLw3a3By/2hCJq+tOnCRztDFnwb z9wl/eLpceVCp/HYV8nZ+KqkiPrf6h00m77phLvJc2hCaw8J2x12+lsT199PCogbXDm6 mGGKz/vmC0aw2aJ4FCmd/0fIgB6ZrHKNAako/3qiJtFcRo3SC94sMhr6aM8qkixh7glK jPLIOTYLHFY6Vkd3KO9w4iqaRXKsDndhp7Y66cV3wMQOLKzuB/TW7uw2qLr54e11zA5E MpKQ== 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=deTP8HUj89I2joheXCf93OmLbJWLVGIqrAN9mUX99/M=; b=RoviNEXFOTlZYfUuQEHRqvEgJUfeVlcNrQkcqnz6Fy0Fs0ZH/7qOzVleuRq6wtMCyK c4o6gxqJil+QTCd6mDYXM9EU4i2ymOi+a1ZmIBnh4HTPwr7/ORWQdi8zvI1LxgnGSOCd xVvBliAUFMjtkfjhJj8vH5Ls66wFVrcq4+bJJEEu4LFZus3AUHnRQT2nDFpywnRFpyOY KSFX1Nx5YcZndyPSunSfPmhajifcMihVPUmruNilUiLEn1alb8cH1r6g42sXHMI2vk2A kQ1sth9NX1CSyUGM6jC9aaoAx/jtKLcT3Z4gz/irxwV/1qUoqsTF3/+98jzuUse4cjvO ffOg== X-Gm-Message-State: AOPr4FXFRVblachBf7kOZ799LhUHW/WMlo7exp5rlNd9ls1GZGCOn06uJNyaLlgSijB7Haze X-Received: by 10.194.60.134 with SMTP id h6mr7449992wjr.115.1461142268332; Wed, 20 Apr 2016 01:51:08 -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 m20sm6750612wma.23.2016.04.20.01.51.07 (version=TLSv1/SSLv3 cipher=OTHER); Wed, 20 Apr 2016 01:51:07 -0700 (PDT) From: Thomas Monjalon To: Harish Patil Cc: Rasesh Mody , "bruce.richardson@intel.com" , dev@dpdk.org, "stephen@networkplumber.org" , Ameen Rahman , Sony Chacko Date: Wed, 20 Apr 2016 10:51:06 +0200 Message-ID: <2411922.nRbcghIYQB@xps13> Organization: 6WIND User-Agent: KMail/4.14.10 (Linux/4.1.6-1-ARCH; KDE/4.14.11; x86_64; ; ) In-Reply-To: References: <1459476927-21387-1-git-send-email-rasesh.mody@qlogic.com> <4202835.rtEgrshY1X@xps13> MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" 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: Wed, 20 Apr 2016 08:51:08 -0000 2016-04-20 00:14, Harish Patil: > >2016-03-31 19:15, Rasesh Mody: > >> --- a/config/common_base > >> +++ b/config/common_base > >> +CONFIG_RTE_LIBRTE_QEDE_RX_COAL_US=3D24 > >> +CONFIG_RTE_LIBRTE_QEDE_TX_COAL_US=3D48 > > > >It looks to be some tuning which could be done at runtime. Isn't it?= > =20 > That=E2=80=99s right. Can you please suggest if there is any better o= ption to make > it a runtime? There is no PMD API for that. There are some devargs for that. For PCI dev, it can be passed in the whitelist option. We should remove this limitation by having a devargs API (and command l= ine options) independent of whitelisting.