diff options
author | Yunsheng Lin <linyunsheng@huawei.com> | 2019-10-19 16:03:54 +0800 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2019-10-21 09:22:10 -0700 |
commit | d35bced88f7043bee42df795cb7a0d5a8e99248c (patch) | |
tree | 971f6b5f317fce0ccd8679434718e3e6c1d7e22e /drivers/net/xen-netback/interface.c | |
parent | 76643555a145b06ec6dcc0d1cc0691575dceffc9 (diff) |
net: hns3: minor cleanup for hns3_handle_rx_bd()
Since commit e55970950556 ("net: hns3: Add handling of GRO Pkts
not fully RX'ed in NAPI poll"), ring->skb is used to record the
current SKB when processing the RX BD in hns3_handle_rx_bd(),
so the parameter out_skb is unnecessary.
This patch also adjusts the err checking to reduce duplication
in hns3_handle_rx_bd(), and "err == -ENXIO" is rare case, so put
it in the unlikely annotation.
Signed-off-by: Yunsheng Lin <linyunsheng@huawei.com>
Signed-off-by: Huazhong Tan <tanhuazhong@huawei.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/xen-netback/interface.c')
0 files changed, 0 insertions, 0 deletions