diff options
author | Rahul Lakkireddy <rahul.lakkireddy@chelsio.com> | 2020-06-24 01:51:38 +0530 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2020-06-23 15:18:48 -0700 |
commit | 2f6670165d22406467c667e9454e558bc75b933e (patch) | |
tree | 6b956d09b0b65e4bba94f3f5590f568c58af51f0 /tools/perf/scripts/python | |
parent | 1992ded5d111997877a9a25205976d8d03c46814 (diff) |
cxgb4: remove cast when saving IPv4 partial checksum
The checksum field in IPv4 header is in __sum16 and ip_fast_csum()
also returns __sum16. So, no need to cast it to u16.
Fixes following sparse warning:
sge.c:1539:47: warning: cast from restricted __sum16
sge.c:1539:44: warning: incorrect type in assignment (different base types)
sge.c:1539:44: expected restricted __sum16 [usertype] check
sge.c:1539:44: got unsigned short [usertype]
Fixes: d0a1299c6bf7 ("cxgb4: add support for vxlan segmentation offload")
Signed-off-by: Rahul Lakkireddy <rahul.lakkireddy@chelsio.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions