diff options
author | Huazhong Tan <tanhuazhong@huawei.com> | 2020-01-04 10:49:30 +0800 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2020-01-06 13:26:25 -0800 |
commit | 7061867b59e0e5231b64655356c67ec31f44bc01 (patch) | |
tree | a9e9f1370f629ebf36aa918a8bc9e4b17a7d5e61 /scripts/bpf_helpers_doc.py | |
parent | 2af8cb6126f36ffad848d1b0af714c09eb801b9d (diff) | |
download | linux-7061867b59e0e5231b64655356c67ec31f44bc01.tar.gz linux-7061867b59e0e5231b64655356c67ec31f44bc01.tar.bz2 linux-7061867b59e0e5231b64655356c67ec31f44bc01.zip |
net: hns3: replace an unsuitable variable type in hclge_inform_reset_assert_to_vf()
In hclge_inform_reset_assert_to_vf(), variable reset_type(enum type)
will be copied into msg_data whose size is 2 bytes. Currently, hip08
is a little-endian machine, so the lower two bytes of reset_type will
be copied to msg_data. But when running on a big-endian machine,
msg_data will have a wrong value(the higher two bytes of reset_type).
So this patch modifies the type of reset_type to u16, and adds a
build check in case enum hnae3_reset_type has value larger than
U16_MAX.
Signed-off-by: Huazhong Tan <tanhuazhong@huawei.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'scripts/bpf_helpers_doc.py')
0 files changed, 0 insertions, 0 deletions