2015-11-27 07:51, Alejandro Lucero: > I converted (almost) all the Linux typedefs. This one went under the radar. > > We do not have such thing like ixgbe/base but maybe it makes sense. > > Should I send a new patchset version for fixing this "minor nit"?
If you send a new version, please fix the MAINTAINERS file update (and squash the change with the doc patch). PS: please answer below instead of top post. > On Thu, Nov 26, 2015 at 6:14 PM, Stephen Hemminger < > stephen at networkplumber.org> wrote: > > > On Thu, 26 Nov 2015 09:49:21 +0000 > > Alejandro Lucero <alejandro.lucero at netronome.com> wrote: > > > > > +static inline void > > > +nfp_qcp_ptr_add(__u8 *q, enum nfp_qcp_ptr ptr, uint32_t val) > > > +{ > > > + uint32_t off; > > > > Minor nit. why mix use of Linux specific basic size typedefs (__u8) > > with Posix standard values (uint32_t). The DPDK style is to use > > the Posix types except in kernel drivers or code that is coming > > from unified drivers (ie ixgbe/base) > >