net/hns3: use unsigned types for bit operator
authorHongbo Zheng <zhenghongbo3@huawei.com>
Mon, 9 Nov 2020 14:28:58 +0000 (22:28 +0800)
committerFerruh Yigit <ferruh.yigit@intel.com>
Fri, 13 Nov 2020 18:43:26 +0000 (19:43 +0100)
commit37f54f3c5cb54def05be4579112cebeb14c4f02b
tree7f348b206ee7ee694e50299f4f2d7e5c7b99ea5e
parentee1607167b37dd2f9b6430c5ecdaf563fca5bfcb
net/hns3: use unsigned types for bit operator

According to bit operator reliability style, variables in
the right expression participating int bit operation
must be an unsigned type.

Signed-off-by: Hongbo Zheng <zhenghongbo3@huawei.com>
Signed-off-by: Lijun Ou <oulijun@huawei.com>
drivers/net/hns3/hns3_ethdev_vf.c
drivers/net/hns3/hns3_rxtx_vec_neon.h