Re: [PATCH net v4] net: wwan: qcom_bam_dmux: account network packets

From: Jakub Kicinski

Date: Thu Sep 10 2026 - 11:47:11 EST


On Wed, 09 Sep 2026 21:40:11 +0000 netdev-bot+sashiko@xxxxxxxxxx wrote:
> Thank you for your contribution! Sashiko AI review found 1 potential
> issue(s) to consider:
>
> Critical: 0 · High: 0 · Medium: 1 · Low: 0
>
> - [Medium] In `bam_dmux_netdev_start_xmit()` the new
> `dev_sw_netstats_tx_add(netdev, 1, len)`…

AI is right, the typical flow is to account packets and bytes
on completion of the transfer rather than initiation.

Also please drop the Fixes tag and re-target at net-next,
this is not a fix, as important as stats are.