From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from out4-smtp.messagingengine.com (out4-smtp.messagingengine.com [66.111.4.28]) by dpdk.org (Postfix) with ESMTP id 5CCE71B2C3 for ; Sun, 12 Nov 2017 19:54:27 +0100 (CET) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id 0DE31205AF; Sun, 12 Nov 2017 13:54:27 -0500 (EST) Received: from frontend2 ([10.202.2.161]) by compute1.internal (MEProxy); Sun, 12 Nov 2017 13:54:27 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monjalon.net; h= cc:content-transfer-encoding:content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to:x-me-sender :x-me-sender:x-sasl-enc; s=mesmtp; bh=hbz0P7iYwSoe8AnqowzZPOpJMQ WKBnebShbkHNJU86k=; b=mt6wgyRKsBvrWxIO+6/v/UeV20mONEReSOGJGkoxbI N7CBwRDk6EBlRyEkmM6swdx5yf7rTHixsrDyO9/cUiwjZaHd8D99Z2tDuNLS4EgM IbWmytUS43NbvwiFrAJwZnny67dAJ23he2KrZE3WXC1g+tkpVE8dvN/Y77P83bRH M= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-me-sender:x-me-sender:x-sasl-enc; s=fm1; bh=hbz0P7 iYwSoe8AnqowzZPOpJMQWKBnebShbkHNJU86k=; b=sC6yAG3KUt7qFhS8ADsyE7 9IoiJUEvpBb01jb9uNneQfQPJ+pAJxQcz/kZUnRaHU2ypZSyy+2v/CPD0El4BOeP Yi4EaJ3MFkZfrjykuExerNLbkmwpgqxLtnyZPNOoUISfjGvNM3XAgO7uQG9jucyJ 9xcrL8gcKwA1hawB0iyCnnFUlrKO2hVu6sXs9VgvVf7SVCaHHvf+Cfy9KYRdmb63 DRSg47bOMbDrDXk9CuqhHRoUjNQO4HZeUtc/5/zxEd5rzhH17JG5RkE1QtWzdamY fVmMXAH3ENAtAyskcJQRhX3T/w0n4k8JdWuft+a4uhmYq0p+ZxZbsw5SGo2O5eRw == X-ME-Sender: Received: from xps.localnet (unknown [37.168.115.164]) by mail.messagingengine.com (Postfix) with ESMTPA id 9167624631; Sun, 12 Nov 2017 13:54:26 -0500 (EST) From: Thomas Monjalon To: Yuanhan Liu , wangzhike Cc: dev@dpdk.org, maxime.coquelin@redhat.com Date: Sun, 12 Nov 2017 19:45:57 +0100 Message-ID: <24763268.Rr49YMmvcp@xps> In-Reply-To: <20171107034453.GL12931@yliu-home> References: <1508987346-68173-1-git-send-email-wangzhike@jd.com> <20171107034453.GL12931@yliu-home> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" 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: Sun, 12 Nov 2017 18:54:27 -0000 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.