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

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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;
_______________________________________________
devel mailing list
devel@xxxxxxxxxxxxxxxxxxxxxx
http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel




[Index of Archives]     [Linux Driver Backports]     [DMA Engine]     [Linux GPIO]     [Linux SPI]     [Video for Linux]     [Linux USB Devel]     [Linux Coverity]     [Linux Audio Users]     [Linux Kernel]     [Linux SCSI]     [Yosemite Backpacking]
  Powered by Linux