Re: [PATCH net-next v3 0/8] ethtool: Add support for frame preemption

2021-01-29 Thread Vinicius Costa Gomes
Vladimir Oltean writes: > On Fri, Jan 22, 2021 at 02:44:45PM -0800, Vinicius Costa Gomes wrote: >> This is still an RFC because two main reasons, I want to confirm that >> this approach (per-queue settings via qdiscs, device settings via >> ethtool) looks good, even though there aren't much more

Re: [PATCH net-next v3 0/8] ethtool: Add support for frame preemption

2021-01-29 Thread Vladimir Oltean
On Fri, Jan 22, 2021 at 02:44:45PM -0800, Vinicius Costa Gomes wrote: > This is still an RFC because two main reasons, I want to confirm that > this approach (per-queue settings via qdiscs, device settings via > ethtool) looks good, even though there aren't much more options left ;-) I don't want

[PATCH net-next v3 0/8] ethtool: Add support for frame preemption

2021-01-22 Thread Vinicius Costa Gomes
Hi, Changes from v2: - Fixed some copy&paste mistakes, documentation formatting and slightly improved error reporting (Jakub Kicinski); Changes from v1: - The minimum fragment size configuration was changed to be configured in bytes to be more future proof, in case the standard changes