search for: cc19595

Displaying 2 results from an estimated 2 matches for "cc19595".

Did you mean: 119595
2010 Jun 28
3
[PATCHv2] vhost-net: add dhclient work-around from userspace
...put this patch on the vhost tree, no need for you to bother merging it - you'll get it with a pull request. drivers/vhost/net.c | 44 +++++++++++++++++++++++++++++++++++++++++++- 1 files changed, 43 insertions(+), 1 deletions(-) diff --git a/drivers/vhost/net.c b/drivers/vhost/net.c index cc19595..03bba6a 100644 --- a/drivers/vhost/net.c +++ b/drivers/vhost/net.c @@ -24,6 +24,10 @@ #include <linux/if_tun.h> #include <linux/if_macvlan.h> +#include <linux/ip.h> +#include <linux/udp.h> +#include <linux/netdevice.h> + #include <net/sock.h> #include &q...
2010 Jun 28
3
[PATCHv2] vhost-net: add dhclient work-around from userspace
...put this patch on the vhost tree, no need for you to bother merging it - you'll get it with a pull request. drivers/vhost/net.c | 44 +++++++++++++++++++++++++++++++++++++++++++- 1 files changed, 43 insertions(+), 1 deletions(-) diff --git a/drivers/vhost/net.c b/drivers/vhost/net.c index cc19595..03bba6a 100644 --- a/drivers/vhost/net.c +++ b/drivers/vhost/net.c @@ -24,6 +24,10 @@ #include <linux/if_tun.h> #include <linux/if_macvlan.h> +#include <linux/ip.h> +#include <linux/udp.h> +#include <linux/netdevice.h> + #include <net/sock.h> #include &q...