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 70B08A052B; Wed, 29 Jul 2020 02:22:29 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 0C8F31150; Wed, 29 Jul 2020 02:22:28 +0200 (CEST) Received: from mga17.intel.com (mga17.intel.com [192.55.52.151]) by dpdk.org (Postfix) with ESMTP id 4F85510A3 for ; Wed, 29 Jul 2020 02:22:26 +0200 (CEST) IronPort-SDR: qZTSU1Gi34xgB6lpZazUkDW4wtXOw98Ki8o0XhOJCjZGy7o0B+/47P+wmGc7zn5N4MjTuGq87v WctpTG3fuX/g== X-IronPort-AV: E=McAfee;i="6000,8403,9696"; a="131403042" X-IronPort-AV: E=Sophos;i="5.75,408,1589266800"; d="scan'208";a="131403042" X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga004.jf.intel.com ([10.7.209.38]) by fmsmga107.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 28 Jul 2020 17:22:25 -0700 IronPort-SDR: ykEoUW1N2EZtFhygwHen9ZFrrJZ2f6fHA/qFWJBMZ4WSukV4f26bitqbQo8e0EIi8Cn/0Z+tHJ nHAIM0voJMSw== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.75,408,1589266800"; d="scan'208";a="434514990" Received: from fmsmsx103.amr.corp.intel.com ([10.18.124.201]) by orsmga004.jf.intel.com with ESMTP; 28 Jul 2020 17:22:24 -0700 Received: from fmsmsx151.amr.corp.intel.com (10.18.125.4) by FMSMSX103.amr.corp.intel.com (10.18.124.201) with Microsoft SMTP Server (TLS) id 14.3.439.0; Tue, 28 Jul 2020 17:22:24 -0700 Received: from shsmsx152.ccr.corp.intel.com (10.239.6.52) by FMSMSX151.amr.corp.intel.com (10.18.125.4) with Microsoft SMTP Server (TLS) id 14.3.439.0; Tue, 28 Jul 2020 17:22:23 -0700 Received: from shsmsx103.ccr.corp.intel.com ([169.254.4.22]) by SHSMSX152.ccr.corp.intel.com ([169.254.6.250]) with mapi id 14.03.0439.000; Wed, 29 Jul 2020 08:22:18 +0800 From: "Zhang, Qi Z" To: wangyunjian , "dev@dpdk.org" CC: "Yang, Qiming" , "jerry.lilijun@huawei.com" , "xudingke@huawei.com" Thread-Topic: [dpdk-dev] [PATCH 0/2] fixes for ice driver Thread-Index: AQHWZOChZlR4kSlX5UK36ABhJDDO3qkdsrMw Date: Wed, 29 Jul 2020 00:22:17 +0000 Message-ID: <039ED4275CED7440929022BC67E706115486847D@SHSMSX103.ccr.corp.intel.com> References: In-Reply-To: Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: dlp-product: dlpe-windows dlp-version: 11.2.0.6 dlp-reaction: no-action x-originating-ip: [10.239.127.40] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH 0/2] fixes for ice driver 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" > -----Original Message----- > From: wangyunjian > Sent: Tuesday, July 28, 2020 9:11 PM > To: dev@dpdk.org > Cc: Yang, Qiming ; Zhang, Qi Z > ; jerry.lilijun@huawei.com; xudingke@huawei.com; > Yunjian Wang > Subject: [dpdk-dev] [PATCH 0/2] fixes for ice driver >=20 > From: Yunjian Wang >=20 > This series include two fixes patches for ice driver. >=20 > Yunjian Wang (2): > net/ice: fix memory leak when releasing vsi > net/ice: fix return value of null not checked >=20 > drivers/net/ice/ice_ethdev.c | 37 +++++++++++++++++++++++++++--------- > 1 file changed, 28 insertions(+), 9 deletions(-) >=20 > -- > 2.23.0 >=20 Acked-by: Qi Zhang Applied to dpdk-next-net-intel. Thanks Qi