On Thu, Feb 28, 2019 at 7:49 AM Vlad Buslov <vla...@mellanox.com> wrote: > > However, if we revert NULL fixes dump will print general tp information > for same tp twice (once correctly before dumping all filters on the tp, and > second time when called for bogus NULL filter), like this: > > filter protocol ip pref 1 flower chain 0 > filter protocol ip pref 1 flower chain 0
What I don't understand is how could we dump twice here, particularly the second dump. You insert a bogus NULL filter in case for retry? I thought you do the same like for tc actions, where you insert an error pointer which can't be dumped.