On Wed, Jun 12, 2019 at 05:14:53PM -0400, Aaron Conole wrote: > Neil Horman <[email protected]> writes: > > > Identify functions in the dpaa2 driver which are internal (based on > > their not having an rte_ prefix) and tag them with __rte_internal > > > > Signed-off-by: Neil Horman <[email protected]> > > CC: Jerin Jacob Kollanukkaran <[email protected]> > > CC: Bruce Richardson <[email protected]> > > CC: Thomas Monjalon <[email protected]> > > CC: Akhil Goyal <[email protected]> > > CC: Hemant Agrawal <[email protected]> > > --- > > I think it's incomplete. > > https://travis-ci.com/ovsrobot/dpdk/builds/115329014 > It appears the travis environment is using the meson build system, while I was building with the traditional Make system, and meson doesn't yet set BUILDING_RTE_SDK in its environment. I'll fix that
Neil

