Re: [PATCH v3 02/20] net/i40e: support getting TM capability
From: Dumitrescu, Cristian <hidden>
Date: 2017-07-10 11:17:38
From: Dumitrescu, Cristian <hidden>
Date: 2017-07-10 11:17:38
-----Original Message----- From: Thomas Monjalon [mailto:thomas@monjalon.net] Sent: Sunday, July 9, 2017 8:31 PM To: Lu, Wenzhuo <redacted> Cc: dev@dpdk.org; Dumitrescu, Cristian <redacted>; Singh, Jasvinder [off-list ref] Subject: Re: [dpdk-dev] [PATCH v3 02/20] net/i40e: support getting TM capability 29/06/2017 06:23, Wenzhuo Lu:quoted
+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.