From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Miller Subject: Re: [net-next PATCH 3/3] igb: set vf rlpml wasn't taking vlan tag into account Date: Thu, 03 Sep 2009 20:07:44 -0700 (PDT) Message-ID: <20090903.200744.208124431.davem@davemloft.net> References: <20090904004828.14537.72187.stgit@localhost.localdomain> <20090904004932.14537.49991.stgit@localhost.localdomain> Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: netdev@vger.kernel.org, gospo@redhat.com, alexander.h.duyck@intel.com To: jeffrey.t.kirsher@intel.com Return-path: Received: from 74-93-104-97-Washington.hfc.comcastbusiness.net ([74.93.104.97]:51010 "EHLO sunset.davemloft.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932618AbZIDDH3 (ORCPT ); Thu, 3 Sep 2009 23:07:29 -0400 In-Reply-To: <20090904004932.14537.49991.stgit@localhost.localdomain> Sender: netdev-owner@vger.kernel.org List-ID: From: Jeff Kirsher Date: Thu, 03 Sep 2009 17:49:33 -0700 > From: Alexander Duyck > > This patch updates things so that vlan tags are taken into account when > setting the receive large packet maximum length. This allows the VF driver > to correctly receive full sized frames when vlans are enabled. > > Signed-off-by: Alexander Duyck > Signed-off-by: Jeff Kirsher Applied.