search for: kobolab

Displaying 3 results from an estimated 3 matches for "kobolab".

Did you mean: kobolabs
2019 Apr 07
0
[PATCH net v6] failover: allow name change on IFF_UP slave interfaces
...> Nothing particular was seen for this one. The netlink usage there > doesn't seem related to my change: > https://github.com/FDio/vpp/blob/master/src/vnet/devices/netlink.c > >> or other userspace >> control planes that consume netlink? > dhcpcd (https://github.com/kobolabs/dhcpcd/blob/kobo/if-linux.c#L761) > was tested OK. > > In addition, the patch seems to play quite well with systemd-udev and > dracut/initramfs-tools. No breakage, no weird error message was seen. > > What else do you suggest we should try/test with? Thanks Siwei for all the...
2019 Apr 05
2
[PATCH net v6] failover: allow name change on IFF_UP slave interfaces
On Wed, Apr 03, 2019 at 12:52:47AM -0400, Si-Wei Liu wrote: > When a netdev appears through hot plug then gets enslaved by a failover > master that is already up and running, the slave will be opened > right away after getting enslaved. Today there's a race that userspace > (udev) may fail to rename the slave if the kernel (net_failover) > opens the slave earlier than when the
2019 Apr 05
2
[PATCH net v6] failover: allow name change on IFF_UP slave interfaces
On Wed, Apr 03, 2019 at 12:52:47AM -0400, Si-Wei Liu wrote: > When a netdev appears through hot plug then gets enslaved by a failover > master that is already up and running, the slave will be opened > right away after getting enslaved. Today there's a race that userspace > (udev) may fail to rename the slave if the kernel (net_failover) > opens the slave earlier than when the