Files
linux/drivers
Shahed Shaikh 46ad4d8ba4 qed: Fix mask for physical address in ILT entry
[ Upstream commit fdd13dd350 ]

ILT entry requires 12 bit right shifted physical address.
Existing mask for ILT entry of physical address i.e.
ILT_ENTRY_PHY_ADDR_MASK is not sufficient to handle 64bit
address because upper 8 bits of 64 bit address were getting
masked which resulted in completer abort error on
PCIe bus due to invalid address.

Fix that mask to handle 64bit physical address.

Fixes: fe56b9e6a8 ("qed: Add module with basic common support")
Signed-off-by: Shahed Shaikh <shahed.shaikh@cavium.com>
Signed-off-by: Ariel Elior <ariel.elior@cavium.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2018-06-13 16:16:43 +02:00
..
2018-05-16 10:08:44 +02:00
2018-02-25 11:05:55 +01:00
2018-06-13 16:16:42 +02:00
2017-09-09 17:39:41 +02:00
2018-04-13 19:48:22 +02:00
2016-09-20 20:57:12 +10:00