RE: [PATCH V2 net-next 09/13] net: ena: implement ena_com_get_admin_polling_mode()

2020-05-03 Thread Jubran, Samih
, Saeed ; Wilson, > Matt ; Liguori, Anthony ; > Bshara, Nafea ; Tzalik, Guy ; > Belgazal, Netanel ; Saidi, Ali > ; Herrenschmidt, Benjamin ; > Dagan, Noam ; Chauskin, Igor > > Subject: RE: [EXTERNAL] [PATCH V2 net-next 09/13] net: ena: implement > ena_com_get_admin_polling_mode() >

Re: [PATCH V2 net-next 09/13] net: ena: implement ena_com_get_admin_polling_mode()

2020-04-28 Thread Jakub Kicinski
On Tue, 28 Apr 2020 07:27:22 + same...@amazon.com wrote: > From: Arthur Kiyanovski > > Before this commit there was a function prototype named > ena_com_get_ena_admin_polling_mode() that was never implemented. > > This commit: > 1. Changes the name of the function by removing the redundant d

[PATCH V2 net-next 09/13] net: ena: implement ena_com_get_admin_polling_mode()

2020-04-28 Thread sameehj
From: Arthur Kiyanovski Before this commit there was a function prototype named ena_com_get_ena_admin_polling_mode() that was never implemented. This commit: 1. Changes the name of the function by removing the redundant double "ena_" in it. 2. Adds an implementation to the function. 3. Fixes a