X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?a=blobdiff_plain;f=linux_module%2Fpalacios-vnet-brg.c;h=7a605c7d16d3ac46c35d9ba9efe266494b3fc542;hb=ffd7f29879c462eed95a44b5c6570644280ce388;hp=fda1775e50506e8b40478ac6f442e9b4295e55e1;hpb=95908965b5963c53a40e9eae8ad0307a2bc27434;p=palacios.git diff --git a/linux_module/palacios-vnet-brg.c b/linux_module/palacios-vnet-brg.c index fda1775..7a605c7 100644 --- a/linux_module/palacios-vnet-brg.c +++ b/linux_module/palacios-vnet-brg.c @@ -1,8 +1,7 @@ /* - * Palacios VNET Host Bridge - * (c) Lei Xia 2010 - */ - + * Palacios VNET Host Bridge + * (c) Lei Xia 2010 + */ #include #include @@ -309,7 +308,7 @@ send_to_palacios(unsigned char * buf, vnet_brg_s.stats.pkt_to_vmm ++; - return v3_vnet_send_pkt(&pkt, NULL, 1); + return v3_vnet_send_pkt(&pkt, NULL); } @@ -490,7 +489,7 @@ int vnet_bridge_init(void) { return -1; } - vnet_brg_s.serv_thread = kthread_run(_rx_server, NULL, "vnet-server"); + vnet_brg_s.serv_thread = kthread_run(_rx_server, NULL, "vnet_brgd"); bridge_ops.input = bridge_send_pkt; bridge_ops.poll = NULL;