Re: [PATCH v3 2/4] vmxnet3: add tx l4 cksum offload
From: Stephen Hemminger <stephen@networkplumber.org>
Date: 2016-01-06 00:51:01
From: Stephen Hemminger <stephen@networkplumber.org>
Date: 2016-01-06 00:51:01
On Tue, 5 Jan 2016 16:12:56 -0800 Yong Wang [off-list ref] 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.