Re: [PATCH net-next v6 10/10] net: sched: add Flow Queue PIE packet scheduler
From: Gautam Ramakrishnan <hidden>
Date: 2020-01-22 17:40:24
From: Gautam Ramakrishnan <hidden>
Date: 2020-01-22 17:40:24
On Wed, Jan 22, 2020 at 9:12 PM Jakub Kicinski [off-list ref] wrote:
On Wed, 22 Jan 2020 17:05:33 +0530, gautamramk@gmail.com wrote:quoted
+ err = tcf_block_get(&q->block, &q->filter_list, sch, extack); + if (err) + goto init_failure;I think you're missing a tcf_block_put() call or equivalent.
Thanks for pointing it out. I shall make the change and resubmit. -- ------------- Gautam |