[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <461710A7.4040108@candelatech.com>
Date: Fri, 06 Apr 2007 20:31:51 -0700
From: Ben Greear <greearb@...delatech.com>
To: "Eric W. Biederman" <ebiederm@...ssion.com>
CC: Jeff Garzik <jgarzik@...ox.com>,
Andrew Morton <akpm@...ux-foundation.org>,
David Miller <davem@...emloft.net>, netdev@...r.kernel.org,
Alexey Kuznetsov <kuznet@....inr.ac.ru>,
Daniel Lezcano <dlezcano@...ibm.com>,
Dmitry Mishin <dim@...nvz.org>,
Linux Containers <containers@...ts.osdl.org>
Subject: Re: [PATCH] net: Add etun driver
Eric W. Biederman wrote:
> Ben Greear <greearb@...delatech.com> writes:
>
>
>> Is there any way to tell for certain if an interface is a etun or not? Maybe
>> a file could be found (or not) in sysfs somewhere?
>>
>
> Link for any decent network driver ethtool -i <interface>
>
I guess that will do, but then if you ever change the strings, any
user-space that is
depending on this will break or have to be modified with additional
cruft. It seems
cleaner to me to have an ioctl or a specific place in /proc or some
other virtual
fs, but I can deal with it either way...
>> Also, how do you find the peer device from user-space? This would be very
>> useful
>> for anyone trying to manage these devices with a user-space program.
>>
>
> Currently "ethtool -S <interface>"
> And read the partner_ifindex.
>
Ok, that will work. Again, my personal preference is for a single
specific ioctl or proc'ish file
to read the specific value instead of having to parse strings, but this
will do.
> Further whoever generates the pair specifies the initial set of names.
>
Yeah, but you can't depend on knowing that in an interesting environment.
Thanks,
Ben
--
Ben Greear <greearb@...delatech.com>
Candela Technologies Inc http://www.candelatech.com
-
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