From patchwork Tue Jul 23 03:51:09 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Qi Zhang X-Patchwork-Id: 56929 Return-Path: X-Original-To: patchwork@dpdk.org Delivered-To: patchwork@dpdk.org Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id D8F2A1BEF8; Tue, 23 Jul 2019 05:48:44 +0200 (CEST) Received: from mga18.intel.com (mga18.intel.com [134.134.136.126]) by dpdk.org (Postfix) with ESMTP id 0B4421BEF7 for ; Tue, 23 Jul 2019 05:48:42 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga008.jf.intel.com ([10.7.209.65]) by orsmga106.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 22 Jul 2019 20:48:42 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.64,297,1559545200"; d="scan'208";a="163371667" Received: from dpdk51.sh.intel.com ([10.67.110.245]) by orsmga008.jf.intel.com with ESMTP; 22 Jul 2019 20:48:40 -0700 From: Qi Zhang To: qiming.yang@intel.com, wenzhuo.lu@intel.com Cc: paul.m.stillwell.jr@intel.com, dev@dpdk.org, Qi Zhang Date: Tue, 23 Jul 2019 11:51:09 +0800 Message-Id: <20190723035115.42664-1-qi.z.zhang@intel.com> X-Mailer: git-send-email 2.13.6 Subject: [dpdk-dev] [PATCH 0/6] net/ice/base: couple share code fix 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" Qi Zhang (6): net/ice/base: fix inner TCP and UDP support for GRE net/ice/base: fix resource leak net/ice/base: fix ptype variable size net/ice/base: use macro instead of function name net/ice/base: cleanup hardware register macros net/ice/base: fix for and/or bitmap routines drivers/net/ice/base/ice_bitops.h | 6 +- drivers/net/ice/base/ice_common.c | 5 +- drivers/net/ice/base/ice_controlq.c | 2 +- drivers/net/ice/base/ice_flex_pipe.c | 15 +- drivers/net/ice/base/ice_flex_type.h | 2 +- drivers/net/ice/base/ice_hw_autogen.h | 943 ++++++++++------------------------ drivers/net/ice/base/ice_nvm.c | 4 +- drivers/net/ice/base/ice_switch.c | 128 ++++- 8 files changed, 389 insertions(+), 716 deletions(-) Acked-by: Qiming Yang