netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* TSN - tc usage for a tbs setup
@ 2019-07-25  6:50 Stéphane Ancelot
  2019-07-25 17:30 ` Vinicius Costa Gomes
  0 siblings, 1 reply; 2+ messages in thread
From: Stéphane Ancelot @ 2019-07-25  6:50 UTC (permalink / raw)
  To: netdev

Hi,

I am trying to setup my network queue for offline time based configuration.

initial setup is :

tc qdisc show dev eth1:

qdisc mq 0: root

qdisc pfifo_fast 0: parent :1 bands 3 priomap  1 2 2 2 1 2 0 0 1 1 1 1 1 
1 1 1


I won't need pfifo , I have to send one frame at a precise xmit time 
(high prio), and then maybe some other frames (with low priority)


I want to setup offload time based  xmit.

/sbin/tc qdisc add dev eth1 root handle 100:1 etf delta 100000 clockid 
CLOCK_REALTIME offload

replies with

RTNETLINK answers: Invalid argument


What is wrong ?

Regards,

S.Ancelot


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2019-07-25 17:31 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-07-25  6:50 TSN - tc usage for a tbs setup Stéphane Ancelot
2019-07-25 17:30 ` Vinicius Costa Gomes

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).