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

Gregory CLEMENT gregory.clement at free-electrons.com
Wed Nov 30 13:27:47 PST 2016


Hi David,
 
 On mer., nov. 30 2016, David Miller <davem at davemloft.net> wrote:

> From: Gregory CLEMENT <gregory.clement at free-electrons.com>
> 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.

OK I am doing it now.

Thanks,

Gregory


-- 
Gregory Clement, Free Electrons
Kernel, drivers, real-time and embedded Linux
development, consulting, training and support.
http://free-electrons.com



More information about the linux-arm-kernel mailing list