Re: [PATCH for-net V2 00/12] net/mlx5_core: Enhance flow steering support
From: David Miller <davem@davemloft.net> Date: 2016-01-10 22:05:26
From: Or Gerlitz <redacted>
Date: Sun, 10 Jan 2016 10:39:37 +0200
v1 --> v2 changes:
- made sure that service functions added in the IB driver are only static-fied
on the last commit, to make sure bisection with -Werror works fine.
Please don't do this. This looks rediculous.
Instead, if this kind of dependency exists in a source file, simply
add the new functions in the same commit that adds the usage of
them.