Thread (3 messages) flat view 3 messages, 2 authors, 2014-07-09

Re: [PATCH v2] hyperv: Add netpoll support

From: Richard Weinberger <richard@nod.at>
Date: 2014-07-09 14:24:55
Also in: lkml

Am 09.07.2014 16:13, schrieb Sergei Shtylyov:
Hello.

On 07/09/2014 11:58 AM, Richard Weinberger wrote:
quoted
In order to have at least a netconsole to debug kernel issues on
Windows Azure this patch implements netpoll support.
Sending packets is easy, netvsc_start_xmit() does already everything
needed.
quoted
Signed-off-by: Richard Weinberger <richard@nod.at>
---
  drivers/net/hyperv/netvsc_drv.c | 11 +++++++++++
  1 file changed, 11 insertions(+)
quoted
diff --git a/drivers/net/hyperv/netvsc_drv.c b/drivers/net/hyperv/netvsc_drv.c
index 4fd71b7..45218d5 100644
--- a/drivers/net/hyperv/netvsc_drv.c
+++ b/drivers/net/hyperv/netvsc_drv.c
@@ -736,6 +736,14 @@ static int netvsc_set_mac_addr(struct net_device *ndev, void *p)
      return err;
  }

+#ifdef CONFIG_NET_POLL_CONTROLLER
+static void netvsc_poll_controller(struct net_device *net)
+{
+    /* As netvsc_start_xmit() works synchronous we don't have to
+       trigger anything here. */
   The multi-line comment style in the networking code is this:

/* bla
 * bla
 */
quoted
+    return;
   Not needed.
quoted
+}
+#endif
[...]
-ETOOMANYCODINGSTYLES :)

Thanks,
//richard
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help