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>