Re: [PATCH v3 2/4] vmxnet3: add tx l4 cksum offload
From: Yong Wang <hidden>
Date: 2016-01-13 02:20:10
From: Yong Wang <hidden>
Date: 2016-01-13 02:20:10
On 1/5/16, 4:51 PM, "Stephen Hemminger" [off-list ref] wrote:
On Tue, 5 Jan 2016 16:12:56 -0800 Yong Wang [off-list ref] wrote:quoted
- 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.