> -----Original Message----- > From: Thomas Monjalon [mailto:tho...@monjalon.net] > Sent: Sunday, July 9, 2017 8:31 PM > To: Lu, Wenzhuo <wenzhuo...@intel.com> > Cc: dev@dpdk.org; Dumitrescu, Cristian <cristian.dumitre...@intel.com>; > Singh, Jasvinder <jasvinder.si...@intel.com> > Subject: Re: [dpdk-dev] [PATCH v3 02/20] net/i40e: support getting TM > capability > > 29/06/2017 06:23, Wenzhuo Lu: > > +static inline uint16_t > > +i40e_tc_nb_get(struct rte_eth_dev *dev) > > +{ > > Error with clang 4.0: > > drivers/net/i40e/i40e_tm.c:58:1: fatal error: > unused function 'i40e_tc_nb_get'
Thanks for sharing the log. This function is called in the final code, so maybe this is produced by an intermediate patch? Not sure how I missed this, as I built each patch incrementally.