From mboxrd@z Thu Jan 1 00:00:00 1970 From: Maxime Coquelin Subject: Re: [PATCH v3 04/11] net/virtio-user: add mrg_rxbuf and in_order vdev parameters Date: Thu, 28 Jun 2018 16:43:46 +0200 Message-ID: <75caa85b-e96a-d22b-f510-da62949b009b@redhat.com> References: <20180628215235.106069-1-yong.liu@intel.com> <20180628215235.106069-5-yong.liu@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Cc: zhihong.wang@intel.com, dev@dpdk.org To: Marvin Liu , tiwei.bie@intel.com Return-path: Received: from mx1.redhat.com (mx3-rdu2.redhat.com [66.187.233.73]) by dpdk.org (Postfix) with ESMTP id D91F21B43A for ; Thu, 28 Jun 2018 16:43:52 +0200 (CEST) In-Reply-To: <20180628215235.106069-5-yong.liu@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 06/28/2018 11:52 PM, Marvin Liu wrote: > Add parameters for configuring VIRTIO_NET_F_MRG_RXBUF and > VIRTIO_F_IN_ORDER feature bits. If feature is disabled, also update > corresponding unsupported feature bit. > > Signed-off-by: Marvin Liu > Reviewed-by: Maxime Coquelin Thanks, Maxime