From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id EDDE6A0526; Fri, 10 Jul 2020 04:17:12 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id B8C531DBB3; Fri, 10 Jul 2020 04:17:11 +0200 (CEST) Received: from mga07.intel.com (mga07.intel.com [134.134.136.100]) by dpdk.org (Postfix) with ESMTP id 89AE51DBAA; Fri, 10 Jul 2020 04:17:09 +0200 (CEST) IronPort-SDR: 3QuvwU0YeNnmJQffmbhn9Oe2Y/mkliL+MmHsdbpZcfst/7Lgnejgnz+52cbkitIKUI+GoG/ehE DQ5I7zkIQDrg== X-IronPort-AV: E=McAfee;i="6000,8403,9677"; a="213028665" X-IronPort-AV: E=Sophos;i="5.75,334,1589266800"; d="scan'208";a="213028665" X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga006.jf.intel.com ([10.7.209.51]) by orsmga105.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 09 Jul 2020 19:17:08 -0700 IronPort-SDR: lXBhO6GI36HN03HbEaAI9cqYEbE8+V0EBvKVDI+pJt/vBVxxjIcS1ZHEyOJKWsdKLOnbshuQu0 NOZRLnmTRNpA== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.75,334,1589266800"; d="scan'208";a="284360160" Received: from dpdk-junfengguo-v3.sh.intel.com ([10.67.119.146]) by orsmga006.jf.intel.com with ESMTP; 09 Jul 2020 19:17:06 -0700 From: Junfeng Guo To: qi.z.zhang@intel.com, qiming.yang@intel.com Cc: dev@dpdk.org, stable@dpdk.org, ferruh.yigit@intel.com, junfeng.guo@intel.com Date: Fri, 10 Jul 2020 10:14:04 +0800 Message-Id: <20200710021412.3403562-1-junfeng.guo@intel.com> X-Mailer: git-send-email 2.25.1 In-Reply-To: <20200701054951.2393-1-qi.z.zhang@intel.com> References: <20200701054951.2393-1-qi.z.zhang@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: [dpdk-dev] [PATCH v3 0/8] update base code batch 3 X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 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" The patchset include couple bug fixes and code clean also update the version number. v3: - adjust code position in ice_rem_rss_cfg_sync in PATCH 1/8 - remove uncessary printf and cleanup code style in PATCH 1/8 v2: - add missing part in ice_rem_rss_cfg_sync in PATCH 1/8 - remove unnessary change in PATCH 1/8 Qi Zhang (8): net/ice/base: fix GTP-U inner RSS IPv4 IPv6 co-exist net/ice/base: cleanup some code style net/ice/base: move LLDP function to common module net/ice/base: clean code in flow director module net/ice/base: add capability list AQ function net/ice/base: split capability parse into separate functions net/ice/base: clear and free XLT entries on reset net/ice/base: update version drivers/net/ice/base/README | 2 +- drivers/net/ice/base/ice_adminq_cmd.h | 6 +- drivers/net/ice/base/ice_common.c | 588 ++++++++++++++++++-------- drivers/net/ice/base/ice_common.h | 3 + drivers/net/ice/base/ice_dcb.c | 33 -- drivers/net/ice/base/ice_dcb.h | 3 - drivers/net/ice/base/ice_fdir.c | 23 +- drivers/net/ice/base/ice_fdir.h | 3 - drivers/net/ice/base/ice_flex_pipe.c | 4 +- drivers/net/ice/base/ice_flow.c | 22 +- drivers/net/ice/base/ice_lan_tx_rx.h | 1 - drivers/net/ice/base/ice_sched.c | 3 +- 12 files changed, 444 insertions(+), 247 deletions(-) -- 2.25.1