diff options
author | Tariq Toukan <tariqt@nvidia.com> | 2021-01-14 17:12:15 +0200 |
---|---|---|
committer | Jakub Kicinski <kuba@kernel.org> | 2021-01-14 10:56:13 -0800 |
commit | 25537d71e2d007faf42a244a75e5a2bb7c356234 (patch) | |
tree | a04271701dbbc6e074246a0a974e8555fbbf9a6e /tools/perf/scripts/python/export-to-sqlite.py | |
parent | 70db767fb33adab1e7d99908c4473b5a4ca29b34 (diff) |
net: Allow NETIF_F_HW_TLS_TX if IP_CSUM && IPV6_CSUM
Cited patch below blocked the TLS TX device offload unless HW_CSUM
is set. This broke devices that use IP_CSUM && IP6_CSUM.
Here we fix it.
Note that the single HW_TLS_TX feature flag indicates support for
both IPv4/6, hence it should still be disabled in case only one of
(IP_CSUM | IPV6_CSUM) is set.
Fixes: ae0b04b238e2 ("net: Disable NETIF_F_HW_TLS_TX when HW_CSUM is disabled")
Signed-off-by: Tariq Toukan <tariqt@nvidia.com>
Reported-by: Rohit Maheshwari <rohitm@chelsio.com>
Reviewed-by: Maxim Mikityanskiy <maximmi@mellanox.com>
Link: https://lore.kernel.org/r/20210114151215.7061-1-tariqt@nvidia.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Diffstat (limited to 'tools/perf/scripts/python/export-to-sqlite.py')
0 files changed, 0 insertions, 0 deletions