> -----Original Message----- > From: Adrien Mazarguil [mailto:[email protected]] > Sent: Thursday, December 21, 2017 1:00 PM > To: [email protected] > Cc: Yigit, Ferruh <[email protected]>; Iremonger, Bernard > <[email protected]> > Subject: [PATCH v1 3/6] flow_classify: fix issue in exported header > > Reported by check-includes.sh: > > [...]/rte_flow_classify.h:85:47: error: ISO C does not permit named > variadic macros [-Werror=variadic-macros] > #define RTE_FLOW_CLASSIFY_LOG(level, fmt, args...) \ > ^ > > Fixes: be41ac2a330f ("flow_classify: introduce flow classify library") > Cc: Ferruh Yigit <[email protected]> > Cc: Bernard Iremonger <[email protected]> > > Signed-off-by: Adrien Mazarguil <[email protected]>
Acked-by: Bernard Iremonger <[email protected]>

