05/11/2019 13:39, Andrew Rybchenko: > On 11/5/19 11:40 AM, Dekel Peled wrote: > > --- a/lib/librte_ethdev/rte_ethdev.c > > +++ b/lib/librte_ethdev/rte_ethdev.c > > +static inline int > > +rte_eth_check_lro_pkt_size(uint16_t port_id, uint32_t config_size, > > + uint32_t dev_info_size) > > As I understand Thomas prefers static functions without rte_eth_ prefix. > I think it is reasonable.
Indeed, rte_ prefix should be reserved for public API.