From patchwork Thu Oct 12 15:15:42 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Xing, Beilei" X-Patchwork-Id: 132573 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 2D0AB426DA; Thu, 12 Oct 2023 08:56:42 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id A67E6402BA; Thu, 12 Oct 2023 08:56:41 +0200 (CEST) Received: from mgamail.intel.com (mgamail.intel.com [192.198.163.7]) by mails.dpdk.org (Postfix) with ESMTP id 363224028C for ; Thu, 12 Oct 2023 08:56:38 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1697093800; x=1728629800; h=from:to:cc:subject:date:message-id:mime-version: content-transfer-encoding; bh=h9HwYdTb0x35y1WPxwkD3ssC1YESwD3uBCGtkDiS7RU=; b=TaKkHeVWzeAJhxF+NPmysc0DOYvTW1SXX7nuS74W0QbKDH/0TfBu6p+R L1TMa2tJQRT9f6H+jdSJeHXTV0rIjan7eSvF4UFsbS+k7jC8HgENEyQs0 Xwr8hW2hargxUsIrZSqBD2i2XRUUeA01CJoU4c6KQhvWo2D93gU0orI/Y soHWwiARwxg2zlsunbCvfiU8o+xlzSmpUuK1qNSISaRrGbuXHuMHRKERc e+wPkHJVpgQVx8KNJm+DAZKiDOOwyeAsOaRThzD9YNE38TNFbdNClSxYl h1DJgsrP7tAjdpT6YOxWiKoKlPvWX5biuAj7ATmJ+7NKYSYqOpR+2zpoB A==; X-IronPort-AV: E=McAfee;i="6600,9927,10860"; a="6397464" X-IronPort-AV: E=Sophos;i="6.03,218,1694761200"; d="scan'208";a="6397464" Received: from fmsmga008.fm.intel.com ([10.253.24.58]) by fmvoesa101.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 11 Oct 2023 23:56:32 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6600,9927,10860"; a="820027302" X-IronPort-AV: E=Sophos;i="6.03,218,1694761200"; d="scan'208";a="820027302" Received: from dpdk-beileix-icelake.sh.intel.com ([10.67.116.231]) by fmsmga008.fm.intel.com with ESMTP; 11 Oct 2023 23:55:33 -0700 From: beilei.xing@intel.com To: jingjing.wu@intel.com Cc: dev@dpdk.org, Beilei Xing Subject: [PATCH] doc: update feature list for idpf and cpfl Date: Thu, 12 Oct 2023 15:15:42 +0000 Message-Id: <20231012151542.463873-1-beilei.xing@intel.com> X-Mailer: git-send-email 2.34.1 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 RSS support in idpf.ini and cpfl.ini. Signed-off-by: Beilei Xing --- doc/guides/nics/features/cpfl.ini | 3 +++ doc/guides/nics/features/idpf.ini | 3 +++ 2 files changed, 6 insertions(+) diff --git a/doc/guides/nics/features/cpfl.ini b/doc/guides/nics/features/cpfl.ini index f4e45c7c68..4eb1c829cc 100644 --- a/doc/guides/nics/features/cpfl.ini +++ b/doc/guides/nics/features/cpfl.ini @@ -9,6 +9,9 @@ [Features] MTU update = Y TSO = P +RSS hash = Y +RSS key update = Y +RSS reta update = Y L3 checksum offload = P L4 checksum offload = P Linux = Y diff --git a/doc/guides/nics/features/idpf.ini b/doc/guides/nics/features/idpf.ini index 099fd7f216..d004681c3a 100644 --- a/doc/guides/nics/features/idpf.ini +++ b/doc/guides/nics/features/idpf.ini @@ -9,6 +9,9 @@ [Features] MTU update = Y TSO = P +RSS hash = Y +RSS key update = Y +RSS reta update = Y L3 checksum offload = P L4 checksum offload = P Timestamp offload = P