[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <CA+sq2CcrS4QmdVWhkpMb850j_g3kvvE1BriiQ2GyB-6Ti1ue2A@mail.gmail.com>
Date: Tue, 19 Nov 2019 13:01:41 +0530
From: Sunil Kovvuri <sunil.kovvuri@...il.com>
To: Jakub Kicinski <jakub.kicinski@...ronome.com>
Cc: Linux Netdev List <netdev@...r.kernel.org>,
"David S. Miller" <davem@...emloft.net>,
Linu Cherian <lcherian@...vell.com>,
Rakesh Babu <rsaladi2@...vell.com>,
Vamsi Attunuru <vamsi.attunuru@...vell.com>,
Sunil Goutham <sgoutham@...vell.com>
Subject: Re: [PATCH 02/15] octeontx2-af: Add support for importing firmware data
On Tue, Nov 19, 2019 at 2:58 AM Jakub Kicinski
<jakub.kicinski@...ronome.com> wrote:
>
> On Sun, 17 Nov 2019 21:44:13 +0530, sunil.kovvuri@...il.com wrote:
> > From: Linu Cherian <lcherian@...vell.com>
> >
> > Firmware data is essentially a block of one time configuration data
> > exported from firmware to kernel through shared memory. Base address
> > of this memory is obtained through CGX firmware interface commands.
> >
> > With this in place, MAC address of CGX mapped functions are inited
> > from firmware data if available else they are inited with
> > random MAC address.
> >
> > Also
> > - Added a new mbox for PF/VF to retrieve it's MAC address.
> > - Now RVU MSIX vector address is also retrieved from this fwdata struct
> > instead of from CSR. Otherwise when kexec/kdump crash kernel loads
> > CSR will have a IOVA setup by primary kernel which impacts
> > RVU PF/VF's interrupts.
> >
> > Signed-off-by: Linu Cherian <lcherian@...vell.com>
> > Signed-off-by: Rakesh Babu <rsaladi2@...vell.com>
> > Signed-off-by: Vamsi Attunuru <vamsi.attunuru@...vell.com>
> > Signed-off-by: Sunil Goutham <sgoutham@...vell.com>
>
> Again, confusing about what this code is actually doing. Looks like
> it's responding to some mailbox requests..
>
> Please run checkpatch --strict and fix all the whitespace issues, incl.
> missing spaces around comments and extra new lines.
I did check that and didn't see any issues.
./scripts/checkpatch.pl --patch --strict
0002-octeontx2-af-Add-support-for-importing-firmware-data.patch
total: 0 errors, 0 warnings, 0 checks, 349 lines checked
0002-octeontx2-af-Add-support-for-importing-firmware-data.patch has no
obvious style problems and is ready for submission.
Powered by blists - more mailing lists