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 3903FA04B7; Wed, 14 Oct 2020 10:03:35 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 0447E1DC8B; Wed, 14 Oct 2020 10:03:34 +0200 (CEST) Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by dpdk.org (Postfix) with ESMTP id 4F2B71DC77 for ; Wed, 14 Oct 2020 10:03:32 +0200 (CEST) IronPort-SDR: wxzzSBARG1qXuZ/NFZinGkatbeQJ3EFrtvJF1fnq3UeA4gXScs40zD4l5OBH9U2CM+LGUIwqdX c6LVPKYlbIlg== X-IronPort-AV: E=McAfee;i="6000,8403,9773"; a="166180730" X-IronPort-AV: E=Sophos;i="5.77,374,1596524400"; d="scan'208";a="166180730" X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga008.fm.intel.com ([10.253.24.58]) by orsmga102.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 14 Oct 2020 01:03:29 -0700 IronPort-SDR: mH/3EXW6fxzfeRNetsPmlItApg5sdl8uzWfKn+KiEBKCXki74f3I7LZ2LuhXGN+cBkFgfUD/JP wqIdt9qrPm2w== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.77,374,1596524400"; d="scan'208";a="299855443" Received: from fmsmsx603.amr.corp.intel.com ([10.18.126.83]) by fmsmga008.fm.intel.com with ESMTP; 14 Oct 2020 01:03:27 -0700 Received: from shsmsx601.ccr.corp.intel.com (10.109.6.141) by fmsmsx603.amr.corp.intel.com (10.18.126.83) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.1713.5; Wed, 14 Oct 2020 01:03:26 -0700 Received: from shsmsx601.ccr.corp.intel.com (10.109.6.141) by SHSMSX601.ccr.corp.intel.com (10.109.6.141) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.1713.5; Wed, 14 Oct 2020 16:03:24 +0800 Received: from shsmsx601.ccr.corp.intel.com ([10.109.6.141]) by SHSMSX601.ccr.corp.intel.com ([10.109.6.141]) with mapi id 15.01.1713.004; Wed, 14 Oct 2020 16:03:24 +0800 From: "Zhang, Qi Z" To: "Su, Simei" CC: "dev@dpdk.org" , "Wang, Haiyue" , "Yang, Qiming" Thread-Topic: [PATCH] net/ice: support drop action for DCF switch Thread-Index: AQHWlUBf/2SLivvgrUmnz5vY6MUOkqmW1klg Date: Wed, 14 Oct 2020 08:03:24 +0000 Message-ID: References: <20200928023156.366178-1-simei.su@intel.com> In-Reply-To: <20200928023156.366178-1-simei.su@intel.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: dlp-reaction: no-action dlp-version: 11.5.1.3 dlp-product: dlpe-windows x-originating-ip: [10.108.32.68] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH] net/ice: support drop action for DCF switch 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: Su, Simei > Sent: Monday, September 28, 2020 10:32 AM > To: Zhang, Qi Z > Cc: dev@dpdk.org; Wang, Haiyue ; Yang, Qiming > ; Su, Simei > Subject: [PATCH] net/ice: support drop action for DCF switch >=20 > This patch adds drop action in DCF switch filter. >=20 > Signed-off-by: Simei Su Acked-by: Qi Zhang Applied to dpdk-next-net-intel. Thanks Qi