Re: [PATCH iproute2-next v2] tc: add support for plug qdisc

2019-05-06 Thread Paolo Abeni
On Sat, 2019-05-04 at 10:14 -0600, David Ahern wrote: > On 4/30/19 10:53 AM, Paolo Abeni wrote: > > sch_plug can be used to perform functional qdisc unit tests > > controlling explicitly the queuing behaviour from user-space. > > Hi Paolo: > Do you have or are you planning to write unit tests? wh

Re: [PATCH iproute2-next v2] tc: add support for plug qdisc

2019-05-04 Thread David Ahern
On 4/30/19 10:53 AM, Paolo Abeni wrote: > sch_plug can be used to perform functional qdisc unit tests > controlling explicitly the queuing behaviour from user-space. Hi Paolo: Do you have or are you planning to write unit tests? > > Plug support lacks since its introduction in 2012. This change

[PATCH iproute2-next v2] tc: add support for plug qdisc

2019-04-30 Thread Paolo Abeni
sch_plug can be used to perform functional qdisc unit tests controlling explicitly the queuing behaviour from user-space. Plug support lacks since its introduction in 2012. This change introduces basic support, to control the tc status. v1 -> v2: - use the SPDX identifier Signed-off-by: Paolo A