https://github.com/torvalds/linux
Revision 322eaa06d55ebc1402a4a8d140945cff536638b4 authored by Govindarajulu Varadarajan on 23 May 2018, 18:17:39 UTC, committed by David S. Miller on 25 May 2018, 03:05:30 UTC
In commit 624dbf55a359b ("driver/net: enic: Try DMA 64 first, then
failover to DMA") DMA mask was changed from 40 bits to 64 bits.
Hardware actually supports only 47 bits.

Fixes: 624dbf55a359b ("driver/net: enic: Try DMA 64 first, then failover to DMA")
Signed-off-by: Govindarajulu Varadarajan <gvaradar@cisco.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
1 parent af8d3c7
Raw File
Tip revision: 322eaa06d55ebc1402a4a8d140945cff536638b4 authored by Govindarajulu Varadarajan on 23 May 2018, 18:17:39 UTC
enic: set DMA mask to 47 bit
Tip revision: 322eaa0
.cocciconfig
[spatch]
	options = --timeout 200
	options = --use-gitgrep
back to top