RE: [EXT] Re: [PATCH net-next v2 2/4] bnx2x: Populate database for Idlechk tests.

2020-07-03 Thread Sudarsana Reddy Kalluru
> -Original Message- > From: David Miller > Sent: Saturday, July 4, 2020 1:34 AM > To: Sudarsana Reddy Kalluru > Cc: netdev@vger.kernel.org; Ariel Elior ; Igor Russkikh > ; Michal Kalderon > Subject: [EXT] Re: [PATCH net-next v2 2/4] bnx2x: Populate databas

Re: [PATCH net-next v2 2/4] bnx2x: Populate database for Idlechk tests.

2020-07-03 Thread David Miller
From: David Miller Date: Fri, 03 Jul 2020 13:03:07 -0700 (PDT) > From: Sudarsana Reddy Kalluru > Date: Fri, 3 Jul 2020 17:39:48 +0530 > >> +/* struct holding the database of self test checks (registers and >> predicates) */ >> +/* lines start from 2 since line 1 is heading in csv */ >> +#defin

Re: [PATCH net-next v2 2/4] bnx2x: Populate database for Idlechk tests.

2020-07-03 Thread David Miller
From: Sudarsana Reddy Kalluru Date: Fri, 3 Jul 2020 17:39:48 +0530 > +/* struct holding the database of self test checks (registers and > predicates) */ > +/* lines start from 2 since line 1 is heading in csv */ > +#define ST_DB_LINES 468 > +struct st_record st_database[ST_DB_LINES] = { This wi

[PATCH net-next v2 2/4] bnx2x: Populate database for Idlechk tests.

2020-07-03 Thread Sudarsana Reddy Kalluru
This patch populates the database of idlecck tests (registers and predicates) used in the idlechk dump implementation. Signed-off-by: Sudarsana Reddy Kalluru Signed-off-by: Igor Russkikh Reported-by: kernel test robot --- drivers/net/ethernet/broadcom/bnx2x/Makefile |2 +- .../net/et