, 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()
>
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
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