[dpdk-dev] fm10k_rxtx.c does not compile

2015-02-18 Thread Thomas Monjalon
Hi Keith, 2015-02-18 17:01, Wiles, Keith: > I just pulled the code and found a unused function error ?dump_rxd()? > > I had to add the ifdef around the function and remove the ifdef inside the > function: > > #ifdef RTE_LIBRTE_FM10K_DEBUG_RX > static inline void dump_rxd(union fm10k_rx_desc *rx

[dpdk-dev] fm10k_rxtx.c does not compile

2015-02-18 Thread Wiles, Keith
I believe Jeff @ Intel is going to submit a patch soon. On 2/18/15, 11:18 AM, "Thomas Monjalon" wrote: >Hi Keith, > >2015-02-18 17:01, Wiles, Keith: >> I just pulled the code and found a unused function error ?dump_rxd()? >> >> I had to add the ifdef around the function and remove the ifdef in

[dpdk-dev] fm10k_rxtx.c does not compile

2015-02-18 Thread Wiles, Keith
I just pulled the code and found a unused function error ?dump_rxd()? I had to add the ifdef around the function and remove the ifdef inside the function: #ifdef RTE_LIBRTE_FM10K_DEBUG_RX static inline void dump_rxd(union fm10k_rx_desc *rxd) { RTE_SET_USED(rxd); PMD_RX_LOG(DEBUG, "+-

[dpdk-dev] fm10k_rxtx.c does not compile

2015-02-18 Thread Jeff Shaw
On Wed, Feb 18, 2015 at 05:29:02PM +, Wiles, Keith wrote: > I believe Jeff @ Intel is going to submit a patch soon. I sent patches to fix these errors. Thanks, Jeff