From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ferruh Yigit Subject: Re: [PATCH] ethdev: increase length device internal name Date: Tue, 10 Oct 2017 00:14:49 +0100 Message-ID: References: <20170927092320.6837-1-stephen@networkplumber.org> <40111fb2-af2a-6015-9dab-37a59f4e5894@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Cc: Stephen Hemminger To: Stephen Hemminger , dev@dpdk.org 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) In-Reply-To: <40111fb2-af2a-6015-9dab-37a59f4e5894@intel.com> Content-Language: en-US List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 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)