From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: RFC - increasing the size of ethenet device name Date: Thu, 06 Jul 2017 01:20:45 +0200 Message-ID: <4113960.853rcZ8EAc@xps> References: <20170705105807.758dcf13@xeon-e3> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org To: Stephen Hemminger Return-path: Received: from out2-smtp.messagingengine.com (out2-smtp.messagingengine.com [66.111.4.26]) by dpdk.org (Postfix) with ESMTP id 58DB82FDD for ; Thu, 6 Jul 2017 01:20:47 +0200 (CEST) In-Reply-To: <20170705105807.758dcf13@xeon-e3> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 05/07/2017 19:58, Stephen Hemminger: > In order to support VMBUS, the ethernet device name needs to be increased. > What would be good timing; vmbus support will be in 17.11. > Either break ABI now, and vmbus won't have to do it later. > Or wait and make it part of of VMBUS patches? Please send a deprecation notice for 17.08, and wait 17.11 to change it while introducing VMBUS. Thanks