Hi, > -----Original Message----- > From: Thomas Monjalon [mailto:tho...@monjalon.net] > Sent: Tuesday, January 9, 2018 9:49 PM > To: Wang, Xiao W <xiao.w.w...@intel.com> > Cc: y...@fridaylinux.org; Bie, Tiwei <tiwei....@intel.com>; dev@dpdk.org; > step...@networkplumber.org > Subject: Re: [PATCH v8 3/5] net: add a helper for making RARP packet > > 09/01/2018 14:26, Xiao Wang: > > +/** > > + * Make a RARP packet based on MAC addr. > > + * > > + * @param mbuf > > + * Pointer to the rte_mbuf structure > > + * @param mac > > + * Pointer to the MAC addr > > + * > > + * @return > > + * - 0 on success, negative on error > > + */ > > +int > > +rte_net_make_rarp_packet(struct rte_mbuf *mbuf, const struct ether_addr > *mac); > > I think we should apply the new policy of introducting functions > with the experimental state.
OK, will change it soon. Thanks, Xiao