net: hns3: fix return value check bug of rx copybreak
authorJie Wang <wangjie125@huawei.com>
Mon, 14 Nov 2022 08:20:47 +0000 (16:20 +0800)
committerPaolo Abeni <pabeni@redhat.com>
Tue, 15 Nov 2022 12:29:26 +0000 (13:29 +0100)
commit29df7c695ed67a8fa32bb7805bad8fe2a76c1f88
treec2e05a8cd26e7cdfde5bdbb98d5bd8bf39556cb6
parenta56cad694767ebdb7d80f27ffc239db46fff64de
net: hns3: fix return value check bug of rx copybreak

The refactoring of rx copybreak modifies the original return logic, which
will make this feature unavailable. So this patch fixes the return logic of
rx copybreak.

Fixes: e74a726da2c4 ("net: hns3: refactor hns3_nic_reuse_page()")
Fixes: 99f6b5fb5f63 ("net: hns3: use bounce buffer when rx page can not be reused")
Signed-off-by: Jie Wang <wangjie125@huawei.com>
Signed-off-by: Hao Lan <lanhao@huawei.com>
Signed-off-by: Paolo Abeni <pabeni@redhat.com>
drivers/net/ethernet/hisilicon/hns3/hns3_enet.c