From mboxrd@z Thu Jan 1 00:00:00 1970 From: Yuanhan Liu Subject: Re: [PATCH v4]net/virtio: add mtu set in virtio Date: Wed, 14 Sep 2016 12:32:56 +0800 Message-ID: <20160914043256.GW23158@yliu-dev.sh.intel.com> References: <20160909070009.GS23158@yliu-dev.sh.intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: "Kavanagh, Mark B" , "dev@dpdk.org" , "stephen@networkplumber.org" To: "Dey, Souvik" Return-path: Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by dpdk.org (Postfix) with ESMTP id A1E6F5687 for ; Wed, 14 Sep 2016 06:32:29 +0200 (CEST) Content-Disposition: inline In-Reply-To: List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" On Wed, Sep 14, 2016 at 12:25:21AM +0000, Dey, Souvik wrote: > Hi Mark/Liu, > Is there any further comments to the below patch ? Should I submit it as v5 of the patch ? I think I'm okay with the patch now. But I got one more ask for you :) In commit log, you stated: Virtio interfaces should also support setting of mtu, as in case of cloud it is expected to have the consistent mtu across the infrastructure that the dhcp server sends and not hardcoded to 1500(default). What would go wrong if the expectation is not achieved? I think you should have met some issue and you meant to fix it, right? If so, you should state that here. --yliu