From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <dev-bounces@dpdk.org>
Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124])
	by inbox.dpdk.org (Postfix) with ESMTP id CAD2CA054A;
	Tue,  6 Sep 2022 05:10:00 +0200 (CEST)
Received: from [217.70.189.124] (localhost [127.0.0.1])
	by mails.dpdk.org (Postfix) with ESMTP id 76297400D6;
	Tue,  6 Sep 2022 05:10:00 +0200 (CEST)
Received: from mga18.intel.com (mga18.intel.com [134.134.136.126])
 by mails.dpdk.org (Postfix) with ESMTP id B231540041
 for <dev@dpdk.org>; Tue,  6 Sep 2022 05:09:58 +0200 (CEST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple;
 d=intel.com; i=@intel.com; q=dns/txt; s=Intel;
 t=1662433798; x=1693969798;
 h=from:to:cc:subject:date:message-id:in-reply-to:
 references:mime-version:content-transfer-encoding;
 bh=vYfXUyidPZD7Qwi7KO+YncCa44xSGpzzqSiB8Q0vpbs=;
 b=Fp885vAkGpo22mFcd2uRIc0SzPUxnlSOA/2C9h3D6j20tMLFIAQLkkQ2
 6qGyZgeOy90vVqO/ZpvtJUFS0DhaVOPZd8oyLwPVOU9N6d9Ggr4208Aq/
 V+LRUOuo6F8hzgoZLc1RUDkaPdg6qTUyh0/57JyqrjbHRSMM6+ysv9vHT
 vhmEoxrl+29Eb8AsKwIJ49EgiVFdTzB8T1xGIyOfGs95KkkTscuQDaSz7
 4Ly7f1rhAU/cBIczagS0/TXQgWk5oZV5gmMFfpnqq9it+ooEs0diSZQ/B
 oHQRiMzyAziRMAalleuypp1twakwNENOxoOEcWF+tvVbu6H0zS/cimAoD g==;
X-IronPort-AV: E=McAfee;i="6500,9779,10461"; a="279504278"
X-IronPort-AV: E=Sophos;i="5.93,293,1654585200"; d="scan'208";a="279504278"
Received: from orsmga006.jf.intel.com ([10.7.209.51])
 by orsmga106.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384;
 05 Sep 2022 20:09:54 -0700
X-IronPort-AV: E=Sophos;i="5.93,293,1654585200"; d="scan'208";a="591097037"
Received: from intel-cd-odc-steve.cd.intel.com ([10.240.178.189])
 by orsmga006-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384;
 05 Sep 2022 20:09:52 -0700
From: Steve Yang <stevex.yang@intel.com>
To: dev@dpdk.org
Cc: Yuying.Zhang@intel.com, beilei.xing@intel.com,
 Steve Yang <stevex.yang@intel.com>
Subject: [PATCH v2] doc: add known issue in i40e guide
Date: Tue,  6 Sep 2022 02:58:58 +0000
Message-Id: <20220906025858.17550-1-stevex.yang@intel.com>
X-Mailer: git-send-email 2.25.1
In-Reply-To: <20220728090802.62300-1-stevex.yang@intel.com>
References: <20220728090802.62300-1-stevex.yang@intel.com>
MIME-Version: 1.0
Content-Transfer-Encoding: 8bit
X-BeenThere: dev@dpdk.org
X-Mailman-Version: 2.1.29
Precedence: list
List-Id: DPDK patches and discussions <dev.dpdk.org>
List-Unsubscribe: <https://mails.dpdk.org/options/dev>,
 <mailto:dev-request@dpdk.org?subject=unsubscribe>
List-Archive: <http://mails.dpdk.org/archives/dev/>
List-Post: <mailto:dev@dpdk.org>
List-Help: <mailto:dev-request@dpdk.org?subject=help>
List-Subscribe: <https://mails.dpdk.org/listinfo/dev>,
 <mailto:dev-request@dpdk.org?subject=subscribe>
Errors-To: dev-bounces@dpdk.org

Add a known issue: configuring VLAN filters from VF is unsupported
for driver 2.17.15.

Signed-off-by: Steve Yang <stevex.yang@intel.com>
---
 doc/guides/nics/i40e.rst | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/doc/guides/nics/i40e.rst b/doc/guides/nics/i40e.rst
index 4875774346..78247a496d 100644
--- a/doc/guides/nics/i40e.rst
+++ b/doc/guides/nics/i40e.rst
@@ -731,6 +731,13 @@ Vlan strip of VF
 
 The VF vlan strip function is only supported in the i40e kernel driver >= 2.1.26.
 
+Vlan filtering of VF
+~~~~~~~~~~~~~~~~~~~~
+
+For i40e driver 2.17.15, configuring VLAN filters from the DPDK VF is unsupported.
+When applying VLAN filters on the VF it must first be configured from
+the corresponding PF.
+
 DCB function
 ~~~~~~~~~~~~
 
-- 
2.25.1