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

Yong Wang yongwang at vmware.com
Wed Jan 13 03:20:08 CET 2016


On 1/5/16, 4:51 PM, "Stephen Hemminger" <stephen at networkplumber.org> wrote:

>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.

Sure and patched updated.


More information about the dev mailing list