RE: [patch iproute2 v6 2/3] tc: Add -bs option to batch mode

2018-01-08 Thread Chris Mi
> -Original Message- > From: Marcelo Ricardo Leitner [mailto:marcelo.leit...@gmail.com] > Sent: Saturday, January 6, 2018 3:15 AM > To: David Ahern > Cc: Chris Mi ; netdev@vger.kernel.org; > gerlitz...@gmail.com; step...@networkplumber.org > Subject: Re: [patch ipr

Re: [patch iproute2 v6 2/3] tc: Add -bs option to batch mode

2018-01-05 Thread Marcelo Ricardo Leitner
On Fri, Jan 05, 2018 at 11:15:59AM -0700, David Ahern wrote: > On 1/4/18 12:34 AM, Chris Mi wrote: > > Currently in tc batch mode, only one command is read from the batch > > file and sent to kernel to process. With this support, we can accumulate > > several commands before sending to kernel. > >

Re: [patch iproute2 v6 2/3] tc: Add -bs option to batch mode

2018-01-05 Thread David Ahern
On 1/4/18 12:34 AM, Chris Mi wrote: > Currently in tc batch mode, only one command is read from the batch > file and sent to kernel to process. With this support, we can accumulate > several commands before sending to kernel. > > Now it only works for the following successive rules, > 1. filter ad

Re: [patch iproute2 v6 2/3] tc: Add -bs option to batch mode

2018-01-05 Thread Marcelo Ricardo Leitner
On Thu, Jan 04, 2018 at 04:34:53PM +0900, Chris Mi wrote: > Currently in tc batch mode, only one command is read from the batch > file and sent to kernel to process. With this support, we can accumulate > several commands before sending to kernel. > > Now it only works for the following successive

[patch iproute2 v6 2/3] tc: Add -bs option to batch mode

2018-01-03 Thread Chris Mi
Currently in tc batch mode, only one command is read from the batch file and sent to kernel to process. With this support, we can accumulate several commands before sending to kernel. Now it only works for the following successive rules, 1. filter add 2. filter delete 3. actions add 4. actions del