On Tue, 5 Jan 2016 16:12:56 -0800 Yong Wang <yongwang at vmware.com> wrote:
> - if (txq->shared->ctrl.txNumDeferred >= txq->shared->ctrl.txThreshold) { > + PMD_TX_LOG(DEBUG, "vmxnet3 txThreshold: %u", > rte_le_to_cpu_32(txq_ctrl->txThreshold)); For bisection, it would be good to split the byte-order fixes from the offload changes; in other words make them different commits.