From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marvin Liu Subject: [PATCH v3 10/11] doc: add mrg_rxbuf and in_order parameters for virtio device Date: Fri, 29 Jun 2018 05:52:34 +0800 Message-ID: <20180628215235.106069-11-yong.liu@intel.com> References: <20180628215235.106069-1-yong.liu@intel.com> Cc: zhihong.wang@intel.com, dev@dpdk.org, Marvin Liu To: maxime.coquelin@redhat.com, tiwei.bie@intel.com Return-path: Received: from mga04.intel.com (mga04.intel.com [192.55.52.120]) by dpdk.org (Postfix) with ESMTP id 33B9C58EC for ; Thu, 28 Jun 2018 16:06:57 +0200 (CEST) In-Reply-To: <20180628215235.106069-1-yong.liu@intel.com> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" Virtio vdev parameter mrg_rxbuf and in_order can configure VIRTIO_NET_F_MRG_RXBUF and VIRTIO_F_IN_ORDER feature bits. These feature bits can effect [RT]x path selection. Signed-off-by: Marvin Liu diff --git a/doc/guides/nics/virtio.rst b/doc/guides/nics/virtio.rst index a42d1bb30..46e292c4d 100644 --- a/doc/guides/nics/virtio.rst +++ b/doc/guides/nics/virtio.rst @@ -331,3 +331,13 @@ The user can specify below argument in devargs. driver, and works as a HW vhost backend. This argument is used to specify a virtio device needs to work in vDPA mode. (Default: 0 (disabled)) + +#. ``mrg_rxbuf``: + + It is used to enable virtio device mergeable Rx buffer feature. + (Default: 1 (enabled)) + +#. ``in_order``: + + It is used to enable virtio device in-order feature. + (Default: 1 (enabled)) -- 2.17.0