[dpdk-users] Compile / Build Issue - CentOS 7

Jeff Tarkington (jtarking) jtarking at cisco.com
Mon Apr 25 20:03:01 CEST 2016


Trying to build latest version pulled from git as of today and having a problem with seems to be a member of a struct that is missing.  Any thoughts?

Please let me know if there is another place that I should post this type of question.

Thanks,
Jeff


 CC pktgen-stats.o

/root/pktgen-dpdk/app/pktgen-stats.c: In function 'pktgen_page_stats':

/root/pktgen-dpdk/app/pktgen-stats.c:353:26: error: 'eth_stats_t' has no member named 'imcasts'

   pktgen.cumm_rate_totals.imcasts += info->rate_stats.imcasts;

                          ^

/root/pktgen-dpdk/app/pktgen-stats.c:353:54: error: 'eth_stats_t' has no member named 'imcasts'

   pktgen.cumm_rate_totals.imcasts += info->rate_stats.imcasts;

                                                      ^

/root/pktgen-dpdk/app/pktgen-stats.c: In function 'pktgen_process_stats':

/root/pktgen-dpdk/app/pktgen-stats.c:544:8: error: 'struct rte_eth_stats' has no member named 'imcasts'

   stats.imcasts += info->init_stats.imcasts;

        ^

/root/pktgen-dpdk/app/pktgen-stats.c:544:36: error: 'eth_stats_t' has no member named 'imcasts'

   stats.imcasts += info->init_stats.imcasts;

                                    ^

/root/pktgen-dpdk/app/pktgen-stats.c:573:19: error: 'eth_stats_t' has no member named 'imcasts'

   info->rate_stats.imcasts += stats.imcasts -

                   ^

/root/pktgen-dpdk/app/pktgen-stats.c:573:36: error: 'struct rte_eth_stats' has no member named 'imcasts'

   info->rate_stats.imcasts += stats.imcasts -

                                    ^

/root/pktgen-dpdk/app/pktgen-stats.c:574:27: error: 'eth_stats_t' has no member named 'imcasts'

           info->init_stats.imcasts;

                           ^

make[2]: *** [pktgen-stats.o] Error 1

make[1]: *** [all] Error 2

make: *** [app] Error 2



More information about the users mailing list