From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Schmitt, Phillip J" Subject: RE: [Intel-wired-lan] [next PATCH 06/11] ixgbe: Add support for adding/removing VLAN on PF bypassing the VLVF Date: Thu, 10 Dec 2015 22:52:58 +0000 Message-ID: <305E19FFAC908240AB6DEBD1E2D8C1E180CF619A@ORSMSX108.amr.corp.intel.com> References: <20151103005850.28233.63113.stgit@localhost.localdomain> <20151103011000.28233.82392.stgit@localhost.localdomain> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 8BIT To: Alexander Duyck , "netdev@vger.kernel.org" , "intel-wired-lan@lists.osuosl.org" Return-path: Received: from mga11.intel.com ([192.55.52.93]:58825 "EHLO mga11.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752933AbbLJWxP convert rfc822-to-8bit (ORCPT ); Thu, 10 Dec 2015 17:53:15 -0500 In-Reply-To: <20151103011000.28233.82392.stgit@localhost.localdomain> Content-Language: en-US Sender: netdev-owner@vger.kernel.org List-ID: > -----Original Message----- > From: Intel-wired-lan [mailto:intel-wired-lan-bounces@lists.osuosl.org] On > Behalf Of Alexander Duyck > Sent: Monday, November 02, 2015 5:10 PM > To: netdev@vger.kernel.org; intel-wired-lan@lists.osuosl.org > Subject: [Intel-wired-lan] [next PATCH 06/11] ixgbe: Add support for > adding/removing VLAN on PF bypassing the VLVF > > This patch adds support for bypassing the VLVF entry creation when the PF is > adding a new VLAN. The advantage to doing this is that we can then save the > VLVF entries for the VFs which must have them in order to function, versus the > PF which can fall back on the default pool entry. > > Signed-off-by: Alexander Duyck Tested-by: Phil Schmitt