net: hns3: add tx push support in hns3 ring param process
authorJie Wang <wangjie125@huawei.com>
Tue, 12 Apr 2022 02:01:21 +0000 (10:01 +0800)
committerJakub Kicinski <kuba@kernel.org>
Fri, 15 Apr 2022 18:41:51 +0000 (11:41 -0700)
commit1f702c1643f2f9657f9dd03085b309ab9a1de1d7
tree00081ea02390cf29fc0e12f9ed3ee1fc9e444caa
parentbde292c07b480e23137060dad83cca24d55c4cc4
net: hns3: add tx push support in hns3 ring param process

This patch adds tx push param to hns3 ring param and adapts the set and get
API of ring params. So users can set it by cmd ethtool -G and get it by cmd
ethtool -g.

Signed-off-by: Jie Wang <wangjie125@huawei.com>
Signed-off-by: Guangbin Huang <huangguangbin2@huawei.com>
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
drivers/net/ethernet/hisilicon/hns3/hns3_ethtool.c