OSDN Git Service

net: hns3: split function hns3_set_l2l3l4()
authorYufeng Mo <moyufeng@huawei.com>
Mon, 29 Nov 2021 14:00:27 +0000 (22:00 +0800)
committerDavid S. Miller <davem@davemloft.net>
Mon, 29 Nov 2021 14:26:17 +0000 (14:26 +0000)
commit1d851c0905f86a3a369c9619b9ed3236758f9999
tree728dc1f6c06b3b5c18e0b072087f7c39c107bcda
parent2fbf6a07f537e89b0a79d74feffd6bce3f164261
net: hns3: split function hns3_set_l2l3l4()

Function hns3_set_l2l3l4() is a bit too long. So add two
new functions hns3_set_l3_type() and hns3_set_l4_csum_length()
to simplify code and improve code readability.

Signed-off-by: Yufeng Mo <moyufeng@huawei.com>
Signed-off-by: Guangbin Huang <huangguangbin2@huawei.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/hisilicon/hns3/hns3_enet.c