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 9BA96A0599; Fri, 10 Apr 2020 03:05:18 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 7BDB81D41C; Fri, 10 Apr 2020 03:05:18 +0200 (CEST) Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by dpdk.org (Postfix) with ESMTP id 3D4531D419 for ; Fri, 10 Apr 2020 03:05:17 +0200 (CEST) IronPort-SDR: UvYB6C+4Gkz/5NHsKCt8L1GbJPLNbhQ/00yJH7x2tfLQ/NLgHEM1wiN8KXvA3ONd2mQ26IO9Rz +0OZXsA9XREQ== X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga004.fm.intel.com ([10.253.24.48]) by fmsmga102.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 09 Apr 2020 18:05:16 -0700 IronPort-SDR: SnFhDvLg0AtEfqGW4o9IhGzUZbWAUQgTl69ILS9PxFVqb5DJGQtx+icYPJQEeUxXVyyXuKlMFz fbDD9Qk1ylOQ== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.72,364,1580803200"; d="scan'208";a="276029051" Received: from fmsmsx108.amr.corp.intel.com ([10.18.124.206]) by fmsmga004.fm.intel.com with ESMTP; 09 Apr 2020 18:05:16 -0700 Received: from fmsmsx606.amr.corp.intel.com (10.18.126.86) by FMSMSX108.amr.corp.intel.com (10.18.124.206) with Microsoft SMTP Server (TLS) id 14.3.439.0; Thu, 9 Apr 2020 18:05:16 -0700 Received: from fmsmsx606.amr.corp.intel.com (10.18.126.86) by fmsmsx606.amr.corp.intel.com (10.18.126.86) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.1713.5; Thu, 9 Apr 2020 18:05:11 -0700 Received: from shsmsx104.ccr.corp.intel.com (10.239.4.70) by fmsmsx606.amr.corp.intel.com (10.18.126.86) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256) id 15.1.1713.5 via Frontend Transport; Thu, 9 Apr 2020 18:05:11 -0700 Received: from shsmsx103.ccr.corp.intel.com ([169.254.4.146]) by SHSMSX104.ccr.corp.intel.com ([169.254.5.225]) with mapi id 14.03.0439.000; Fri, 10 Apr 2020 09:05:09 +0800 From: "Zhang, Qi Z" To: "Zhao1, Wei" , "dev@dpdk.org" CC: "Lu, Nannan" , "Peng, Yuan" Thread-Topic: [PATCH 0/3] update ice switch base code Thread-Index: AQHWDtPjnKc2xEeya0OgbkO+guZrcKhxil/g Date: Fri, 10 Apr 2020 01:05:08 +0000 Message-ID: <039ED4275CED7440929022BC67E70611547F69AE@SHSMSX103.ccr.corp.intel.com> References: <20200410004157.3032-1-wei.zhao1@intel.com> In-Reply-To: <20200410004157.3032-1-wei.zhao1@intel.com> 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/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" > -----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 >=20 > This patch set fix some ice base code bug of switch. >=20 > 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 >=20 > drivers/net/ice/base/ice_switch.c | 23 +++++++++++++++++------ > drivers/net/ice/base/ice_switch.h | 1 + > 2 files changed, 18 insertions(+), 6 deletions(-) >=20 > -- > 2.19.1 Acked-by: Qi Zhang