RE: [EXT] Re: [PATCH net-next 4/4] qed: Add devlink support for configuration attributes.

2019-07-03 Thread Sudarsana Reddy Kalluru
> -Original Message- > From: Jakub Kicinski > Sent: Wednesday, July 3, 2019 11:13 PM > To: Sudarsana Reddy Kalluru > Cc: Jiri Pirko ; da...@davemloft.net; > netdev@vger.kernel.org; Michal Kalderon ; Ariel > Elior > Subject: Re: [EXT] Re: [PATCH net-next 4/4] qed:

Re: [EXT] Re: [PATCH net-next 4/4] qed: Add devlink support for configuration attributes.

2019-07-03 Thread Jakub Kicinski
On Wed, 3 Jul 2019 12:56:39 +, Sudarsana Reddy Kalluru wrote: > Apologies for bringing this topic again. From the driver(s) code > paths/'devlink man pages', I understood that devlink-port object is > an entity on top of the PCI bus device. Some drivers say NFP > represents vnics (on pci-dev) a

RE: [EXT] Re: [PATCH net-next 4/4] qed: Add devlink support for configuration attributes.

2019-07-03 Thread Sudarsana Reddy Kalluru
Kalluru > >> Cc: da...@davemloft.net; netdev@vger.kernel.org; Michal Kalderon > >> ; Ariel Elior ; Jiri Pirko > >> > >> Subject: [EXT] Re: [PATCH net-next 4/4] qed: Add devlink support for > >> configuration attributes. > >> > >> Exte

RE: [EXT] Re: [PATCH net-next 4/4] qed: Add devlink support for configuration attributes.

2019-06-25 Thread Sudarsana Reddy Kalluru
Kalluru > >> Cc: da...@davemloft.net; netdev@vger.kernel.org; Michal Kalderon > >> ; Ariel Elior ; Jiri Pirko > >> > >> Subject: [EXT] Re: [PATCH net-next 4/4] qed: Add devlink support for > >> configuration attributes. > >> > >> Exte

Re: [EXT] Re: [PATCH net-next 4/4] qed: Add devlink support for configuration attributes.

2019-06-20 Thread Jiri Pirko
>> ; Ariel Elior ; Jiri Pirko >> >> Subject: [EXT] Re: [PATCH net-next 4/4] qed: Add devlink support for >> configuration attributes. >> >> External Email >> >> -- >> On

RE: [EXT] Re: [PATCH net-next 4/4] qed: Add devlink support for configuration attributes.

2019-06-20 Thread Sudarsana Reddy Kalluru
> -Original Message- > From: Jakub Kicinski > Sent: Tuesday, June 18, 2019 4:24 AM > To: Sudarsana Reddy Kalluru > Cc: da...@davemloft.net; netdev@vger.kernel.org; Michal Kalderon > ; Ariel Elior ; Jiri Pirko > > Subject: [EXT] Re: [PATCH net-next 4/4] qed:

Re: [PATCH net-next 4/4] qed: Add devlink support for configuration attributes.

2019-06-17 Thread Jakub Kicinski
On Mon, 17 Jun 2019 04:45:28 -0700, Sudarsana Reddy Kalluru wrote: > This patch adds implementation for devlink callbacks for reading/ > configuring the device attributes. > > Signed-off-by: Sudarsana Reddy Kalluru > Signed-off-by: Ariel Elior You need to provide documentation for your paramete

[PATCH net-next 4/4] qed: Add devlink support for configuration attributes.

2019-06-17 Thread Sudarsana Reddy Kalluru
This patch adds implementation for devlink callbacks for reading/ configuring the device attributes. Signed-off-by: Sudarsana Reddy Kalluru Signed-off-by: Ariel Elior --- drivers/net/ethernet/qlogic/qed/qed.h | 1 + drivers/net/ethernet/qlogic/qed/qed_devlink.c | 184 +