[dpdk-dev] vmxnet3 driver - vlan offload is on end descriptor

2016-04-07 Thread Thomas Monjalon
2016-04-07 17:11, John Guzik: > With the new jumbo frame patch a latent bug has appeared to have been > uncovered: the VLAN offload is on the last rx descriptor, when rcd->eop is > true, not the first rx descriptor, when rcd->sop is true and rcd->eop could > be false. > Most likely the reason

[dpdk-dev] vmxnet3 driver - vlan offload is on end descriptor

2016-04-07 Thread Yong Wang
On 4/7/16, 10:34 AM, "Thomas Monjalon" wrote: >2016-04-07 17:11, John Guzik: >> With the new jumbo frame patch a latent bug has appeared to have been >> uncovered: the VLAN offload is on the last rx descriptor, when rcd->eop is >> true, not the first rx descriptor, when rcd->sop is true and

[dpdk-dev] vmxnet3 driver - vlan offload is on end descriptor

2016-04-07 Thread John Guzik
With the new jumbo frame patch a latent bug has appeared to have been uncovered: the VLAN offload is on the last rx descriptor, when rcd->eop is true, not the first rx descriptor, when rcd->sop is true and rcd->eop could be false. Most likely the reason this has not been seen before is that for

[dpdk-dev] vmxnet3 driver - vlan offload is on end descriptor

2016-04-07 Thread Stephen Hemminger
On Thu, 7 Apr 2016 17:11:19 + John Guzik wrote: > With the new jumbo frame patch a latent bug has appeared to have been > uncovered: the VLAN offload is on the last rx descriptor, when rcd->eop is > true, not the first rx descriptor, when rcd->sop is true and rcd->eop could > be false. >