Re: [U-Boot] [PATCH RFC] sandbox: Add tap based networking

2011-12-03 Thread Mike Frysinger
On Saturday 03 December 2011 10:06:58 Matthias Weisser wrote: > Am 29.11.2011 19:39, schrieb Mike Frysinger: > > then when tap_set_hwaddr() gets called, if the MAC is different, it will > > attempt to set the MAC to what the user requested. if they don't have > > permission, then the code can yell

Re: [U-Boot] [PATCH RFC] sandbox: Add tap based networking

2011-12-03 Thread Matthias Weisser
Am 29.11.2011 19:39, schrieb Mike Frysinger: +static int tap_set_hwaddr(struct eth_device *dev) > >> +{ > >> + /* Nothing to be done here */ > >> + return 0; > >> +} >>> > > >>> > > isn't there an ioctl that lets you control this ? >> > >> > Sure. But if I read th

Re: [U-Boot] [PATCH RFC] sandbox: Add tap based networking

2011-11-29 Thread Matthias Weisser
Am 29.11.2011 16:24, schrieb Mike Frysinger: > On Tuesday 29 November 2011 09:09:03 Matthias Weisser wrote: >> This patch adds support for networking to sandbox architecture using tap. A >> tap device "tap0" has to be created e.g. using openvpn >> > > this info should be in the changelog as i

Re: [U-Boot] [PATCH RFC] sandbox: Add tap based networking

2011-11-29 Thread Mike Frysinger
On Tuesday 29 November 2011 13:21:38 Matthias Weisser wrote: > Am 29.11.2011 16:24, schrieb Mike Frysinger: > > On Tuesday 29 November 2011 09:09:03 Matthias Weisser wrote: > >> As sandbox is build using the native compiler, which is in my case > >> x86_64, ulong is 64 bit in size. This caused non-

Re: [U-Boot] [PATCH RFC] sandbox: Add tap based networking

2011-11-29 Thread Mike Frysinger
On Tuesday 29 November 2011 09:09:03 Matthias Weisser wrote: > This patch adds support for networking to sandbox architecture using tap. A > tap device "tap0" has to be created e.g. using openvpn > this info should be in the changelog as it's useful > As sandbox is build using the native com