* VIA Velocity and 802.1q VLAN support
@ 2007-12-18 17:45 Steve Davies
2007-12-18 23:07 ` Francois Romieu
0 siblings, 1 reply; 2+ messages in thread
From: Steve Davies @ 2007-12-18 17:45 UTC (permalink / raw)
To: linux-kernel
Hi,
After a significant amout of archive searching, and code tweaking, I
am giving up and asking the list :)
I have a number of EPIA boards which need to operate in a mixed
tagged-VLAN and untagged-interface environment using their onboard
VIA-Velocity NICs. I am running a Debian ETCH 2.6.18 kernel, but have
managed to backport the latest 2.6.24-rc5 via-velocity driver fairly
simply. Sadly this does not seem to fix the problem.
Having added some debug kprintf, it appears as if the hardware VLAN
support is never enabled in this driver (vptr->vlgrp == NULL at all
times). I added a velocity_vlan_rx_register method, and enabled the
NETIF_F_HW_VLAN_RX feature, which did start to cause the appropriate
NIC registers to be set, but this simply stopped the inbound data
working entirely if a tagged vlan was created.
It manages to send packets both on the correct (tagged) vlan, and on
the untagged interface. The stock driver also receives packets on the
untagged interface okay, but inbound tagged packets never seem to make
it into the net subsystem.
I assume that the NIC is not allowing tagged packets into the driver
due to its built-in hardware acceleration/filtering :(
Is it inappropriate to beg for help and suggestions?
Thanks,
Steve
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: VIA Velocity and 802.1q VLAN support
2007-12-18 17:45 VIA Velocity and 802.1q VLAN support Steve Davies
@ 2007-12-18 23:07 ` Francois Romieu
0 siblings, 0 replies; 2+ messages in thread
From: Francois Romieu @ 2007-12-18 23:07 UTC (permalink / raw)
To: Steve Davies; +Cc: linux-kernel
Steve Davies <davies147@gmail.com> :
[...]
> I assume that the NIC is not allowing tagged packets into the driver
> due to its built-in hardware acceleration/filtering :(
>
> Is it inappropriate to beg for help and suggestions?
Try to disable the vlan related Rx filtering ?
--
Ueimor
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2007-12-18 23:15 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-12-18 17:45 VIA Velocity and 802.1q VLAN support Steve Davies
2007-12-18 23:07 ` Francois Romieu
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox