Hi Qi,
> -----Original Message----- > From: Zhang, Qi Z > Sent: Saturday, May 27, 2017 3:52 AM > To: Zhang, Helin; Lu, Wenzhuo > Cc: dev@dpdk.org; Zhang, Qi Z > Subject: [PATCH 1/3] net/ixgbe: replace macro with inline function > > Code clean, replace macro with inline funtion for searching next no void > pattern and next no void action > > Signed-off-by: Qi Zhang <qi.z.zh...@intel.com> > --- > drivers/net/ixgbe/ixgbe_flow.c | 208 > +++++++++++++++-------------------------- > 1 file changed, 73 insertions(+), 135 deletions(-) This patch is good, but don't understand the necessity to replace the macro. Would you like to add more explanation in the commit log?