> On Jan 11, 2019, at 1:49 PM, Stephen Hemminger <step...@networkplumber.org> > wrote: > > On Fri, 11 Jan 2019 19:37:00 +0000 > "Wiles, Keith" <keith.wi...@intel.com> wrote: > >>> +/* make sure name is a possible Linux network device name */ >>> +static bool is_valid_iface(const char *name) >> >> I am sorry, but the function name must be on the next line as per the style. >> I know you do not like it, but that is what the style states. > > I am surprised because most of the DPDK follows kernel style. > And in kernel style one line is preferred if line is not too long. Last time I looked at the DPDK coding style it is not the case. We do not really follow Linux coding style only started with it and made changes :-( Regards, Keith
- [dpdk-dev] [PATCH 0/6] net/tap: fixes and cleanups Stephen Hemminger
- [dpdk-dev] [PATCH 1/6] net/tap: use strlcpy for int... Stephen Hemminger
- [dpdk-dev] [PATCH 2/6] net/tap: allow full length n... Stephen Hemminger
- Re: [dpdk-dev] [PATCH 2/6] net/tap: allow full ... Wiles, Keith
- Re: [dpdk-dev] [PATCH 2/6] net/tap: allow f... Stephen Hemminger
- Re: [dpdk-dev] [PATCH 2/6] net/tap: all... Wiles, Keith
- [dpdk-dev] [PATCH 3/6] net/tap: check interface nam... Stephen Hemminger
- Re: [dpdk-dev] [PATCH 3/6] net/tap: check inter... Wiles, Keith
- Re: [dpdk-dev] [PATCH 3/6] net/tap: check i... Stephen Hemminger
- Re: [dpdk-dev] [PATCH 3/6] net/tap: che... Wiles, Keith
- Re: [dpdk-dev] [PATCH 3/6] net/tap... Thomas Monjalon
- Re: [dpdk-dev] [PATCH 3/6] net/tap: check i... Luse, Paul E
- [dpdk-dev] [PATCH 5/6] net/tap: let kernel choose t... Stephen Hemminger
- Re: [dpdk-dev] [PATCH 5/6] net/tap: let kernel ... Wiles, Keith
- [dpdk-dev] [PATCH 4/6] net/tap: lower the priority ... Stephen Hemminger
- [dpdk-dev] [PATCH 6/6] net/tap: get rid of global t... Stephen Hemminger
- Re: [dpdk-dev] [PATCH 0/6] net/tap: fixes and clean... Wiles, Keith
- [dpdk-dev] [PATCH v2 0/6] net/tap: fixes and cleanu... Stephen Hemminger
- [dpdk-dev] [PATCH v2 1/7] net/tap: use strlcpy ... Stephen Hemminger
- [dpdk-dev] [PATCH v2 2/7] net/tap: allow full l... Stephen Hemminger