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 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 -- 2.13.6