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 83A9CA0540; Mon, 20 Jul 2020 12:44:18 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 4D7192BE5; Mon, 20 Jul 2020 12:44:17 +0200 (CEST) Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by dpdk.org (Postfix) with ESMTP id 680A52BC8 for ; Mon, 20 Jul 2020 12:44:15 +0200 (CEST) IronPort-SDR: uVfFX2jbTgx4TgQq/uClpxU7Hf7/T6KRa/rO/RinLowS1KZohw+BqPByGKDru7/67efh76wq6q SaVkGXWQUJSQ== X-IronPort-AV: E=McAfee;i="6000,8403,9687"; a="137983496" X-IronPort-AV: E=Sophos;i="5.75,374,1589266800"; d="scan'208";a="137983496" X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga005.fm.intel.com ([10.253.24.32]) by orsmga101.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 20 Jul 2020 03:44:14 -0700 IronPort-SDR: fZ+yCYFt60GwvnxiZrbVUyE8HbnpyjtjkXz2bAqEJeLYMgAyI1NGKvBVYA3tbXs1qUPkxcRyum Z2g0TnD4y+VA== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.75,374,1589266800"; d="scan'208";a="487684141" Received: from fmsmsx106.amr.corp.intel.com ([10.18.124.204]) by fmsmga005.fm.intel.com with ESMTP; 20 Jul 2020 03:44:06 -0700 Received: from fmsmsx609.amr.corp.intel.com (10.18.126.89) by FMSMSX106.amr.corp.intel.com (10.18.124.204) with Microsoft SMTP Server (TLS) id 14.3.439.0; Mon, 20 Jul 2020 03:44:05 -0700 Received: from fmsmsx609.amr.corp.intel.com (10.18.126.89) by fmsmsx609.amr.corp.intel.com (10.18.126.89) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.1713.5; Mon, 20 Jul 2020 03:44:05 -0700 Received: from shsmsx151.ccr.corp.intel.com (10.239.6.50) by fmsmsx609.amr.corp.intel.com (10.18.126.89) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256) id 15.1.1713.5 via Frontend Transport; Mon, 20 Jul 2020 03:44:05 -0700 Received: from shsmsx103.ccr.corp.intel.com ([169.254.4.22]) by SHSMSX151.ccr.corp.intel.com ([169.254.3.49]) with mapi id 14.03.0439.000; Mon, 20 Jul 2020 18:42:33 +0800 From: "Zhang, Qi Z" To: "Sun, GuinanX" , "dev@dpdk.org" CC: "Zhao1, Wei" , "Yang, Qiming" , "Sun, GuinanX" Thread-Topic: [dpdk-dev] [PATCH v2 0/2] fix MAC ctrl frame fwd get Thread-Index: AQHWMMOukyPTWDcoZEm/gE5rKSPo1akQo1RQ Date: Mon, 20 Jul 2020 10:42:32 +0000 Message-ID: <039ED4275CED7440929022BC67E70611548625D4@SHSMSX103.ccr.corp.intel.com> References: <20200522061208.31694-1-guinanx.sun@intel.com> <20200523052239.62928-1-guinanx.sun@intel.com> In-Reply-To: <20200523052239.62928-1-guinanx.sun@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 v2 0/2] fix MAC ctrl frame fwd get 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: dev On Behalf Of Guinan Sun > Sent: Saturday, May 23, 2020 1:23 PM > To: dev@dpdk.org > Cc: Zhao1, Wei ; Yang, Qiming > ; Sun, GuinanX > Subject: [dpdk-dev] [PATCH v2 0/2] fix MAC ctrl frame fwd get >=20 > Fix incorrect MAC control frame forward. > Fix flow control status get. > --- > v2 changes: > * Rebase. > * Split into two patches. > * Set fc mac_ctrl_frame_fwd by bit operation. > * Modify commit messge. >=20 > Guinan Sun (2): > net/ixgbe: fix incorrect MAC control frame forward > net/ixgbe: fix flow control status get >=20 > drivers/net/ixgbe/ixgbe_ethdev.c | 7 +++++-- > 1 file changed, 5 insertions(+), 2 deletions(-) >=20 > -- > 2.17.1 Acked-by: Qi Zhang Applied to dpdk-next-net-intel. Thanks Qi