OSDN Git Service

net: ena: rss: do not allocate key when not supported
authorSameeh Jubran <sameehj@amazon.com>
Tue, 11 Feb 2020 15:17:44 +0000 (15:17 +0000)
committerDavid S. Miller <davem@davemloft.net>
Wed, 12 Feb 2020 01:08:30 +0000 (17:08 -0800)
commit6a4f7dc82d1e3abd3feb0c60b5041056fcd9880c
tree053a2cd5e4916720ce46d0682daa801d949a8182
parent0d1c3de7b8c78a5e44b74b62ede4a63629f5d811
net: ena: rss: do not allocate key when not supported

Currently we allocate the key whether the device supports setting the
key or not. This commit adds a check to the allocation function and
handles the error accordingly.

Fixes: 1738cd3ed342 ("net: ena: Add a driver for Amazon Elastic Network Adapters (ENA)")
Signed-off-by: Sameeh Jubran <sameehj@amazon.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/amazon/ena/ena_com.c