[dpdk-dev] [PATCH 1/3] ethdev: support API to set max LRO packet size

Thomas Monjalon thomas at monjalon.net
Tue Nov 5 14:09:33 CET 2019


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.




More information about the dev mailing list