[dpdk-dev] [PATCH v3 2/4] vmxnet3: add tx l4 cksum offload

Stephen Hemminger stephen at networkplumber.org
Wed Jan 6 01:51:07 CET 2016


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.


More information about the dev mailing list