Mon, Aug 12, 2019 at 12:17:06PM CEST, [email protected] wrote:
>From: Ido Schimmel <[email protected]>
>
>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 <[email protected]>

Acked-by: Jiri Pirko <[email protected]>

Thanks Ido!

Reply via email to