Re: [net-next 3/7] ixgbe: Use static inlines instead of macros
From: David Miller <davem@davemloft.net> Date: 2014-01-09 20:59:30
From: "Rustad, Mark D" <redacted>
Date: Thu, 9 Jan 2014 20:46:33 +0000
I think I have found a way to address the barrier issue. I will add
upper case macros that call the lower case inlines, so for a time
both forms may exist, and then have a patch that will update the
call sites, and then a patch to remove the macros.
Is that acceptable?