From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga06.intel.com (mga06.intel.com [134.134.136.31]) by dpdk.org (Postfix) with ESMTP id AA04516E; Wed, 20 Dec 2017 02:59:19 +0100 (CET) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by orsmga104.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 19 Dec 2017 17:59:18 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.45,429,1508828400"; d="scan'208";a="13219399" Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.241.225.69]) ([10.241.225.69]) by FMSMGA003.fm.intel.com with ESMTP; 19 Dec 2017 17:59:18 -0800 To: Pablo de Lara , thomas@monjalon.net Cc: dev@dpdk.org, stable@dpdk.org References: <20171219113150.88655-1-pablo.de.lara.guarch@intel.com> From: Ferruh Yigit Message-ID: <527e79ef-f7af-8e1b-1205-7e6c7a5941f3@intel.com> Date: Tue, 19 Dec 2017 17:59:17 -0800 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.5.0 MIME-Version: 1.0 In-Reply-To: <20171219113150.88655-1-pablo.de.lara.guarch@intel.com> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [dpdk-stable] [PATCH] ethdev: fix typo X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Dec 2017 01:59:20 -0000 On 12/19/2017 3:31 AM, Pablo de Lara wrote: > Fixes: fbde27f19ab8 ("ethdev: get default Rx/Tx configuration from dev info") > Cc: stable@dpdk.org > > Signed-off-by: Pablo de Lara Acked-by: Ferruh Yigit