Re: amplifying qdisc

2020-07-19 Thread Russell Strong
On Mon, 13 Jul 2020 09:52:28 -0700 Stephen Hemminger wrote: > On Sun, 12 Jul 2020 11:40:01 +1000 > Russell Strong wrote: > > > On Wed, 8 Jul 2020 23:26:34 -0700 > > Stephen Hemminger wrote: > > > > > On Thu, 9 Jul 2020 16:10:34 +1000 > > > Russell Strong wrote: > > > > > > > Hi, > > >

Re: amplifying qdisc

2020-07-13 Thread Stephen Hemminger
On Sun, 12 Jul 2020 11:40:01 +1000 Russell Strong wrote: > On Wed, 8 Jul 2020 23:26:34 -0700 > Stephen Hemminger wrote: > > > On Thu, 9 Jul 2020 16:10:34 +1000 > > Russell Strong wrote: > > > > > Hi, > > > > > > I'm attempting to fill a link with background traffic that is sent > > > whene

Re: amplifying qdisc

2020-07-11 Thread Russell Strong
On Wed, 8 Jul 2020 23:26:34 -0700 Stephen Hemminger wrote: > On Thu, 9 Jul 2020 16:10:34 +1000 > Russell Strong wrote: > > > Hi, > > > > I'm attempting to fill a link with background traffic that is sent > > whenever the link is idle. To do this I've creates a qdisc that > > will repeat the l

Re: amplifying qdisc

2020-07-08 Thread Stephen Hemminger
On Thu, 9 Jul 2020 16:10:34 +1000 Russell Strong wrote: > Hi, > > I'm attempting to fill a link with background traffic that is sent > whenever the link is idle. To do this I've creates a qdisc that will > repeat the last packet in the queue for a defined number of times > (possibly infinite in

amplifying qdisc

2020-07-08 Thread Russell Strong
Identifier: GPL-2.0-or-later /* * net/sched/sch_amp.c amplifying qdisc * * Authors: Russell Strong */ #include #include #include #include #include #include #include struct amp_sched_data { u32 duplicates; u32 remaining; }; static int amp_enqueue(struct sk_buff *s