[E1000-devel] Issue with bonding and VLAN's with ixgbe

2011-06-08 Thread Brian T. O'Neill
We're having an issue with bonding not working properly with specific versions of the ixgbe driver. Let me start by describing the setup. Server is running CentOS 5.4 with kernel 2.6.18-164.15.1.el5. The server has a dual port X520 card. We are trunking two VLAN's to each interface via an Arista

Re: [E1000-devel] packet can't be routed to correct rxqueue by flow director filter

2011-06-08 Thread Alexander Duyck
On 06/07/2011 08:39 PM, Jon Zhou wrote: -Original Message- From: Alexander Duyck [mailto:alexander.h.du...@intel.com] Sent: Saturday, May 28, 2011 5:11 AM To: Jon Zhou Cc: e1000-devel@lists.sourceforge.net Subject: Re: [E1000-devel] packet can't be routed to correct rxqueue by flow

[E1000-devel] [PATCH] ixgbevf: remove unnecessary ampersands

2011-06-08 Thread Stephen Hemminger
Use standard format for net_device_ops (without ) Signed-off-by: Stephen Hemminger shemmin...@vyatta.com --- a/drivers/net/ixgbevf/ixgbevf_main.c2011-06-08 11:02:37.0 -0700 +++ b/drivers/net/ixgbevf/ixgbevf_main.c2011-06-08 11:06:23.278233318 -0700 @@ -3249,18 +3249,18

Re: [E1000-devel] [PATCH] ixgbevf: remove unnecessary ampersands

2011-06-08 Thread Rose, Gregory V
-Original Message- From: Stephen Hemminger [mailto:shemmin...@vyatta.com] Sent: Wednesday, June 08, 2011 11:11 AM To: e1000-de...@lists.sf.net Subject: [E1000-devel] [PATCH] ixgbevf: remove unnecessary ampersands Use standard format for net_device_ops (without ) Signed-off-by: