commit | d2a16bde77322fca6b6f36ebe19097a1c3c46f74 | [log] [tgz] |
---|---|---|
author | Íñigo Huguet <ihuguet@redhat.com> | Tue Jul 13 16:21:29 2021 +0200 |
committer | David S. Miller <davem@davemloft.net> | Tue Jul 13 10:02:41 2021 -0700 |
tree | 419aea1d7f617070210309d4e9b417c885d68c1a | |
parent | 788bc000d4c2f25232db19ab3a0add0ba4e27671 [diff] |
sfc: add logs explaining XDP_TX/REDIRECT is not available If it's not possible to allocate enough channels for XDP, XDP_TX and XDP_REDIRECT don't work. However, only a message saying that not enough channels were available was shown, but not saying what are the consequences in that case. The user didn't know if he/she can use XDP or not, if the performance is reduced, or what. Signed-off-by: Íñigo Huguet <ihuguet@redhat.com> Signed-off-by: David S. Miller <davem@davemloft.net>