From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) by dpdk.org (Postfix) with ESMTP id 08BC71B204 for ; Tue, 10 Oct 2017 00:38:23 +0200 (CEST) Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by fmsmga101.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 09 Oct 2017 15:38:23 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.42,501,1500966000"; d="scan'208";a="908324811" Received: from unknown (HELO [10.241.225.162]) ([10.241.225.162]) by FMSMGA003.fm.intel.com with ESMTP; 09 Oct 2017 15:38:22 -0700 To: Tonghao Zhang , dev@dpdk.org References: <1505798670-6125-1-git-send-email-xiangxia.m.yue@gmail.com> From: Ferruh Yigit Message-ID: Date: Mon, 9 Oct 2017 23:38:22 +0100 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.3.0 MIME-Version: 1.0 In-Reply-To: <1505798670-6125-1-git-send-email-xiangxia.m.yue@gmail.com> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [PATCH] ethdev: fix the comment for rte_eth_conf. 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: Mon, 09 Oct 2017 22:38:24 -0000 On 9/19/2017 6:24 AM, Tonghao Zhang wrote: > We have change the type of rx_adv_conf, so change the > comment for it. > > Signed-off-by: Tonghao Zhang Reviewed-by: Ferruh Yigit