From patchwork Mon Mar 23 10:54:28 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Qi Zhang X-Patchwork-Id: 67028 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 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 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 From patchwork Mon Mar 23 10:54:30 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Qi Zhang X-Patchwork-Id: 67030 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 9CF39A0565; Mon, 23 Mar 2020 11:51:29 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 74A421C08D; Mon, 23 Mar 2020 11:51:15 +0100 (CET) Received: from mga04.intel.com (mga04.intel.com [192.55.52.120]) by dpdk.org (Postfix) with ESMTP id 090821C065 for ; Mon, 23 Mar 2020 11:51:12 +0100 (CET) IronPort-SDR: nRKHJp92yFz5rW8dH0W2IhQB4/cxsSHrZ+cwMAvcJ0X8T2UhlcEUDe+FOYfkh57DQDFkDaGD2v 1bj4jRWs31Hg== 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:12 -0700 IronPort-SDR: qM39y7RftA5B7iXyNcuFyMWGFPzhYzJdE3zCR6aJWv2AmbRhHusqGKYfMOUM+WvpkPYEgITQCz 9kuO/DD20R7A== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.72,296,1580803200"; d="scan'208";a="249574068" Received: from dpdk51.sh.intel.com ([10.67.110.245]) by orsmga006.jf.intel.com with ESMTP; 23 Mar 2020 03:51:10 -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:30 +0800 Message-Id: <20200323105431.13837-4-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 3/4] doc: update iavf 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/iavf.ini | 4 ++-- doc/guides/nics/features/iavf_vec.ini | 36 ----------------------------------- 2 files changed, 2 insertions(+), 38 deletions(-) delete mode 100644 doc/guides/nics/features/iavf_vec.ini diff --git a/doc/guides/nics/features/iavf.ini b/doc/guides/nics/features/iavf.ini index 80143059e..94d9f88a6 100644 --- a/doc/guides/nics/features/iavf.ini +++ b/doc/guides/nics/features/iavf.ini @@ -22,8 +22,8 @@ RSS reta update = Y VLAN filter = Y CRC offload = Y VLAN offload = Y -L3 checksum offload = Y -L4 checksum offload = Y +L3 checksum offload = P +L4 checksum offload = P Packet type parsing = Y Rx descriptor status = Y Tx descriptor status = Y diff --git a/doc/guides/nics/features/iavf_vec.ini b/doc/guides/nics/features/iavf_vec.ini deleted file mode 100644 index 167f5fdf3..000000000 --- a/doc/guides/nics/features/iavf_vec.ini +++ /dev/null @@ -1,36 +0,0 @@ -; -; Supported features of the 'iavf_vec' network poll mode driver. -; -; Refer to default.ini for the full list of available PMD features. -; -[Features] -Speed capabilities = Y -Link status = 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 -CRC offload = Y -VLAN offload = P -L3 checksum offload = P -L4 checksum offload = P -Packet type parsing = Y -Rx descriptor status = Y -Tx descriptor status = Y -Basic stats = Y -Multiprocess aware = Y -BSD nic_uio = Y -Linux UIO = Y -Linux VFIO = Y -x86-32 = Y -x86-64 = Y From patchwork Mon Mar 23 10:54:31 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Qi Zhang X-Patchwork-Id: 67031 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 16D39A0565; Mon, 23 Mar 2020 11:51:38 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id D83751C0B3; Mon, 23 Mar 2020 11:51:16 +0100 (CET) Received: from mga04.intel.com (mga04.intel.com [192.55.52.120]) by dpdk.org (Postfix) with ESMTP id A181C1C0B1 for ; Mon, 23 Mar 2020 11:51:15 +0100 (CET) IronPort-SDR: OG4cRMubRqZOpDs4GlYLV8z83Sh+jNEmKRDnmchTzHzbuyCDwx+chC3VE1XXodySvmsu68EEl/ j9E3CGu8bLHQ== 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:15 -0700 IronPort-SDR: 3HeTUZiXNvx94l6aGAXmQbqfnq1sn5Unq8pi4VfMGmYqu6iy19CNjSlFFNgIEmrqUJw+hZ58yi RoxDnuzttrpA== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.72,296,1580803200"; d="scan'208";a="249574075" Received: from dpdk51.sh.intel.com ([10.67.110.245]) by orsmga006.jf.intel.com with ESMTP; 23 Mar 2020 03:51:12 -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:31 +0800 Message-Id: <20200323105431.13837-5-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 4/4] doc: update ixgbe 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/ixgbe.ini | 16 +++++------ doc/guides/nics/features/ixgbe_vec.ini | 46 ------------------------------- doc/guides/nics/features/ixgbe_vf.ini | 14 +++++----- doc/guides/nics/features/ixgbe_vf_vec.ini | 32 --------------------- 4 files changed, 15 insertions(+), 93 deletions(-) delete mode 100644 doc/guides/nics/features/ixgbe_vec.ini delete mode 100644 doc/guides/nics/features/ixgbe_vf_vec.ini diff --git a/doc/guides/nics/features/ixgbe.ini b/doc/guides/nics/features/ixgbe.ini index c412d7af1..fab0487fa 100644 --- a/doc/guides/nics/features/ixgbe.ini +++ b/doc/guides/nics/features/ixgbe.ini @@ -29,14 +29,14 @@ Flow API = Y Rate limitation = Y Traffic mirroring = Y Inline crypto = Y -CRC offload = Y -VLAN offload = Y -QinQ offload = Y -L3 checksum offload = Y -L4 checksum offload = Y -MACsec offload = Y -Inner L3 checksum = Y -Inner L4 checksum = Y +CRC offload = P +VLAN offload = P +QinQ offload = P +L3 checksum offload = P +L4 checksum offload = P +MACsec 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/ixgbe_vec.ini b/doc/guides/nics/features/ixgbe_vec.ini deleted file mode 100644 index 99098b1c4..000000000 --- a/doc/guides/nics/features/ixgbe_vec.ini +++ /dev/null @@ -1,46 +0,0 @@ -; -; Supported features of the 'ixgbe_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 -LRO = Y -TSO = Y -Promiscuous mode = Y -Allmulticast mode = Y -Unicast 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 -Rate limitation = Y -Traffic mirroring = Y -Inline crypto = Y -Timesync = Y -Rx descriptor status = Y -Tx descriptor status = Y -Basic stats = Y -Extended stats = Y -Stats per queue = Y -EEPROM dump = Y -Module EEPROM dump = Y -Registers dump = Y -Multiprocess aware = Y -BSD nic_uio = Y -Linux UIO = Y -Linux VFIO = Y -ARMv8 = Y -x86-32 = Y -x86-64 = Y diff --git a/doc/guides/nics/features/ixgbe_vf.ini b/doc/guides/nics/features/ixgbe_vf.ini index 161419059..b75d7089a 100644 --- a/doc/guides/nics/features/ixgbe_vf.ini +++ b/doc/guides/nics/features/ixgbe_vf.ini @@ -19,13 +19,13 @@ RSS key update = Y RSS reta update = Y VLAN filter = Y Inline crypto = 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 +CRC offload = P +VLAN offload = P +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/ixgbe_vf_vec.ini b/doc/guides/nics/features/ixgbe_vf_vec.ini deleted file mode 100644 index 80e7f3bd2..000000000 --- a/doc/guides/nics/features/ixgbe_vf_vec.ini +++ /dev/null @@ -1,32 +0,0 @@ -; -; Supported features of the 'ixgbevf_vec' network poll mode driver. -; -; Refer to default.ini for the full list of available PMD features. -; -[Features] -Link status = Y -Rx interrupt = Y -MTU update = Y -Jumbo frame = Y -Scattered Rx = Y -LRO = Y -TSO = Y -Allmulticast mode = Y -Unicast MAC filter = Y -RSS hash = Y -RSS key update = Y -RSS reta update = Y -VLAN filter = Y -Inline crypto = Y -Rx descriptor status = Y -Tx descriptor status = Y -Basic stats = Y -Extended stats = Y -Registers dump = Y -Multiprocess aware = Y -BSD nic_uio = Y -Linux UIO = Y -Linux VFIO = Y -ARMv8 = Y -x86-32 = Y -x86-64 = Y