From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wm0-f46.google.com (mail-wm0-f46.google.com [74.125.82.46]) by dpdk.org (Postfix) with ESMTP id D9CD45A4F for ; Fri, 30 Oct 2015 12:25:57 +0100 (CET) Received: by wmff134 with SMTP id f134so9387549wmf.1 for ; Fri, 30 Oct 2015 04:25:57 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=6wind_com.20150623.gappssmtp.com; s=20150623; h=from:to:cc:subject:date:message-id:organization:user-agent :in-reply-to:references:mime-version:content-transfer-encoding :content-type; bh=kP4twInn8yZVuz2zm3Rf0XuIrCiF6vb8Cb3i5FSLR2M=; b=y24Q3nNwtVYBWzr45ZYLFVz1wKjXH7/mreAsj7JBJTNEdXPVbKhhKw/tYb4e98AC7v ZREDr+dmK9RrJSl/89c0FTVd8G8bPRkVfnXk+HiW82zdovvCFjpjmdAR8rD24LPNcKi/ fRXlsrK6qfu7K5a3JabL6L0Sdb2DIzCDs+PKDsa7QAVpIbrc2uHe9mGho3u2AziaDewi Q0Yvxmhj7PYs2P8yF6SHTdkXDthEqjJ/pjZA3401BBMjcU4nCaV0r+b+zkDeKmVdxJqR d7DlPdLm35EEtaojLgLOjxwAc+BR+dCUqlOC5/v27Jb9/QYOuesjaIofBkuXjVstYU4y ABKQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id:organization :user-agent:in-reply-to:references:mime-version :content-transfer-encoding:content-type; bh=kP4twInn8yZVuz2zm3Rf0XuIrCiF6vb8Cb3i5FSLR2M=; b=K0WcuIp2AVm49NnDI1s7LYDpOXRZknEwF3r5Sfb7jHjSlsKedIWh9C+viT4FSqrhsU ksW5KC3kcupaoEhACze4x5vsXuTU9EBjv9bT3xKVExM5jt9kJ/eG7GNsKpLU00mTp8Z4 j4tq0/x7DZM2MGcauFxGI0Tp+awBTJExmd3a0GCFxCSCbJdANsYcaZ6Uw+mEXshqwzaV aOCpgpbhofmaVYXgCOANWLivqfui1/iwdSHA9ddsUudWxtywi6WZqQYlthNTAgtKCHJt mhqQMJQBkzaJWRPOCZaAga6pOusNgVMvkicgnAKe+D8N6RdkVJluryK7uNgMPwJZO12M ZGKA== X-Gm-Message-State: ALoCoQlbMh1HjbRI/hoWn9cuo1g761i9jRkcw+vPCdn5GEKtbkLUhRa7IsPxSumQ3nALo1T0Cvwr X-Received: by 10.28.140.211 with SMTP id o202mr2936462wmd.73.1446204357668; Fri, 30 Oct 2015 04:25:57 -0700 (PDT) Received: from xps13.localnet (136-92-190-109.dsl.ovh.fr. [109.190.92.136]) by smtp.gmail.com with ESMTPSA id m143sm2449418wmb.1.2015.10.30.04.25.56 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 30 Oct 2015 04:25:57 -0700 (PDT) From: Thomas Monjalon To: "Wu, Jingjing" Date: Fri, 30 Oct 2015 12:24:47 +0100 Message-ID: <3888548.v6CUM13h2y@xps13> Organization: 6WIND User-Agent: KMail/4.14.10 (Linux/4.1.6-1-ARCH; KDE/4.14.11; x86_64; ; ) In-Reply-To: References: <1444720729-788-1-git-send-email-jingjing.wu@intel.com> <1445236317-8138-1-git-send-email-jingjing.wu@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Cc: dev@dpdk.org 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 11:25:58 -0000 > > 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 packets > > out on the wire. > > > > Signed-off-by: Jingjing Wu > Acked-by: Helin Zhang Applied, thanks