From: "Bjørn Mork" <bjorn@mork.no>
To: Daniele Palmas <dnlplm@gmail.com>
Cc: David Miller <davem@davemloft.net>,
Jakub Kicinski <kuba@kernel.org>, Paolo Abeni <pabeni@redhat.com>,
Eric Dumazet <edumazet@google.com>,
linux-usb@vger.kernel.org, netdev@vger.kernel.org
Subject: Re: [PATCH net-next 0/2] net: usb: qmi_wwan implement tx packets aggregation
Date: Wed, 19 Oct 2022 17:04:31 +0200 [thread overview]
Message-ID: <87lepbsvls.fsf@miraculix.mork.no> (raw)
In-Reply-To: <20221019132503.6783-1-dnlplm@gmail.com> (Daniele Palmas's message of "Wed, 19 Oct 2022 15:25:01 +0200")
Daniele Palmas <dnlplm@gmail.com> writes:
> I verified this problem by using a MDM9207 Cat. 4 based modem (50Mbps/150Mbps
> max throughput). What is actually happening is pictured at
> https://drive.google.com/file/d/1xuAuDBfBEIM3Cdg2zHYQJ5tdk-JkfQn7/view?usp=sharing
>
> When rx and tx flows are tested singularly there's no issue in tx and minor
> issues in rx (a few spikes). When there are concurrent tx and rx flows, tx
> throughput has an huge drop. rx a minor one, but still present.
>
> The same scenario with tx aggregation enabled is pictured at
> https://drive.google.com/file/d/1Kw8TVFLVgr31o841fRu4fuMX9DNZqJB5/view?usp=sharing
> showing a regular graph.
That's pretty extreme. Are these tcp tests? Did you experiment with
qdisc options? What about latency here?
> This issue does not happen with high-cat modems (e.g. SDX20), or at least it
> does not happen at the throughputs I'm able to test currently: maybe the same
> could happen when moving close to the maximum rates supported by those modems.
> Anyway, having the tx aggregation enabled should not hurt.
>
> It is interesting to note that, for what I can understand, rmnet too does not
> support tx aggregation.
Looks like that is missing, yes. Did you consider implementing it there
instead?
> I'm aware that rmnet should be the preferred way for qmap, but I think there's
> still value in adding this feature to qmi_wwan qmap implementation since there
> are in the field many users of that.
>
> Moreover, having this in mainline could simplify backporting for those who are
> using qmi_wwan qmap feature but are stuck with old kernel versions.
>
> I'm also aware of the fact that sysfs files for configuration are not the
> preferred way, but it would feel odd changing the way for configuring the driver
> just for this feature, having it different from the previous knobs.
It's not just that it's not the preferred way.. I believe I promised
that we wouldn't add anything more to this interface. And then I broke
that promise, promising that it would never happen again. So much for
my integrity.
This all looks very nice to me, and the results are great, and it's just
another knob...
But I don't think we can continue adding this stuff. The QMAP handling
should be done in the rmnet driver. Unless there is some reason it can't
be there? Wouldn't the same code work there?
Luckily I can chicken out here, and leave final the decision to Jakub
and David.
Bjørn
next prev parent reply other threads:[~2022-10-19 15:13 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-10-19 13:25 [PATCH net-next 0/2] net: usb: qmi_wwan implement tx packets aggregation Daniele Palmas
2022-10-19 13:25 ` [PATCH net-next 1/2] net: usb: qmi_wwan: implement qmap uplink tx aggregation Daniele Palmas
2022-10-19 13:25 ` [PATCH net-next 2/2] Documentation: ABI: sysfs-class-net-qmi: document tx aggregation files Daniele Palmas
2022-10-19 15:04 ` Bjørn Mork [this message]
2022-10-19 15:48 ` [PATCH net-next 0/2] net: usb: qmi_wwan implement tx packets aggregation Greg KH
2022-10-20 0:55 ` Jakub Kicinski
2022-10-19 18:04 ` Daniele Palmas
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=87lepbsvls.fsf@miraculix.mork.no \
--to=bjorn@mork.no \
--cc=davem@davemloft.net \
--cc=dnlplm@gmail.com \
--cc=edumazet@google.com \
--cc=kuba@kernel.org \
--cc=linux-usb@vger.kernel.org \
--cc=netdev@vger.kernel.org \
--cc=pabeni@redhat.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).