Thread (87 messages) 87 messages, 7 authors, 2015-08-06

[Xen-devel] [PATCH v2 17/20] net/xen-netfront: Make it running on 64KB page granularity

From: Julien Grall <hidden>
Date: 2015-07-20 17:27:08
Also in: lkml, netdev

Hi,

On 09/07/15 21:42, Julien Grall wrote:
+static void xennet_make_one_txreq(unsigned long mfn, unsigned int offset,
+				  unsigned int *len, void *data)
+{
+	struct xennet_gnttab_make_txreq *info = data;
+
+	info->tx->flags |= XEN_NETTXF_more_data;
+	skb_get(info->skb);
+	xennet_make_one_txreq(mfn, offset, len, data);
This should be xennet_tx_setup_grant rather than calling itself. I did
the mistake while cleaning up the code sorry.

Regards,

-- 
Julien Grall
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help