From patchwork Tue Oct 17 13:25:00 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Xing, Beilei" X-Patchwork-Id: 132690 X-Patchwork-Delegate: qi.z.zhang@intel.com Return-Path: X-Original-To: patchwork@inbox.dpdk.org Delivered-To: patchwork@inbox.dpdk.org Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id 2EA5B43186; Tue, 17 Oct 2023 07:05:07 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id AD09F40269; Tue, 17 Oct 2023 07:05:06 +0200 (CEST) Received: from mgamail.intel.com (mgamail.intel.com [134.134.136.20]) by mails.dpdk.org (Postfix) with ESMTP id 6EF9F4021D for ; Tue, 17 Oct 2023 07:05:04 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1697519104; x=1729055104; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=pOY/54cZRYAiU9BL4W9qhdUH9IAxtLFj3hRL8JMEAOU=; b=XL2Vz4A7yzsbzIiiQcx1xkmCOJqNww5aBQJPKWbZ7N7WuYbtUsm0VM/9 voRTbsnMm3Wh9JmeDfXfVzJFoSK7PZavW1Ox7JitDqE0IY6OCU5u6pN/y 9cba3tCYtycyA+Oh1+D9P+PG8N8k1Wo7MOx0nUbYVK3iPrfdpK8pIxkuq OIrYJSBkKOOJkhtkiuhkRAF/htIOhyVKjJm1bQ150jnYZLSVgUzX0i4pq VMgM0gxEeW0/eEXh7loRNkb8TZOW2cVpeu5KcQNBk2s7EinBiwic0sVF8 BL+417l+cNNn5hMW8RKx1bnWuCGeVUlS029SxPJtCoGrW0VL/kDSPTZOu g==; X-IronPort-AV: E=McAfee;i="6600,9927,10865"; a="376067369" X-IronPort-AV: E=Sophos;i="6.03,231,1694761200"; d="scan'208";a="376067369" Received: from fmviesa001.fm.intel.com ([10.60.135.141]) by orsmga101.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 16 Oct 2023 22:05:03 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="6.03,231,1694761200"; d="scan'208";a="3928929" Received: from dpdk-beileix-icelake.sh.intel.com ([10.67.116.231]) by fmviesa001.fm.intel.com with ESMTP; 16 Oct 2023 22:05:07 -0700 From: beilei.xing@intel.com To: jingjing.wu@intel.com Cc: dev@dpdk.org, Beilei Xing Subject: [PATCH v2] doc: update feature list for idpf and cpfl Date: Tue, 17 Oct 2023 13:25:00 +0000 Message-Id: <20231017132500.623876-1-beilei.xing@intel.com> X-Mailer: git-send-email 2.34.1 In-Reply-To: <20231012151542.463873-1-beilei.xing@intel.com> References: <20231012151542.463873-1-beilei.xing@intel.com> MIME-Version: 1.0 X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org From: Beilei Xing Add all supported features in idpf.ini and cpfl.ini. Signed-off-by: Beilei Xing --- V2 changes: - Add all supported features, not just RSS. doc/guides/nics/features/cpfl.ini | 10 ++++++++++ doc/guides/nics/features/idpf.ini | 9 +++++++++ 2 files changed, 19 insertions(+) diff --git a/doc/guides/nics/features/cpfl.ini b/doc/guides/nics/features/cpfl.ini index 66d0caebbb..9563267513 100644 --- a/doc/guides/nics/features/cpfl.ini +++ b/doc/guides/nics/features/cpfl.ini @@ -7,10 +7,20 @@ ; is selected. ; [Features] +Speed capabilities = Y +Link status = Y +Queue start/stop = Y MTU update = Y +Scattered Rx = P TSO = P +RSS hash = Y +RSS key update = Y +RSS reta update = Y L3 checksum offload = P L4 checksum offload = P +Timestamp offload = P +Packet type parsing = Y +Basic stats = Y Linux = Y x86-32 = Y x86-64 = Y diff --git a/doc/guides/nics/features/idpf.ini b/doc/guides/nics/features/idpf.ini index 099fd7f216..63b799289a 100644 --- a/doc/guides/nics/features/idpf.ini +++ b/doc/guides/nics/features/idpf.ini @@ -7,11 +7,20 @@ ; is selected. ; [Features] +Speed capabilities = Y +Link status = Y +Queue start/stop = Y MTU update = Y +Scattered Rx = P TSO = P +RSS hash = Y +RSS key update = Y +RSS reta update = Y L3 checksum offload = P L4 checksum offload = P Timestamp offload = P +Packet type parsing = Y +Basic stats = Y Linux = Y x86-32 = Y x86-64 = Y