From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wi0-f178.google.com (mail-wi0-f178.google.com [209.85.212.178]) by dpdk.org (Postfix) with ESMTP id 00B098016 for ; Fri, 10 Oct 2014 13:13:51 +0200 (CEST) Received: by mail-wi0-f178.google.com with SMTP id cc10so1714558wib.5 for ; Fri, 10 Oct 2014 04:21:18 -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=8fybLU+NO2B5Kx2kapIIgAFUvjNs438ZkHopDEOQ5Y0=; b=mdXrZnIQy1v8B/iA5Dyk/rSYxYSxtWa5XBow+WD48YZ3ZoPHeVTRHmKvDn6qu9fNEG McYdSdMuiWTYb/ISG7YSgfal6Gq8VJf1VhSwOjaMc8D0warzxxz49z9MnWxGT2IcuEap NsYI5IpEASIdLYJuufPuB5j8alVd2nsjH4lVL6voGdtCaXRHQZkbufbljJNZBZlegTv0 Goi0XXqmo4F8liGhCs9Z/EuekmYarqIujRTn/rZoJNnu2PCWSQ5jIfYjBa5a6klwh+qN amHUvf43H3k/VJ46Pcgl2DfgHj0vkHh5AiTocrSupE04BujfT0CQV0ht6sv1BaYqA3AB ehEQ== X-Gm-Message-State: ALoCoQmoLBPnHoruxEzZbUhNVa2tsyzh9e/KSJKpQZNZ9h/QotTn+HiQ0Yqv7IcSCms2N/LD0uGV X-Received: by 10.180.186.1 with SMTP id fg1mr4241564wic.22.1412940078046; Fri, 10 Oct 2014 04:21:18 -0700 (PDT) Received: from xps13.localnet (136-92-190-109.dsl.ovh.fr. [109.190.92.136]) by mx.google.com with ESMTPSA id k10sm6673345wjb.28.2014.10.10.04.21.16 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 10 Oct 2014 04:21:17 -0700 (PDT) From: Thomas Monjalon To: Pablo de Lara Date: Fri, 10 Oct 2014 13:20:59 +0200 Message-ID: <1721581.qMqM6R3vXa@xps13> Organization: 6WIND User-Agent: KMail/4.13.3 (Linux/3.15.8-1-ARCH; KDE/4.13.3; x86_64; ; ) In-Reply-To: <1412156945-6549-4-git-send-email-pablo.de.lara.guarch@intel.com> References: <1412150458-26213-1-git-send-email-pablo.de.lara.guarch@intel.com> <1412156945-6549-1-git-send-email-pablo.de.lara.guarch@intel.com> <1412156945-6549-4-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 3/3] app: Used default RX/TX configuration got from dev info in apps 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 11:13:52 -0000 2014-10-01 10:49, Pablo de Lara: > For apps that were using default rte_eth_rxconf and rte_eth_txconf > structures, these have been removed and now they are obtained by > calling rte_eth_dev_info_get, just before setting up RX/TX queues. If my understanding is correct, you are cleaning only examples whose you are sure we want default values or you know which parameter to tune. Right? I'd like to see another patch for testpmd and other tests/examples whose default values would be OK. Thanks -- Thomas