]> git.baikalelectronics.ru Git - kernel.git/commit
net: ena: Remove module param and change message severity
authorShay Agroskin <shayagr@amazon.com>
Tue, 8 Jun 2021 16:01:14 +0000 (19:01 +0300)
committerDavid S. Miller <davem@davemloft.net>
Tue, 8 Jun 2021 21:41:09 +0000 (14:41 -0700)
commit7beac7d3c7dac647b160724951e78e6c38f3c9e7
treea1a19af008361757bca626aa9cb7777198808f2d
parent37080a7e17a0b4c85a94cb7524954c3085c80b2c
net: ena: Remove module param and change message severity

Remove the module param 'debug' which allows to specify the message
level of the driver. This value can be specified using ethtool command.
Also reduce the message level of LLQ support to be a warning since it is
not an indication of an error.

Signed-off-by: Arthur Kiyanovski <akiyano@amazon.com>
Signed-off-by: Shay Agroskin <shayagr@amazon.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/amazon/ena/ena_netdev.c