Re: [PATCH net 1/1] qed: Fix mask for physical address in ILT entry

2018-05-22 Thread David Miller
From: "Shaikh, Shahed" Date: Tue, 22 May 2018 19:42:46 + > Can you please queues this fix for -stable? I did, see: http://patchwork.ozlabs.org/bundle/davem/stable/?series=&submitter=&state=*&q=&archive=

RE: [PATCH net 1/1] qed: Fix mask for physical address in ILT entry

2018-05-22 Thread Shaikh, Shahed
> -Original Message- > From: David Miller > Sent: Tuesday, May 22, 2018 12:34 PM > To: Shaikh, Shahed > Cc: netdev@vger.kernel.org; Elior, Ariel ; Dept-Eng > Everest Linux L2 > Subject: Re: [PATCH net 1/1] qed: Fix mask for physical address in ILT entry >

Re: [PATCH net 1/1] qed: Fix mask for physical address in ILT entry

2018-05-22 Thread David Miller
From: Shahed Shaikh Date: Mon, 21 May 2018 12:31:47 -0700 > 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 >

[PATCH net 1/1] qed: Fix mask for physical address in ILT entry

2018-05-21 Thread Shahed Shaikh
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 inva