All of lore.kernel.org
 help / color / mirror / Atom feed
* TC API
@ 2015-08-07 15:54 Danushka Menikkumbura
  2015-08-07 16:40 ` oldford
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Danushka Menikkumbura @ 2015-08-07 15:54 UTC (permalink / raw)
  To: lartc

Hi,

Is there an API (preferably C) to manage Linux TC?. I need to write a
user application to manage queuing disciplines.

Thanks,
Danushka

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

* RE: TC API
  2015-08-07 15:54 TC API Danushka Menikkumbura
@ 2015-08-07 16:40 ` oldford
  2015-08-07 17:50 ` Danushka Menikkumbura
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: oldford @ 2015-08-07 16:40 UTC (permalink / raw)
  To: lartc

SSBiZWxpZXZlIHlvdSBjYW4ganVzdCBkb3dubG9hZCB0aGUgaXByb3V0ZTIgc291cmNlIHBhY2th
Z2UgYW5kIHRjIGlzIHBhcnQgb2YgaXQuIE9uY2UgeW91IHNlZSBob3cgdGMgY29tbXVuaWNhdGVz
IHdpdGggdGhlIGtlcm5lbCB0aGVuIHlvdSBjYW4gZG8gaXQgdGhlIHNhbWUgd2F5DQoNCmh0dHBz
Oi8vd3d3Lmtlcm5lbC5vcmcvcHViL2xpbnV4L3V0aWxzL25ldC9pcHJvdXRlMi8NCg0KDQotLS0t
LU9yaWdpbmFsIE1lc3NhZ2UtLS0tLQ0KRnJvbTogbGFydGMtb3duZXJAdmdlci5rZXJuZWwub3Jn
IFttYWlsdG86bGFydGMtb3duZXJAdmdlci5rZXJuZWwub3JnXSBPbiBCZWhhbGYgT2YgRGFudXNo
a2EgTWVuaWtrdW1idXJhDQpTZW50OiBGcmlkYXksIEF1Z3VzdCA3LCAyMDE1IDEwOjU0IEFNDQpU
bzogbGFydGMNClN1YmplY3Q6IFRDIEFQSQ0KDQpIaSwNCg0KSXMgdGhlcmUgYW4gQVBJIChwcmVm
ZXJhYmx5IEMpIHRvIG1hbmFnZSBMaW51eCBUQz8uIEkgbmVlZCB0byB3cml0ZSBhIHVzZXIgYXBw
bGljYXRpb24gdG8gbWFuYWdlIHF1ZXVpbmcgZGlzY2lwbGluZXMuDQoNClRoYW5rcywNCkRhbnVz
aGthDQotLQ0KVG8gdW5zdWJzY3JpYmUgZnJvbSB0aGlzIGxpc3Q6IHNlbmQgdGhlIGxpbmUgInVu
c3Vic2NyaWJlIGxhcnRjIiBpbiB0aGUgYm9keSBvZiBhIG1lc3NhZ2UgdG8gbWFqb3Jkb21vQHZn
ZXIua2VybmVsLm9yZyBNb3JlIG1ham9yZG9tbyBpbmZvIGF0ICBodHRwOi8vdmdlci5rZXJuZWwu
b3JnL21ham9yZG9tby1pbmZvLmh0bWwNCg=

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

* Re: TC API
  2015-08-07 15:54 TC API Danushka Menikkumbura
  2015-08-07 16:40 ` oldford
@ 2015-08-07 17:50 ` Danushka Menikkumbura
  2015-08-08  8:13 ` Vitaly Repin
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: Danushka Menikkumbura @ 2015-08-07 17:50 UTC (permalink / raw)
  To: lartc

Thanks heaps. I will look into it.

Best,
Danushka

On Fri, Aug 7, 2015 at 12:40 PM, oldford@americanengine.net
<oldford@americanengine.net> wrote:
> I believe you can just download the iproute2 source package and tc is part of it. Once you see how tc communicates with the kernel then you can do it the same way
>
> https://www.kernel.org/pub/linux/utils/net/iproute2/
>
>
> -----Original Message-----
> From: lartc-owner@vger.kernel.org [mailto:lartc-owner@vger.kernel.org] On Behalf Of Danushka Menikkumbura
> Sent: Friday, August 7, 2015 10:54 AM
> To: lartc
> Subject: TC API
>
> Hi,
>
> Is there an API (preferably C) to manage Linux TC?. I need to write a user application to manage queuing disciplines.
>
> Thanks,
> Danushka
> --
> To unsubscribe from this list: send the line "unsubscribe lartc" in the body of a message to majordomo@vger.kernel.org More majordomo info at  http://vger.kernel.org/majordomo-info.html

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

* Re: TC API
  2015-08-07 15:54 TC API Danushka Menikkumbura
  2015-08-07 16:40 ` oldford
  2015-08-07 17:50 ` Danushka Menikkumbura
@ 2015-08-08  8:13 ` Vitaly Repin
  2015-08-08 20:42 ` Danushka Menikkumbura
  2015-08-08 21:11 ` Danushka Menikkumbura
  4 siblings, 0 replies; 6+ messages in thread
From: Vitaly Repin @ 2015-08-08  8:13 UTC (permalink / raw)
  To: lartc

Hello,

http://www.coverfire.com/lql/  Take a look to this library and TC
utility sources.

>> Is there an API (preferably C) to manage Linux TC?. I need to write a user application to manage queuing disciplines.

-- 
WBR & WBW, Vitaly

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

* Re: TC API
  2015-08-07 15:54 TC API Danushka Menikkumbura
                   ` (2 preceding siblings ...)
  2015-08-08  8:13 ` Vitaly Repin
@ 2015-08-08 20:42 ` Danushka Menikkumbura
  2015-08-08 21:11 ` Danushka Menikkumbura
  4 siblings, 0 replies; 6+ messages in thread
From: Danushka Menikkumbura @ 2015-08-08 20:42 UTC (permalink / raw)
  To: lartc

Thanks Vitaly!

On Sat, Aug 8, 2015 at 4:13 AM, Vitaly Repin <vitaly_repin@fsfe.org> wrote:
> Hello,
>
> http://www.coverfire.com/lql/  Take a look to this library and TC
> utility sources.
>
>>> Is there an API (preferably C) to manage Linux TC?. I need to write a user application to manage queuing disciplines.
>
> --
> WBR & WBW, Vitaly
> --
> To unsubscribe from this list: send the line "unsubscribe lartc" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html

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

* Re: TC API
  2015-08-07 15:54 TC API Danushka Menikkumbura
                   ` (3 preceding siblings ...)
  2015-08-08 20:42 ` Danushka Menikkumbura
@ 2015-08-08 21:11 ` Danushka Menikkumbura
  4 siblings, 0 replies; 6+ messages in thread
From: Danushka Menikkumbura @ 2015-08-08 21:11 UTC (permalink / raw)
  To: lartc

I also found [1], did not try it out though.

[1] http://charette.no-ip.com:81/programming/doxygen/netfilter/group__qdisc.html

Thanks,
Danushka

On Sat, Aug 8, 2015 at 4:42 PM, Danushka Menikkumbura
<danushka.menikkumbura@gmail.com> wrote:
> Thanks Vitaly!
>
> On Sat, Aug 8, 2015 at 4:13 AM, Vitaly Repin <vitaly_repin@fsfe.org> wrote:
>> Hello,
>>
>> http://www.coverfire.com/lql/  Take a look to this library and TC
>> utility sources.
>>
>>>> Is there an API (preferably C) to manage Linux TC?. I need to write a user application to manage queuing disciplines.
>>
>> --
>> WBR & WBW, Vitaly
>> --
>> To unsubscribe from this list: send the line "unsubscribe lartc" in
>> the body of a message to majordomo@vger.kernel.org
>> More majordomo info at  http://vger.kernel.org/majordomo-info.html

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

end of thread, other threads:[~2015-08-08 21:11 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-08-07 15:54 TC API Danushka Menikkumbura
2015-08-07 16:40 ` oldford
2015-08-07 17:50 ` Danushka Menikkumbura
2015-08-08  8:13 ` Vitaly Repin
2015-08-08 20:42 ` Danushka Menikkumbura
2015-08-08 21:11 ` Danushka Menikkumbura

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.