2016-01-12 18:08, Yong Wang: > + /* Drop non-TSO packet that is excessively fragmented */ > + if (unlikely(!tso && count > VMXNET3_MAX_TXD_PER_PKT)) { > + PMD_TX_LOG(ERROR, "Non-TSO packet cannot occupy more > than %d tx " > + "descriptors. Packet dropped.", > VMXNET3_MAX_TXD_PER_PKT); >
It cannot compile because rte_log.h defines RTE_LOG_ERR not RTE_LOG_ERROR. Will be fixed when rebased on master branch.