From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Miller Subject: Re: [PATCHv2 net-next] bridge: Set vlan_features to allow offloads on vlans. Date: Thu, 23 May 2013 18:51:43 -0700 (PDT) Message-ID: <20130523.185143.2153136693537557435.davem@davemloft.net> References: <1369244974-10160-1-git-send-email-vyasevic@redhat.com> Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: netdev@vger.kernel.org, bridge@lists.linux-foundation.org To: vyasevic@redhat.com Return-path: In-Reply-To: <1369244974-10160-1-git-send-email-vyasevic@redhat.com> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: bridge-bounces@lists.linux-foundation.org Errors-To: bridge-bounces@lists.linux-foundation.org List-Id: netdev.vger.kernel.org From: Vlad Yasevich Date: Wed, 22 May 2013 13:49:34 -0400 > When vlan device is configured on top of the brige, it does > not support any offload capabilities because the bridge > device does not initiliaze vlan_fatures. Set vlan_fatures to > be equivalent to hw_fatures. > > Signed-off-by: Vlad Yasevich Applied to net-next, thanks Vlad.