From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jesse Brandeburg Subject: Re: [Intel-wired-lan] [jkirsher/next-queue PATCH 2/5] fm10k: Fix VLAN configuration for macvlan offload Date: Fri, 3 Nov 2017 10:05:56 -0700 Message-ID: <20171103100556.00001ff7@intel.com> References: <20171102232857.15146.21583.stgit@localhost.localdomain> <20171102233336.15146.31137.stgit@localhost.localdomain> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: , , jesse.brandeburg@intel.com To: Alexander Duyck Return-path: Received: from mga09.intel.com ([134.134.136.24]:13947 "EHLO mga09.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756334AbdKCRF7 (ORCPT ); Fri, 3 Nov 2017 13:05:59 -0400 In-Reply-To: <20171102233336.15146.31137.stgit@localhost.localdomain> Sender: netdev-owner@vger.kernel.org List-ID: On Thu, 2 Nov 2017 16:33:45 -0700 Alexander Duyck wrote: > From: Alexander Duyck > > The fm10k driver didn't work correctly when macvlan offload was enabled. > Specifically what would occur is that we would see no unicast packets being > received. This was traced down to us not correctly configuring the default > VLAN ID for the port and defaulting to 0. > > To correct this we either use the default ID provided by the switch or > simply use 1. With that we are able to pass and receive traffic without any > issues. Reviewed-by: Jesse Brandeburg