David Miller <da...@davemloft.net> writes: > From: Roman Mashak <m...@mojatatu.com> > Date: Fri, 2 Mar 2018 17:01:39 -0500 > >> Introduce routine to calculate size of the common tc netlink attributes, >> and another helper routine to get the full message size including netlink >> header and service header. >> >> Signed-off-by: Roman Mashak <m...@mojatatu.com> > > Adding the helpers as static functions, with no users, makes this > series non-bisectable because the compiler will warn about the unused > functions at this point in the series.
Thank you. I will fix in v2.