]> git.droids-corp.org - dpdk.git/commit
net/hns3: use unsigned integer for bitwise operations
authorHuisong Li <lihuisong@huawei.com>
Sat, 6 Nov 2021 01:43:01 +0000 (09:43 +0800)
committerFerruh Yigit <ferruh.yigit@intel.com>
Mon, 8 Nov 2021 14:59:14 +0000 (15:59 +0100)
commit72ec1486e95ead00ea9f443f97acdff04a5d4d93
tree8fe28fb7c53d7441d9270bc53f55a8f10b1b141d
parentcf31e4a7bb69a36b893d7bbef6904e57363c5768
net/hns3: use unsigned integer for bitwise operations

Bitwise operations should be used only with unsigned integer. This patch
modifies some code that does not meet this rule.

Signed-off-by: Huisong Li <lihuisong@huawei.com>
Signed-off-by: Min Hu (Connor) <humin29@huawei.com>
drivers/net/hns3/hns3_ethdev.c