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 53454A0577; Wed, 15 Apr 2020 09:56:38 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id A07F61C2F0; Wed, 15 Apr 2020 09:56:37 +0200 (CEST) Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by dpdk.org (Postfix) with ESMTP id 7DDA11C2C0 for ; Wed, 15 Apr 2020 09:56:36 +0200 (CEST) IronPort-SDR: /x2JAm+ooWRaJVNW03yuYlYrDNxmDK8ayq3mTs9Y1VHnNQCIBP8aqHSha/kNF2dQN8yMKMrgWo mpGl9JocPdGg== X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga005.fm.intel.com ([10.253.24.32]) by orsmga102.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 15 Apr 2020 00:56:35 -0700 IronPort-SDR: Bi3HR3K2w4yGTJpQHcLbrxdaug+DBFJ/14F3AGW859gfrEqIW4pNDc6kkN/VijcgNDpjtfhRnb mX0BYZlAqjmg== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.72,386,1580803200"; d="scan'208";a="453838773" Received: from yexl-server.sh.intel.com (HELO localhost) ([10.67.117.17]) by fmsmga005.fm.intel.com with ESMTP; 15 Apr 2020 00:56:33 -0700 Date: Wed, 15 Apr 2020 15:52:30 +0800 From: Ye Xiaolong To: "Zhang, Qi Z" Cc: "Zhao1, Wei" , "dev@dpdk.org" , "Lu, Nannan" , "Peng, Yuan" Message-ID: <20200415075230.GA39737@intel.com> References: <20200410004157.3032-1-wei.zhao1@intel.com> <039ED4275CED7440929022BC67E70611547F69AE@SHSMSX103.ccr.corp.intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <039ED4275CED7440929022BC67E70611547F69AE@SHSMSX103.ccr.corp.intel.com> User-Agent: Mutt/1.9.4 (2018-02-28) Subject: Re: [dpdk-dev] [PATCH 0/3] update ice switch base code 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 04/10, Zhang, Qi Z wrote: > > >> -----Original Message----- >> From: Zhao1, Wei >> Sent: Friday, April 10, 2020 8:42 AM >> To: dev@dpdk.org >> Cc: Zhang, Qi Z ; Lu, Nannan ; >> Peng, Yuan >> Subject: [PATCH 0/3] update ice switch base code >> >> This patch set fix some ice base code bug of switch. >> >> Wei Zhao (3): >> net/ice/base: check the number of recipe when in chain >> net/ice/base: add mask check when find switch recipe >> net/ice/base: force switch to use different recipe for >> >> drivers/net/ice/base/ice_switch.c | 23 +++++++++++++++++------ >> drivers/net/ice/base/ice_switch.h | 1 + >> 2 files changed, 18 insertions(+), 6 deletions(-) >> >> -- >> 2.19.1 > >Acked-by: Qi Zhang > Applied to dpdk-next-net-intel, Thanks.