]> git.baikalelectronics.ru Git - kernel.git/commit
net: hns3: expand buffer len for some debugfs command
authorGuangbin Huang <huangguangbin2@huawei.com>
Wed, 27 Oct 2021 12:11:48 +0000 (20:11 +0800)
committerDavid S. Miller <davem@davemloft.net>
Wed, 27 Oct 2021 13:47:33 +0000 (14:47 +0100)
commit1315e6db86d31a4fe195d8d3fdefeef9086759b8
tree234b87791cb280c873976c9cc45c8c443bc04460
parentdec0336aca35317a2761be53981ccad5dd7c63fe
net: hns3: expand buffer len for some debugfs command

The specified buffer length for three debugfs files fd_tcam, uc and tqp
is not enough for their maximum needs, so this patch fixes them.

Fixes: a41e1e1a138a ("net: hns3: refactor dump fd tcam of debugfs")
Fixes: afd50776e9fe ("net: hns3: refactor dump mac list of debugfs")
Fixes: 6a82c4ee1b30 ("net: hns3: refactor dump reg of debugfs")
Signed-off-by: Guangbin Huang <huangguangbin2@huawei.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/hisilicon/hns3/hns3_debugfs.c