Re: [E1000-devel] vlan add/delete/add problem

2010-11-16 Thread Alexander Duyck
On 11/16/2010 2:30 PM, Sanjay Gandotra wrote: Actually, it happens with only one eth port as well without using bonding. -bash-3.2# dmesg -c -bash-3.2# vconfig rem eth0.77; dmesg -c Removed VLAN -:eth0.77:- <4>Error: Did not receive Ack from the Host //sanjay On Tue, Nov 16, 2010 at 2:13 PM, Sa

Re: [E1000-devel] vlan add/delete/add problem

2010-11-16 Thread Sanjay Gandotra
0_SUCCESS : -E1000_ERR_MBX; > } > > Sometimes, I get this print coming out. "Error: Did not receive Ack from > the Host" > > Thanks, > Sanjay > > > > > > > > On Mon, Nov 15, 2010 at 9:23 AM, Duyck, Alexander H < > alexander.h.du..

Re: [E1000-devel] vlan add/delete/add problem

2010-11-16 Thread Sanjay Gandotra
lexander.h.du...@intel.com> wrote: >>-Original Message- >>From: Sanjay Gandotra [mailto:san...@gmail.com] >>Sent: Sunday, November 14, 2010 9:35 PM >>To: e1000-devel >>Subject: [E1000-devel] vlan add/delete/add problem >> >>Hi All, >> &g

Re: [E1000-devel] vlan add/delete/add problem

2010-11-15 Thread Duyck, Alexander H
>-Original Message- >From: Sanjay Gandotra [mailto:san...@gmail.com] >Sent: Sunday, November 14, 2010 9:35 PM >To: e1000-devel >Subject: [E1000-devel] vlan add/delete/add problem > >Hi All, > >I am using igb-2.3.4 on the host and igbvf-1.0.7 on the guest. >

[E1000-devel] vlan add/delete/add problem

2010-11-14 Thread Sanjay Gandotra
Hi All, I am using igb-2.3.4 on the host and igbvf-1.0.7 on the guest. On the guest, first I create a VLAN e.g. vconfig add eth0 5 (now I set static IP addresss) At this point, VLAN filtering seems to be working. Now in the guest, I delete the VLAN: vconfig rem eth0.5 and create the VLAN agai