On Mon, 12 Aug 2019 13:17:06 +0300 Ido Schimmel <ido...@idosch.org> wrote:
> From: Ido Schimmel <ido...@mellanox.com> > > Commit e991c04d64c0 ("Revert "tc: Add batchsize feature for filter and > actions"") reverted more than it should and broke shared block > functionality. Fix this by restoring the original functionality. > > To reproduce: > > # tc qdisc add dev swp1 ingress_block 10 ingress > # tc filter add block 10 proto ip pref 1 flower \ > dst_ip 192.0.2.0/24 action drop > Unknown filter "block", hence option "10" is unparsable > > Fixes: e991c04d64c0 ("Revert "tc: Add batchsize feature for filter and > actions"") > Signed-off-by: Ido Schimmel <ido...@mellanox.com> Applied