Re: [PATCH 13/14] net: sched: use unique idr insert function in unlocked actions

From: Marcelo Ricardo Leitner
Date: Sat May 19 2018 - 17:24:57 EST


On Mon, May 14, 2018 at 05:27:14PM +0300, Vlad Buslov wrote:
> Substitute calls to action insert function with calls to action insert
> unique function that warns if insertion overwrites index in idr.

I know this patch may be gone on V2, but a general comment, please use
the function names themselves instead of a textualized version. I.e.,
s/action insert unique/tcf_idr_insert_unique/