Re: [PATCH net-next 1/1] hyperv: Enable sendbuf mechanism on the send path

From: David Miller
Date: Wed Apr 23 2014 - 15:12:22 EST


From: "K. Y. Srinivasan" <kys@xxxxxxxxxxxxx>
Date: Tue, 22 Apr 2014 11:03:32 -0700

> + skb = (struct sk_buff *)
> + packet->send_completion_tid;

As in netvsc_xmit_completion() this must be coded as:

skb = (struct sk_buff *) (unsigned long)packet->send_completion_tid;
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/