[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20110805.032606.1214964517719657458.davem@davemloft.net>
Date: Fri, 05 Aug 2011 03:26:06 -0700 (PDT)
From: David Miller <davem@...emloft.net>
To: amit.salecha@...gic.com
Cc: netdev@...r.kernel.org, ameen.rahman@...gic.com,
rajesh.borundia@...gic.com
Subject: Re: [PATCHv2 NEXT 1/1] netxen: add vlan accel support
From: Amit Salecha <amit.salecha@...gic.com>
Date: Fri, 5 Aug 2011 05:12:37 -0500
> After fw recovery we don't get vlan devices by any kernel api, so we
> are adding NETIF_VLAN_ACC support. Earlier kernel had vlan group
> support, through that we get vlan devices and then their ip
> addresses.
Every time an IP address is added or removed there is a notification
generated on the "inetaddr_chain", and you seem to be properly using
this.
You have the VLAN device expansion in there as well.
Why doesn't this work?
The IP addresses cannot be added or removed from the VLAN device
until it is attached to your device. So you should see any IP
address manipulation that occurs for VLANs stacked on top of
your device.
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists