The same code is used in l3fwd and l3fwd-acl. When it is reused in l3fwd-acl a packet processing function from original l3fwd is not used any more. -- Sent from my mobile device.
On July 21, 2014 6:44:41 AM PDT, Thomas Monjalon <thomas.monjalon at 6wind.com> wrote: >Hi, > >2014-07-20 20:47, Matthew Hall: >> +CFLAGS += -Wno-unused-function > >I think it's better to fix the code instead of removing a warning. >If there is a very good reason to not do it, it would appear in the >log. > >Thanks