From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mx1.redhat.com (mx1.redhat.com [209.132.183.28]) by dpdk.org (Postfix) with ESMTP id 34C0F7D30 for ; Thu, 4 Jan 2018 16:16:15 +0100 (CET) Received: from smtp.corp.redhat.com (int-mx05.intmail.prod.int.phx2.redhat.com [10.5.11.15]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 59E58C027412; Thu, 4 Jan 2018 15:16:14 +0000 (UTC) Received: from [10.36.112.65] (ovpn-112-65.ams2.redhat.com [10.36.112.65]) by smtp.corp.redhat.com (Postfix) with ESMTPS id CBB5166A1C; Thu, 4 Jan 2018 15:16:10 +0000 (UTC) To: Thomas Monjalon , Yuanhan Liu , wangzhike Cc: dev@dpdk.org References: <1508987346-68173-1-git-send-email-wangzhike@jd.com> <20171107034453.GL12931@yliu-home> <24763268.Rr49YMmvcp@xps> From: Maxime Coquelin Message-ID: Date: Thu, 4 Jan 2018 16:16:08 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.5.0 MIME-Version: 1.0 In-Reply-To: <24763268.Rr49YMmvcp@xps> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit X-Scanned-By: MIMEDefang 2.79 on 10.5.11.15 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.31]); Thu, 04 Jan 2018 15:16:14 +0000 (UTC) Subject: Re: [dpdk-dev] [PATCH] net/virtio: init MTU in case no control channel 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: Thu, 04 Jan 2018 15:16:15 -0000 Hi, On 11/12/2017 07:45 PM, Thomas Monjalon wrote: > 07/11/2017 04:44, Yuanhan Liu: >> On Wed, Oct 25, 2017 at 08:09:06PM -0700, wangzhike wrote: >>> The max_mtu is kept as zero in case no CRTL channel, which leads >>> to failure when calling virtio_mtu_set(). >>> >>> Signed-off-by: wangzhike >> >> Acked-by: Yuanhan Liu > > Sorry, it cannot be applied without the real name of the author. > Could you please repost with your real name? Thanks, Maxime