From patchwork Mon Mar 23 10:54:29 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Qi Zhang X-Patchwork-Id: 67029 X-Patchwork-Delegate: xiaolong.ye@intel.com Return-Path: X-Original-To: patchwork@inbox.dpdk.org Delivered-To: patchwork@inbox.dpdk.org Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id C9E91A0565; Mon, 23 Mar 2020 11:51:21 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 167891C0AA; Mon, 23 Mar 2020 11:51:12 +0100 (CET) Received: from mga04.intel.com (mga04.intel.com [192.55.52.120]) by dpdk.org (Postfix) with ESMTP id A497E1C08D for ; Mon, 23 Mar 2020 11:51:10 +0100 (CET) IronPort-SDR: Hpidt5sAjYaGJsKj5ZYp3BQpc8M0VhUCUV1Yj0M/KUPjqTuS5e4ZwXa2x+2WufMg42JaHXDltU Q0YZ3o27m4/Q== X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga006.jf.intel.com ([10.7.209.51]) by fmsmga104.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 23 Mar 2020 03:51:10 -0700 IronPort-SDR: 41JEUFANEiM1QFfirHQ1YNxez4lJeysN3NP7XwzQE5NFglXRRRHiR7M9/1Hxovqt6oOgugwa1q xqkhg6gz7FKQ== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.72,296,1580803200"; d="scan'208";a="249574061" Received: from dpdk51.sh.intel.com ([10.67.110.245]) by orsmga006.jf.intel.com with ESMTP; 23 Mar 2020 03:51:07 -0700 From: Qi Zhang To: xiaolong.ye@intel.com Cc: dev@dpdk.org, thomas@monjalon.net, beilei.xing@intel.com, wenzhuo.lu@intel.com, jingjing.wu@intel.com, qiming.yang@intel.com, Qi Zhang Date: Mon, 23 Mar 2020 18:54:29 +0800 Message-Id: <20200323105431.13837-3-qi.z.zhang@intel.com> X-Mailer: git-send-email 2.13.6 In-Reply-To: <20200323105431.13837-1-qi.z.zhang@intel.com> References: <20200323105431.13837-1-qi.z.zhang@intel.com> Subject: [dpdk-dev] [PATCH 2/4] doc: update ice feature list 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" Remove vector path feature list, if a feature only be supported in non-vector path, use "P" to represent. Signed-off-by: Qi Zhang --- doc/guides/nics/features/ice.ini | 12 ++++++++---- doc/guides/nics/features/ice_vec.ini | 35 ----------------------------------- 2 files changed, 8 insertions(+), 39 deletions(-) delete mode 100644 doc/guides/nics/features/ice_vec.ini diff --git a/doc/guides/nics/features/ice.ini b/doc/guides/nics/features/ice.ini index 65923f0bc..2c0798407 100644 --- a/doc/guides/nics/features/ice.ini +++ b/doc/guides/nics/features/ice.ini @@ -8,7 +8,7 @@ Speed capabilities = Y Link status = Y Link status event = Y Rx interrupt = Y -Fast mbuf free = Y +Fast mbuf free = P Queue start/stop = Y Burst mode info = Y MTU update = Y @@ -22,12 +22,15 @@ Multicast MAC filter = Y RSS hash = Y RSS key update = Y RSS reta update = Y +FLOW API = Y VLAN filter = Y CRC offload = Y VLAN offload = Y -QinQ offload = Y -L3 checksum offload = Y -L4 checksum offload = Y +QinQ offload = P +L3 checksum offload = P +L4 checksum offload = P +Inner L3 checksum = P +Inner L4 checksum = P Packet type parsing = Y Rx descriptor status = Y Tx descriptor status = Y @@ -35,6 +38,7 @@ Basic stats = Y Extended stats = Y FW version = Y Module EEPROM dump = Y +Multiprocess aware = Y BSD nic_uio = Y Linux UIO = Y Linux VFIO = Y diff --git a/doc/guides/nics/features/ice_vec.ini b/doc/guides/nics/features/ice_vec.ini deleted file mode 100644 index 173c8f21a..000000000 --- a/doc/guides/nics/features/ice_vec.ini +++ /dev/null @@ -1,35 +0,0 @@ -; -; Supported features of the 'ice_vec' network poll mode driver. -; -; Refer to default.ini for the full list of available PMD features. -; -[Features] -Speed capabilities = Y -Link status = Y -Link status event = Y -Rx interrupt = Y -Queue start/stop = Y -MTU update = Y -Jumbo frame = Y -Scattered Rx = Y -TSO = Y -Promiscuous mode = Y -Allmulticast mode = Y -Unicast MAC filter = Y -Multicast MAC filter = Y -RSS hash = Y -RSS key update = Y -RSS reta update = Y -VLAN filter = Y -Packet type parsing = Y -Rx descriptor status = Y -Tx descriptor status = Y -Basic stats = Y -Extended stats = Y -FW version = Y -Module EEPROM dump = Y -BSD nic_uio = Y -Linux UIO = Y -Linux VFIO = Y -x86-32 = Y -x86-64 = Y