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: 1f6b6d623035 ("net: hns3: refactor dump fd tcam of debugfs") Fixes: e83704439408 ("net: hns3: refactor dump mac list of debugfs") Fixes: c21cff3c45a6 ("net: hns3: refactor dump reg of debugfs") Signed-off-by: Guangbin Huang <huangguangbin2@huawei.com> Signed-off-by: David S. Miller <davem@davemloft.net>