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 9DFE7A0547; Fri, 10 Sep 2021 10:26:54 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 87CDA406B4; Fri, 10 Sep 2021 10:26:54 +0200 (CEST) Received: from mga18.intel.com (mga18.intel.com [134.134.136.126]) by mails.dpdk.org (Postfix) with ESMTP id 1A6BA4003E for ; Fri, 10 Sep 2021 10:26:52 +0200 (CEST) X-IronPort-AV: E=McAfee;i="6200,9189,10102"; a="208136133" X-IronPort-AV: E=Sophos;i="5.85,282,1624345200"; d="scan'208";a="208136133" Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by orsmga106.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 10 Sep 2021 01:26:46 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.85,282,1624345200"; d="scan'208";a="540346304" Received: from wuwenjun.sh.intel.com ([10.67.110.178]) by FMSMGA003.fm.intel.com with ESMTP; 10 Sep 2021 01:26:45 -0700 From: Wenjun Wu To: dev@dpdk.org, qi.z.zhang@intel.com Cc: Wenjun Wu Date: Fri, 10 Sep 2021 16:08:14 +0800 Message-Id: <20210910080821.18718-1-wenjun1.wu@intel.com> X-Mailer: git-send-email 2.25.1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: [dpdk-dev] [PATCH 20.11 0/7] backport feature support to DPDK 20.11 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 Sender: "dev" Below patches are target to DPDK 20.11. They are based on the previous patch set in http://patches.dpdk.org/project/dpdk/list/?series=18158&state=%2A&archive=both. They are not for LTS upstream, just for users to cherrypick. feature includes 1. flow priority for switch. 2. support maximum to 256 queues in PF. 3. support L4 QinQ filter. 4. support 6 tuple. Steve Yang (1): net/ice/base: support L4 for QinQ switch filter Wenjun Wu (4): net/ice: support 256 queues net/ice: fix error set of queue number net/ice: support 6-tuple RSS net/ice: add L4 support for QinQ switch filter Yuying Zhang (2): net/ice: add priority check for flow filters net/ice: refine flow priority usage drivers/net/ice/base/ice_switch.c | 176 +++++++++++++++++++++++++++- drivers/net/ice/ice_acl_filter.c | 5 +- drivers/net/ice/ice_ethdev.c | 8 +- drivers/net/ice/ice_ethdev.h | 4 +- drivers/net/ice/ice_fdir_filter.c | 5 +- drivers/net/ice/ice_generic_flow.c | 4 +- drivers/net/ice/ice_hash.c | 20 +++- drivers/net/ice/ice_switch_filter.c | 35 +++++- 8 files changed, 238 insertions(+), 19 deletions(-) -- 2.25.1