Thread (9 messages) 9 messages, 2 authors, 2016-11-30

Re: [PATCH v4 net-next 3/7] net: mvneta: Use cacheable memory to store the rx buffer virtual address

From: David Miller <davem@davemloft.net>
Date: 2016-11-30 18:57:38
Also in: linux-arm-kernel, lkml

From: Gregory CLEMENT <redacted>
Date: Tue, 29 Nov 2016 15:55:21 +0100
+	/* Virtual address of the RX buffer */
+	void  **buf_virt_addr;
+
 	/* Virtual address of the RX DMA descriptors array */
 	struct mvneta_rx_desc *descs;
 
 ...
+		data = (unsigned char *)rxq->buf_virt_addr[index];
This cast is unnecessary, please remove it.
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help