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 CDF811B202 for ; Tue, 10 Oct 2017 01:14:50 +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 16:14:49 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.42,501,1500966000"; d="scan'208";a="908333257" Received: from unknown (HELO [10.241.225.162]) ([10.241.225.162]) by FMSMGA003.fm.intel.com with ESMTP; 09 Oct 2017 16:14:49 -0700 From: Ferruh Yigit To: Stephen Hemminger , dev@dpdk.org Cc: Stephen Hemminger References: <20170927092320.6837-1-stephen@networkplumber.org> <40111fb2-af2a-6015-9dab-37a59f4e5894@intel.com> Message-ID: Date: Tue, 10 Oct 2017 00:14:49 +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: <40111fb2-af2a-6015-9dab-37a59f4e5894@intel.com> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [PATCH] ethdev: increase length device internal name 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 23:14:51 -0000 On 10/10/2017 12:12 AM, Ferruh Yigit wrote: > On 9/27/2017 10:23 AM, Stephen Hemminger wrote: >> Allow sufficicent space for UUID in string form (36+1). >> Needed to use UUID with Hyper-V. This was in deprecation notice >> for previous release and make it so in 17.11. >> >> Signed-off-by: Stephen Hemminger > Reviewed-by: Ferruh Yigit Applied to dpdk-next-net/master, thanks. (deprecation notice fixed while applying)