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 A882DA00C3; Tue, 19 Apr 2022 10:02:43 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 3BB4B4068E; Tue, 19 Apr 2022 10:02:43 +0200 (CEST) Received: from mga18.intel.com (mga18.intel.com [134.134.136.126]) by mails.dpdk.org (Postfix) with ESMTP id 94C5D4014F for ; Tue, 19 Apr 2022 10:02:40 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1650355361; x=1681891361; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=XJEnR5H8wp5MmqxAjvhIPWnZdo+TB1Zk71kB6fM6ulg=; b=NVOTEsTrV4SwxCmb7WpOGhzwabcc9XCUa0C2Z8FnBDHwJOj+rlnVrXcg 9M2YbyYM8XTFzareZMNwJJgE4bXaRxodc0Cybf+oKBFqZgZf0qRm7TyNx MN7RuRLSqiwXQZq3P4PH9XWshqPocUMkzPIpKryWhR6ZfcSE1tMzQ2IO1 8POWdvsjZminHsjT69JAVDAX9Xu82T2N9hMHOFSCBnbv0fQdElHWnp8LN 88u/ZuZY607SAGA6sViIja43J9iayQwPFv6cpykkcmUzU50lKXGkSO3BQ alg0idx7r0A30kDKafsvU9PbCGorVKfZ0B1sc1tfsKR4joUvyXTvFqEwk g==; X-IronPort-AV: E=McAfee;i="6400,9594,10321"; a="245598848" X-IronPort-AV: E=Sophos;i="5.90,272,1643702400"; d="scan'208";a="245598848" Received: from orsmga008.jf.intel.com ([10.7.209.65]) by orsmga106.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 19 Apr 2022 01:02:39 -0700 X-IronPort-AV: E=Sophos;i="5.90,272,1643702400"; d="scan'208";a="575978161" 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 01:02:37 -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 0/2] fix DCF function defect Date: Tue, 19 Apr 2022 16:01:29 +0000 Message-Id: <20220419160131.484677-1-kevinx.liu@intel.com> X-Mailer: git-send-email 2.33.1 In-Reply-To: <20220413171030.2231163-1-kevinx.liu@intel.com> References: <20220413171030.2231163-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 Some modifications of associated complete common VF features for DCF. v4: Transfer the fix patch from the feature cover-letter to here. v3: * remove patch: 1.net/ice/base: add VXLAN support for switch filter 2.net/ice: add VXLAN support for switch filter 3.common/iavf: support flushing rules and reporting DCF id 4.net/ice/base: fix ethertype filter input set 5.net/ice/base: support IPv6 GRE UDP pattern 6.net/ice/base: support new patterns of TCP and UDP 7.net/ice: support new patterns of TCP and UDP 8.net/ice/base: support IPv4 GRE tunnel 9.net/ice: support IPv4 GRE raw pattern type 10.net/ice/base: update Profile ID table for VXLAN 11.net/ice/base: update Protocol ID table to match DVM DDP v2: * remove patch: 1.net/iavf: support checking if device is an MDCF instance 2.net/ice: support MDCF(multi-DCF) instance 3.net/ice/base: support custom DDP buildin recipe 4.net/ice: support buildin recipe configuration 5.net/ice/base: support custom ddp package version 6.net/ice: disable ACL function for MDCF instance Alvin Zhang (1): net/ice: fix DCF ACL flow engine Kevin Liu (1): net/ice: fix DCF reset drivers/net/ice/base/ice_common.c | 4 +++- drivers/net/ice/ice_acl_filter.c | 20 ++++++++++++++---- drivers/net/ice/ice_dcf.c | 2 +- drivers/net/ice/ice_dcf_ethdev.c | 17 ++++++++++++++- drivers/net/ice/ice_dcf_parent.c | 3 +++ drivers/net/ice/ice_generic_flow.c | 34 +++++++++++++++++++++++------- 6 files changed, 65 insertions(+), 15 deletions(-) -- 2.33.1