[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <158765382862.1613879.11444486146802159959.stgit@firesoul>
Date: Thu, 23 Apr 2020 16:57:40 +0200
From: Jesper Dangaard Brouer <brouer@...hat.com>
To: unlisted-recipients:; (no To-header on input)
Cc: Jesper Dangaard Brouer <brouer@...hat.com>, netdev@...r.kernel.org,
Ilias Apalodimas <ilias.apalodimas@...aro.org>,
Toke Høiland-Jørgensen <toke@...hat.com>,
ruxandra.radulescu@....com, ioana.ciornei@....com,
nipun.gupta@....com, shawnguo@...nel.org
Subject: [PATCH net-next 0/2] Fix qdisc noop issue caused by driver and
identify future bugs
I've been very puzzled why networking on my NXP development board,
using driver dpaa2-eth, stopped working when I updated the kernel
version >= 5.3. The observable issue were that interface would drop
all TX packets, because it had assigned the qdisc noop.
This turned out the be a NIC driver bug, that would only get triggered
when using sysctl net/core/default_qdisc=fq_codel. It was non-trivial
to find out[1] this was driver related. Thus, this patchset besides
fixing the driver bug, also helps end-user identify the issue.
[1]: https://github.com/xdp-project/xdp-project/blob/master/areas/arm64/board_nxp_ls1088/nxp-board04-troubleshoot-qdisc.org
---
Jesper Dangaard Brouer (2):
net: sched: report ndo_setup_tc failures via extack
dpaa2-eth: fix return codes used in ndo_setup_tc
drivers/net/ethernet/freescale/dpaa2/dpaa2-eth.c | 4 ++--
net/sched/cls_api.c | 5 ++++-
2 files changed, 6 insertions(+), 3 deletions(-)
--
Powered by blists - more mailing lists