From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id CAA1AA00C3; Tue, 19 Apr 2022 09:49:48 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 4C9B54280C; Tue, 19 Apr 2022 09:48:52 +0200 (CEST) Received: from mga17.intel.com (mga17.intel.com [192.55.52.151]) by mails.dpdk.org (Postfix) with ESMTP id 001A140150 for ; Tue, 19 Apr 2022 09:48:49 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1650354530; x=1681890530; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=F37mIwDl2/+b8n6Vq0o0fRntPbvivp/OvdAMlHBhwaI=; b=QBloncZsYuGQQt4cB5BzUk/Ggrg8xSJkOyAzbYGiE1uu7k9GHEVOW5J3 yKVER1y0vrSNnjnsJnTouH15d2tEewPPtfffGOO39EmSOU8Yy7G0Lm7au O7SwNieRS+ErYOEPMfP5nHXm0yx9ZkumpRfZgg1U3O4rwxFhoXnzMLwwz iDcS2zlJPdGJKPqG9c5cn62hcjaiuaLD+d9PUzqPvvQpsNth7rdQ3Y160 3b5H1eLnsv197LLc6DpVCRtZNClTJnJDziDPKsgdqSMkHZqZIPTl5rAmL X1IwsuxG8/i2iPdrv6puTAIo9xwnU7HQLqVBg4+yzGkGQIUtTMgQGa/Cv A==; X-IronPort-AV: E=McAfee;i="6400,9594,10321"; a="244288833" X-IronPort-AV: E=Sophos;i="5.90,272,1643702400"; d="scan'208";a="244288833" Received: from orsmga008.jf.intel.com ([10.7.209.65]) by fmsmga107.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 19 Apr 2022 00:48:49 -0700 X-IronPort-AV: E=Sophos;i="5.90,272,1643702400"; d="scan'208";a="575972127" Received: from intel-cd-odc-kevin.cd.intel.com ([10.240.178.195]) by orsmga008-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 19 Apr 2022 00:48:46 -0700 From: Kevin Liu To: dev@dpdk.org Cc: qiming.yang@intel.com, qi.z.zhang@intel.com, stevex.yang@intel.com, Kevin Liu Subject: [PATCH v4 23/23] doc: update for ice DCF datapath configuration Date: Tue, 19 Apr 2022 15:46:14 +0000 Message-Id: <20220419154614.476154-24-kevinx.liu@intel.com> X-Mailer: git-send-email 2.33.1 In-Reply-To: <20220419154614.476154-1-kevinx.liu@intel.com> References: <20220413171030.2231163-1-kevinx.liu@intel.com> <20220419154614.476154-1-kevinx.liu@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit 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 Update "ice_dcf" driver feature list. Signed-off-by: Kevin Liu --- doc/guides/nics/features/ice_dcf.ini | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/doc/guides/nics/features/ice_dcf.ini b/doc/guides/nics/features/ice_dcf.ini index 54073f0b88..2f3e14a24e 100644 --- a/doc/guides/nics/features/ice_dcf.ini +++ b/doc/guides/nics/features/ice_dcf.ini @@ -15,6 +15,21 @@ L3 checksum offload = P L4 checksum offload = P Inner L3 checksum = P Inner L4 checksum = P +Promiscuous mode = Y +Allmulticast mode = Y +Unicast MAC filter = Y +Link status = Y +Link status event = Y +Packet type parsing = Y +VLAN filter = Y +VLAN offload = Y +RSS hash = Y +RSS key update = Y +RSS reta update = Y +Basic stats = Y +Extended stats = Y +MTU update = Y +Power mgmt address monitor = Y Basic stats = Y Linux = Y x86-32 = Y -- 2.33.1