Re: [RFC iproute2 0/4] Revert tc batchsize feature

2019-07-31 Thread Dave Taht
Does this fix my longstanding issue with piping commands into it? :P ( https://github.com/tohojo/flent/issues/146 ) On Wed, Jul 31, 2019 at 5:46 PM Stephen Hemminger wrote: > > The batchsize feature of tc might save a few cycles but it > is a maintaince nightmare, it has uninitialized variables

[RFC iproute2 0/4] Revert tc batchsize feature

2019-07-31 Thread Stephen Hemminger
The batchsize feature of tc might save a few cycles but it is a maintaince nightmare, it has uninitialized variables and poor error handling. This patch set reverts back to the original state. Please don't resubmit original code. Go back to the drawing board and do something generic. For example