From patchwork Fri Nov 3 03:40:56 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Xing, Beilei" X-Patchwork-Id: 31146 X-Patchwork-Delegate: ferruh.yigit@amd.com Return-Path: X-Original-To: patchwork@dpdk.org Delivered-To: patchwork@dpdk.org Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id AE0151B64E; Fri, 3 Nov 2017 04:40:26 +0100 (CET) Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by dpdk.org (Postfix) with ESMTP id 4C2941B633 for ; Fri, 3 Nov 2017 04:40:25 +0100 (CET) Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by orsmga102.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 02 Nov 2017 20:40:24 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos; i="5.44,336,1505804400"; d="scan'208"; a="1239120467" Received: from unknown (HELO dpdk9.sh.intel.com) ([10.67.118.52]) by fmsmga002.fm.intel.com with ESMTP; 02 Nov 2017 20:40:23 -0700 From: Beilei Xing To: jingjing.wu@intel.com Cc: dev@dpdk.org Date: Fri, 3 Nov 2017 11:40:56 +0800 Message-Id: <1509680456-51822-1-git-send-email-beilei.xing@intel.com> X-Mailer: git-send-email 2.5.5 Subject: [dpdk-dev] [PATCH] doc: add limitation of VF VLAN strip function 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" This patch adds limitation of VF VLAN strip function. Signed-off-by: Beilei Xing Acked-by: John McNamara --- doc/guides/nics/i40e.rst | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/doc/guides/nics/i40e.rst b/doc/guides/nics/i40e.rst index 05c1875..214fada 100644 --- a/doc/guides/nics/i40e.rst +++ b/doc/guides/nics/i40e.rst @@ -478,6 +478,11 @@ enabled using the steps below. setpci -s a8.w= +Vlan strip of VF +~~~~~~~~~~~~~~~~ + +VF vlan strip function is supported from i40e kernel driver 2.1.26. + High Performance of Small Packets on 40G NIC --------------------------------------------