From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] net/vmxnet3: restore correct filtering Date: Thu, 03 Aug 2017 22:14:47 +0200 Message-ID: <21484206.ALOoStLP7d@xps> References: <1500906162-18009-1-git-send-email-ciwillia@brocade.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, Shrikrishna Khare , skhare@vmware.com, stable@dpdk.org To: "Charles (Chas) Williams" Return-path: In-Reply-To: List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" > > We should only restore shadow_vfta when hw_vlan_filter is active. > > Otherwise, we should restore the previous filtering behavior. > > > > Fixes: f003fc383487("vmxnet3: enable vlan filtering") > > Cc: stable@dpdk.org > > > > Signed-off-by: Chas Williams > > Acked-by: Shrikrishna Khare Applied, thanks