[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id: <20140423.151207.732393717073846191.davem@davemloft.net>
Date: Wed, 23 Apr 2014 15:12:07 -0400 (EDT)
From: David Miller <davem@...emloft.net>
To: kys@...rosoft.com
Cc: netdev@...r.kernel.org, linux-kernel@...r.kernel.org,
devel@...uxdriverproject.org, olaf@...fle.de, apw@...onical.com,
jasowang@...hat.com
Subject: Re: [PATCH net-next 1/1] hyperv: Enable sendbuf mechanism on the
send path
From: "K. Y. Srinivasan" <kys@...rosoft.com>
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@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists