VLAN filtering on FreeBSD 7.0 / 6.3

2008-10-28 Thread Yony Yossef
Hi, I have two questions about VLANs on FreeBSD 6.3/7.0. 1. I'm trying to understand whether HW VLAN filtering can be supported. Looking at the code I can't find a proper ioctl that will inform the driver about a vlan creation/destruction. Is there a way of doing it? 2. Second issue - is there

Re: VLAN filtering on FreeBSD 7.0 / 6.3

2008-10-28 Thread Jack Vogel
This change requires kernel changes that may not be compatible with 6.X, I am not sure, I am not the owner of that code. Some reason you can't use 7.1 which will have everything you need? TSO is a hardware feature, I have never tested this, but my suspicion is that if its enabled on the hardware

Re: VLAN filtering on FreeBSD 7.0 / 6.3

2008-10-28 Thread Yony Yossef
This change requires kernel changes that may not be compatible with 6.X, I am not sure, I am not the owner of that code. Some reason you can't use 7.1 which will have everything you need? I'm bound to 6.3 and 7.0 at the moment. Does the vlan ioctls exist only from 7.1 and fourth? If so,

Re: VLAN filtering on FreeBSD 7.0 / 6.3

2008-10-28 Thread Ivan Voras
Yony Yossef wrote: Hi, I have two questions about VLANs on FreeBSD 6.3/7.0. 1. I'm trying to understand whether HW VLAN filtering can be supported. Looking at the code I can't find a proper ioctl that will inform the driver about a vlan creation/destruction. Is there a way of doing it?