From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id 8EBA1A0561; Mon, 20 Apr 2020 09:53:26 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id C8EB21D17A; Mon, 20 Apr 2020 09:53:25 +0200 (CEST) Received: from us-smtp-1.mimecast.com (us-smtp-delivery-1.mimecast.com [205.139.110.120]) by dpdk.org (Postfix) with ESMTP id 0127D1D14C for ; Mon, 20 Apr 2020 09:53:23 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1587369203; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=U6yjDeaJBfB7gTRrA4wLFvftf2XTexlwznU4X5F1NHg=; b=b+R1xImkPPdPAElfuy0yzkjLAoGABtTBGd7Hnp6N1obP7PjTAxwHQ9xYo4bvl8ZTCN5TVO 4dnyntHFWzxy825+4gzRzHXtMKkUzMdhKGdRXIyMGbxsBcpG6U1REBojVahjktuxVIm7oZ aBe/OBGeGLvNFOgn4K/2Qwem10ITrmA= Received: from mimecast-mx01.redhat.com (mimecast-mx01.redhat.com [209.132.183.4]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-110-zEW0ski-O_yVp-Gzr_j4lw-1; Mon, 20 Apr 2020 03:53:19 -0400 X-MC-Unique: zEW0ski-O_yVp-Gzr_j4lw-1 Received: from smtp.corp.redhat.com (int-mx01.intmail.prod.int.phx2.redhat.com [10.5.11.11]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx01.redhat.com (Postfix) with ESMTPS id 721551005510; Mon, 20 Apr 2020 07:53:18 +0000 (UTC) Received: from localhost.localdomain (unknown [10.36.110.18]) by smtp.corp.redhat.com (Postfix) with ESMTP id E9D5718A85; Mon, 20 Apr 2020 07:53:12 +0000 (UTC) From: Maxime Coquelin To: dev@dpdk.org, thomas@monjalon.net, xiaolong.ye@intel.com, zhihong.wang@intel.com Cc: Maxime Coquelin Date: Mon, 20 Apr 2020 09:53:10 +0200 Message-Id: <20200420075310.6059-1-maxime.coquelin@redhat.com> MIME-Version: 1.0 X-Scanned-By: MIMEDefang 2.79 on 10.5.11.11 X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: quoted-printable Subject: [dpdk-dev] [PATCH] doc: merge virtio vector features into virtio ones 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: , Errors-To: dev-bounces@dpdk.org Sender: "dev" The goal is to make the table more readable. Mark as partially supported features that are supported in the genric Virtio driver but not in the vectorized ones. Suggested-by: Thomas Monjalon Signed-off-by: Maxime Coquelin --- doc/guides/nics/features/virtio.ini | 4 ++-- doc/guides/nics/features/virtio_vec.ini | 25 ------------------------- 2 files changed, 2 insertions(+), 27 deletions(-) delete mode 100644 doc/guides/nics/features/virtio_vec.ini diff --git a/doc/guides/nics/features/virtio.ini b/doc/guides/nics/features= /virtio.ini index a16b817214..bbf9730318 100644 --- a/doc/guides/nics/features/virtio.ini +++ b/doc/guides/nics/features/virtio.ini @@ -9,7 +9,7 @@ Link status =3D Y Link status event =3D Y Rx interrupt =3D Y Queue start/stop =3D Y -Scattered Rx =3D Y +Scattered Rx =3D P Promiscuous mode =3D Y Allmulticast mode =3D Y Unicast MAC filter =3D Y @@ -17,7 +17,7 @@ Multicast MAC filter =3D Y VLAN filter =3D Y Basic stats =3D Y Stats per queue =3D Y -Extended stats =3D Y +Extended stats =3D P Multiprocess aware =3D Y BSD nic_uio =3D Y Linux UIO =3D Y diff --git a/doc/guides/nics/features/virtio_vec.ini b/doc/guides/nics/feat= ures/virtio_vec.ini deleted file mode 100644 index e60fe36aeb..0000000000 --- a/doc/guides/nics/features/virtio_vec.ini +++ /dev/null @@ -1,25 +0,0 @@ -; -; Supported features of the 'virtio_vec' network poll mode driver. -; -; Refer to default.ini for the full list of available PMD features. -; -[Features] -Speed capabilities =3D P -Link status =3D Y -Link status event =3D Y -Rx interrupt =3D Y -Queue start/stop =3D Y -Promiscuous mode =3D Y -Allmulticast mode =3D Y -Unicast MAC filter =3D Y -Multicast MAC filter =3D Y -VLAN filter =3D Y -Basic stats =3D Y -Stats per queue =3D Y -BSD nic_uio =3D Y -Linux UIO =3D Y -Linux VFIO =3D Y -ARMv7 =3D Y -ARMv8 =3D Y -x86-32 =3D Y -x86-64 =3D Y --=20 2.25.2