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

2020-12-07 Thread Vinicius Costa Gomes
Vladimir Oltean writes: > On Mon, Dec 07, 2020 at 02:49:35PM -0800, Vinicius Costa Gomes wrote: >> Jakub Kicinski writes: >> >> > On Tue, 1 Dec 2020 20:53:16 -0800 Vinicius Costa Gomes wrote: >> >> $ tc qdisc replace dev $IFACE parent root handle 100 taprio \ >> >> num_tc 3 \ >> >>

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

2020-12-07 Thread Vladimir Oltean
On Mon, Dec 07, 2020 at 02:49:35PM -0800, Vinicius Costa Gomes wrote: > Jakub Kicinski writes: > > > On Tue, 1 Dec 2020 20:53:16 -0800 Vinicius Costa Gomes wrote: > >> $ tc qdisc replace dev $IFACE parent root handle 100 taprio \ > >> num_tc 3 \ > >> map 2 2 1 0 2 2 2 2 2 2 2 2 2 2 2

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

2020-12-07 Thread Vinicius Costa Gomes
Jakub Kicinski writes: > On Tue, 1 Dec 2020 20:53:16 -0800 Vinicius Costa Gomes wrote: >> $ tc qdisc replace dev $IFACE parent root handle 100 taprio \ >> num_tc 3 \ >> map 2 2 1 0 2 2 2 2 2 2 2 2 2 2 2 2 \ >> queues 1@0 1@1 2@2 \ >> base-time $BASE_TIME \ >> sched-

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

2020-12-05 Thread Jakub Kicinski
On Tue, 1 Dec 2020 20:53:16 -0800 Vinicius Costa Gomes wrote: > $ tc qdisc replace dev $IFACE parent root handle 100 taprio \ > num_tc 3 \ > map 2 2 1 0 2 2 2 2 2 2 2 2 2 2 2 2 \ > queues 1@0 1@1 2@2 \ > base-time $BASE_TIME \ > sched-entry S 0f 1000 \ > pre

[PATCH net-next v1 0/9] ethtool: Add support for frame preemption

2020-12-01 Thread Vinicius Costa Gomes
Hi, Changes from RFC v2: - Reorganised the offload enabling/disabling on the driver size; - Added a few igc fixes; Changes from RFC v1: - The per-queue preemptible/express setting is moved to applicable qdiscs (Jakub Kicinski and others); - "min-frag-size" now follows the 802.3br specific