Searched hist:"6 d47b53fb3f363a74538a1dbd09954af3d8d4131" (Results 1 – 1 of 1) sorted by relevance
/linux/drivers/net/ethernet/ti/ |
H A D | cpsw.c | diff 6d47b53fb3f363a74538a1dbd09954af3d8d4131 Wed Nov 09 02:15:37 CET 2022 Zhengchao Shao <shaozhengchao@huawei.com> net: cpsw: disable napi in cpsw_ndo_open()
When failed to create xdp rxqs or fill rx channels in cpsw_ndo_open() for opening device, napi isn't disabled. When open cpsw device next time, it will report a invalid opcode issue. Compiled tested only.
Fixes: d354eb85d618 ("drivers: net: cpsw: dual_emac: simplify napi usage") Signed-off-by: Zhengchao Shao <shaozhengchao@huawei.com> Link: https://lore.kernel.org/r/20221109011537.96975-1-shaozhengchao@huawei.com Signed-off-by: Jakub Kicinski <kuba@kernel.org>
|