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 0E9D2A3168 for ; Wed, 16 Oct 2019 05:07:53 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 843351E8F5; Wed, 16 Oct 2019 05:07:52 +0200 (CEST) Received: from mga18.intel.com (mga18.intel.com [134.134.136.126]) by dpdk.org (Postfix) with ESMTP id 0C20B1DFEA for ; Wed, 16 Oct 2019 05:07:50 +0200 (CEST) X-Amp-Result: UNKNOWN X-Amp-Original-Verdict: FILE UNKNOWN X-Amp-File-Uploaded: False Received: from fmsmga004.fm.intel.com ([10.253.24.48]) by orsmga106.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 15 Oct 2019 20:07:49 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.67,302,1566889200"; d="scan'208";a="220641773" Received: from yexl-server.sh.intel.com (HELO localhost) ([10.67.117.17]) by fmsmga004.fm.intel.com with ESMTP; 15 Oct 2019 20:07:48 -0700 Date: Wed, 16 Oct 2019 11:05:07 +0800 From: Ye Xiaolong To: Haiyue Wang Cc: dev@dpdk.org Message-ID: <20191016030507.GI3725@intel.com> References: <20191009130716.80418-1-haiyue.wang@intel.com> <20191014145005.94650-1-haiyue.wang@intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20191014145005.94650-1-haiyue.wang@intel.com> User-Agent: Mutt/1.9.4 (2018-02-28) Subject: Re: [dpdk-dev] [PATCH v2 0/2] net/ice: protocol extraction related issues 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" On 10/14, Haiyue Wang wrote: >v1 -> v2: > Split into two patches, one is fixing a commit > >Haiyue Wang (2): > net/ice: fix the missed memory free when dev is closed > net/ice: avoid the parsed devargs value being overwritten > > drivers/net/ice/ice_ethdev.c | 44 +++++++++++++++++++++++++----------- > drivers/net/ice/ice_ethdev.h | 1 + > 2 files changed, 32 insertions(+), 13 deletions(-) > >-- >2.17.1 > Series applied to dpdk-next-net-intel.