WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-devel

RE: [Xen-devel] [PATCH] Add VMDq support to ixgbe

To: "Williams, Mitch A" <mitch.a.williams@xxxxxxxxx>, "xen-devel@xxxxxxxxxxxxxxxxxxx" <xen-devel@xxxxxxxxxxxxxxxxxxx>
Subject: RE: [Xen-devel] [PATCH] Add VMDq support to ixgbe
From: "Santos, Jose Renato G" <joserenato.santos@xxxxxx>
Date: Sat, 7 Feb 2009 00:53:44 +0000
Accept-language: en-US
Acceptlanguage: en-US
Cc: "steven.smith@xxxxxxxxxxxxx" <steven.smith@xxxxxxxxxxxxx>
Delivery-date: Fri, 06 Feb 2009 16:55:21 -0800
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
In-reply-to: <EA929A9653AAE14F841771FB1DE5A1365F6058CE23@xxxxxxxxxxxxxxxxxxxxxxxxxxxx>
List-help: <mailto:xen-devel-request@lists.xensource.com?subject=help>
List-id: Xen developer discussion <xen-devel.lists.xensource.com>
List-post: <mailto:xen-devel@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=unsubscribe>
References: <b04b26320901281643ra02c818uc2fc059df634d327@xxxxxxxxxxxxxx> <EF547E542C520A4D858CFEF5B404D0533DC3C16832@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx> <EA929A9653AAE14F841771FB1DE5A1365F6050528A@xxxxxxxxxxxxxxxxxxxxxxxxxxxx> <EF547E542C520A4D858CFEF5B404D0533DC3C6B413@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx> <EA929A9653AAE14F841771FB1DE5A1365F6058CE23@xxxxxxxxxxxxxxxxxxxxxxxxxxxx>
Sender: xen-devel-bounces@xxxxxxxxxxxxxxxxxxx
Thread-index: AcmBrCbMaR+Kt0ZIQcKqYyms4VXYIQGMi6mwAAFSpRAAA3FyQAAuDktAAAUuuwA=
Thread-topic: [Xen-devel] [PATCH] Add VMDq support to ixgbe
 
> -----Original Message-----
> From: Williams, Mitch A [mailto:mitch.a.williams@xxxxxxxxx] 
> Sent: Friday, February 06, 2009 2:30 PM
> To: Santos, Jose Renato G; xen-devel@xxxxxxxxxxxxxxxxxxx
> Cc: steven.smith@xxxxxxxxxxxxx
> Subject: RE: [Xen-devel] [PATCH] Add VMDq support to ixgbe
> 
> >
> >  Here is the kenel panic output
> >  I have also attached the output of "dmesg" and "xm dmesg" 
> >that is executed just after the system boots
> >  Could you please send me the same output for your system so I can 
> >take a look and see if I can spot anything?
> >
> 
> I think I see what's going on -- it's definitely a logic bug. 
>  I've reproduced the crash here, and I'll try to get a fix out ASAP.
> 
> Looks like when I added vmq, I broke RSS, which is the 
> default configuration.
> 
> Make sure you have "options ixgbe VMDQ=8" in 
> /etc/modprobe.conf, then you should be OK.
> 

I think I am doing that already, except that the driver is built in the kernel 
and the option is passed as a boot parameter

If you look at the output of the dmesg that I sent in a previous email you can 
find the following lines relevant to ixbge: 

ixgbe: Virtual Machine Device Queues (VMDQ) set to 8
ixgbe: packet split disabled for Xen VMDQ
ixgbe: 0000:13:00.0: ixgbe_init_interrupt_scheme: Multiqueue Enabled: Rx Queue 
count = 8, Tx Queue count = 8
ixgbe: eth2: ixgbe_probe: (PCI Express:2.5Gb/s:Width x8) 00:1b:21:04:c3:2d
ixgbe: eth2: ixgbe_probe: MAC: 1, PHY: 2
ixgbe: eth2: ixgbe_probe: Internal LRO is enabled 
ixgbe: eth2: ixgbe_probe: Intel(R) 10 Gigabit Network Connection

As you see VMDQ is in fact being set to 8.
So I think the problem is somewhere else.
Please look at the older version of the code that I sent as I think we may have 
fixed this problem in the past. I am not sure if this problem was one of the 
problems we fixed but we know that the older version of the code works for us.

Thanks

Renato 
> -Mitch
> 
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel

<Prev in Thread] Current Thread [Next in Thread>