From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by dpdk.org (Postfix) with ESMTP id CBB28378E for ; Fri, 30 Oct 2015 06:31:48 +0100 (CET) Received: from orsmga002.jf.intel.com ([10.7.209.21]) by fmsmga102.fm.intel.com with ESMTP; 29 Oct 2015 22:31:42 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.20,217,1444719600"; d="scan'208";a="838587254" Received: from fmsmsx104.amr.corp.intel.com ([10.18.124.202]) by orsmga002.jf.intel.com with ESMTP; 29 Oct 2015 22:31:42 -0700 Received: from fmsmsx121.amr.corp.intel.com (10.18.125.36) by fmsmsx104.amr.corp.intel.com (10.18.124.202) with Microsoft SMTP Server (TLS) id 14.3.248.2; Thu, 29 Oct 2015 22:31:41 -0700 Received: from shsmsx101.ccr.corp.intel.com (10.239.4.153) by fmsmsx121.amr.corp.intel.com (10.18.125.36) with Microsoft SMTP Server (TLS) id 14.3.248.2; Thu, 29 Oct 2015 22:31:41 -0700 Received: from shsmsx104.ccr.corp.intel.com ([169.254.5.194]) by SHSMSX101.ccr.corp.intel.com ([169.254.1.96]) with mapi id 14.03.0248.002; Fri, 30 Oct 2015 13:31:39 +0800 From: "Zhang, Helin" To: "Wu, Jingjing" , "dev@dpdk.org" Thread-Topic: [dpdk-dev] [PATCH v3] i40e: Add a workaround to drop flow control frames from VFs Thread-Index: AQHRCjfubKwE6HyJok6uHtdYv29n1p6Dk+yA Date: Fri, 30 Oct 2015 05:31:38 +0000 Message-ID: References: <1444720729-788-1-git-send-email-jingjing.wu@intel.com> <1445236317-8138-1-git-send-email-jingjing.wu@intel.com> In-Reply-To: <1445236317-8138-1-git-send-email-jingjing.wu@intel.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: 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 v3] i40e: Add a workaround to drop flow control frames from VFs X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 30 Oct 2015 05:31:49 -0000 > -----Original Message----- > From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Jingjing Wu > Sent: Monday, October 19, 2015 2:32 PM > To: dev@dpdk.org > Cc: Pei, Yulong > Subject: [dpdk-dev] [PATCH v3] i40e: Add a workaround to drop flow contro= l > frames from VFs >=20 > This patch adds a workaround to drop flow control frames from being > transmitted from VSIs. > With this patch in place a malicious VF cannot send flow control or PFC p= ackets > out on the wire. >=20 > Signed-off-by: Jingjing Wu Acked-by: Helin Zhang