From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wi0-f176.google.com (mail-wi0-f176.google.com [209.85.212.176]) by dpdk.org (Postfix) with ESMTP id 7968358E6 for ; Fri, 10 Oct 2014 14:41:07 +0200 (CEST) Received: by mail-wi0-f176.google.com with SMTP id hi2so1911727wib.15 for ; Fri, 10 Oct 2014 05:48:33 -0700 (PDT) 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:content-type; bh=BEBt0FzpKeA1z33yySgTX+aVg1nu7BTnf0TXfOjDhjc=; b=Vlx7AdqWlG/HAxGyvdiPPDvKxmfHHq4tNn7UAu1da/nyG9pIhOXoaXSMO5VL58Zsuf 4l/XJYdU3frYBptB3zYdO/4NOx3nRL6sYbpfWBEEK2XEuRmr6nqNHK3axg7yduvuzjS+ UivEVIQRZkTrPmQCup9HH1NYn1HXCUmAKVllTUBDynvXyjVqZQy3pyDU9qwf07I0eLW8 UWqp3Rv8SMygJxpuoRWQ4mjwYoqG9gL2NMls1GOPYYtFDKpUuBFhMk6mwpNwz9Yu2acD ilrgvfy8W/sjvA1NV6Va+Vv+Knyoj3XnYPsXSTSfutdsKSE7U6iFlSVr50TA8CAk5eg2 At/w== X-Gm-Message-State: ALoCoQkGmgEoFjYXQWETB/M4v06Z2BzKmAtl9AxGKaq6qOvkXUdWYX/fAtT8BgB3wCPc3pMw0FM+ X-Received: by 10.180.80.198 with SMTP id t6mr4787725wix.6.1412945313759; Fri, 10 Oct 2014 05:48:33 -0700 (PDT) Received: from xps13.localnet (136-92-190-109.dsl.ovh.fr. [109.190.92.136]) by mx.google.com with ESMTPSA id q5sm2529018wiy.16.2014.10.10.05.48.32 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 10 Oct 2014 05:48:33 -0700 (PDT) From: Thomas Monjalon To: "De Lara Guarch, Pablo" Date: Fri, 10 Oct 2014 14:48:15 +0200 Message-ID: <3661063.dct5gZ3rNs@xps13> Organization: 6WIND User-Agent: KMail/4.13.3 (Linux/3.15.8-1-ARCH; KDE/4.13.3; x86_64; ; ) In-Reply-To: References: <1412150458-26213-1-git-send-email-pablo.de.lara.guarch@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Cc: dev@dpdk.org Subject: Re: [dpdk-dev] [PATCH v3 0/3] Get default RX/TX configuration 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: Fri, 10 Oct 2014 12:41:08 -0000 > > > These patches modified the dev info structure to include optimal values > > > for the RX/TX configuration structures (rte_eth_rxconf and > > rte_eth_txconf), > > > so users can get these configurations and modify or use them directly, > > > to set up RX/TX queues. Besides, most of the apps that were modifying > > little > > > or none of the default values of the structures, have been modified to > > get > > > these values to simplify the code and avoid duplication. > > Acked-by: David Marchand Applied As previously said, more apps could benefit of these default values, starting with testpmd. Thanks -- Thomas