OSDN Git Service

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)
commit15efff76491edd31f57eb3358d80868747d1397e
treea1a19af008361757bca626aa9cb7777198808f2d
parent0ee251cd9a6398a07cc8cfc849c0efa3f28ece98
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