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 83E6DA0350; Wed, 1 Jul 2020 07:45:55 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id DD2211BF78; Wed, 1 Jul 2020 07:45:54 +0200 (CEST) Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by dpdk.org (Postfix) with ESMTP id 46BC225B3 for ; Wed, 1 Jul 2020 07:45:53 +0200 (CEST) IronPort-SDR: PgkCwntYVG8tbxeOQ20TOEmO38z6uqTOmpZZnwIyvpyyhKkjsoor+tT41VKncjAZjlf/voWR7Q g9EXx8r1H7fA== X-IronPort-AV: E=McAfee;i="6000,8403,9668"; a="148033629" X-IronPort-AV: E=Sophos;i="5.75,299,1589266800"; d="scan'208";a="148033629" X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga005.jf.intel.com ([10.7.209.41]) by orsmga102.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 30 Jun 2020 22:45:52 -0700 IronPort-SDR: OrWVM5MyVp6cgTFBPW5E//n6IeTrfecG4NqAWgJyAbnfhcajHcamj8x2AKA71tIS1iv5+mSxqN RiRHx4ZfSzhg== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.75,299,1589266800"; d="scan'208";a="454875962" Received: from dpdk51.sh.intel.com ([10.67.111.82]) by orsmga005.jf.intel.com with ESMTP; 30 Jun 2020 22:45:50 -0700 From: Qi Zhang To: qiming.yang@intel.com Cc: dev@dpdk.org, Qi Zhang Date: Wed, 1 Jul 2020 13:49:43 +0800 Message-Id: <20200701054951.2393-1-qi.z.zhang@intel.com> X-Mailer: git-send-email 2.13.6 Subject: [dpdk-dev] [PATCH v2 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. 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: code clean in FDIR 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 | 24 +- drivers/net/ice/base/ice_lan_tx_rx.h | 1 - drivers/net/ice/base/ice_sched.c | 3 +- 12 files changed, 446 insertions(+), 247 deletions(-) -- 2.13.6