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 D75F8A0565; Mon, 23 Mar 2020 11:51:13 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id A3EE11C07D; Mon, 23 Mar 2020 11:51:09 +0100 (CET) Received: from mga04.intel.com (mga04.intel.com [192.55.52.120]) by dpdk.org (Postfix) with ESMTP id 197311C05C for ; Mon, 23 Mar 2020 11:51:07 +0100 (CET) IronPort-SDR: UgmDuX0+weLl9ei70XtB/wx45kxVew4qtHfJRtMK3WuEw7Xw6W6twXxTK1zeggsgvVNaHwgWRS HZBns5wWFcIQ== 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:07 -0700 IronPort-SDR: dFZUTdhRxOEaSvhN3IURf4EO2QO7zbMD06Ia+/ZZ42+OrGlCe0X4NXr6DmoaKnaXJc36vOB1IH emVgkmJuVe4A== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.72,296,1580803200"; d="scan'208";a="249574053" Received: from dpdk51.sh.intel.com ([10.67.110.245]) by orsmga006.jf.intel.com with ESMTP; 23 Mar 2020 03:51:05 -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:28 +0800 Message-Id: <20200323105431.13837-2-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 1/4] doc: update i40e 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/i40e.ini | 11 +++++---- doc/guides/nics/features/i40e_vec.ini | 41 -------------------------------- doc/guides/nics/features/i40e_vf.ini | 11 +++++---- doc/guides/nics/features/i40e_vf_vec.ini | 31 ------------------------ 4 files changed, 12 insertions(+), 82 deletions(-) delete mode 100644 doc/guides/nics/features/i40e_vec.ini delete mode 100644 doc/guides/nics/features/i40e_vf_vec.ini diff --git a/doc/guides/nics/features/i40e.ini b/doc/guides/nics/features/i40e.ini index e5ae6ded0..a326f7345 100644 --- a/doc/guides/nics/features/i40e.ini +++ b/doc/guides/nics/features/i40e.ini @@ -8,6 +8,7 @@ Speed capabilities = Y Link status = Y Link status event = Y Rx interrupt = Y +Fast mbuf free = P Queue start/stop = Y Runtime Rx queue setup = Y Runtime Tx queue setup = Y @@ -31,11 +32,11 @@ Flow API = Y Traffic mirroring = Y CRC offload = Y VLAN offload = Y -QinQ offload = Y -L3 checksum offload = Y -L4 checksum offload = Y -Inner L3 checksum = Y -Inner L4 checksum = Y +QinQ offload = P +L3 checksum offload = P +L4 checksum offload = P +Inner L3 checksum = P +Inner L4 checksum = P Packet type parsing = Y Timesync = Y Rx descriptor status = Y diff --git a/doc/guides/nics/features/i40e_vec.ini b/doc/guides/nics/features/i40e_vec.ini deleted file mode 100644 index c878755ef..000000000 --- a/doc/guides/nics/features/i40e_vec.ini +++ /dev/null @@ -1,41 +0,0 @@ -; -; Supported features of the 'i40e_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 -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 -VMDq = Y -SR-IOV = Y -DCB = Y -VLAN filter = Y -Flow control = Y -Traffic mirroring = Y -Timesync = Y -Rx descriptor status = Y -Tx descriptor status = Y -Basic stats = Y -Extended stats = Y -Module EEPROM dump = Y -Multiprocess aware = Y -BSD nic_uio = Y -Linux UIO = Y -Linux VFIO = Y -x86-32 = Y -x86-64 = Y -ARMv8 = Y -Power8 = Y diff --git a/doc/guides/nics/features/i40e_vf.ini b/doc/guides/nics/features/i40e_vf.ini index ab114812c..9f95063d2 100644 --- a/doc/guides/nics/features/i40e_vf.ini +++ b/doc/guides/nics/features/i40e_vf.ini @@ -6,6 +6,7 @@ [Features] Rx interrupt = Y Link status = Y +Fast mbuf free = P Queue start/stop = Y Jumbo frame = Y Scattered Rx = Y @@ -20,11 +21,11 @@ RSS reta update = Y VLAN filter = Y CRC offload = Y VLAN offload = Y -QinQ offload = Y -L3 checksum offload = Y -L4 checksum offload = Y -Inner L3 checksum = Y -Inner L4 checksum = 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 diff --git a/doc/guides/nics/features/i40e_vf_vec.ini b/doc/guides/nics/features/i40e_vf_vec.ini deleted file mode 100644 index cf7a6c6a2..000000000 --- a/doc/guides/nics/features/i40e_vf_vec.ini +++ /dev/null @@ -1,31 +0,0 @@ -; -; Supported features of the 'i40evf_vec' network poll mode driver. -; -; Refer to default.ini for the full list of available PMD features. -; -[Features] -Rx interrupt = Y -Link status = Y -Queue start/stop = 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 -Rx descriptor status = Y -Tx descriptor status = Y -Basic stats = Y -Extended stats = Y -Multiprocess aware = Y -BSD nic_uio = Y -Linux UIO = Y -Linux VFIO = Y -x86-32 = Y -x86-64 = Y -ARMv8 = Y -- 2.13.6