[dpdk-dev] [PATCH] vmxnet3: VLAN tag on end packet, not first

2016-04-12 Thread John Guzik
Signed-off-by: John Guzik Fixes: 9fd5e98b --- drivers/net/vmxnet3/vmxnet3_rxtx.c | 16 +--- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/drivers/net/vmxnet3/vmxnet3_rxtx.c b/drivers/net/vmxnet3/vmxnet3_rxtx.c index 4ac0456..3d4a5eb 100644 --- a/drivers/net/vmxnet3

[dpdk-dev] [PATCH] doc: Programmers guide IP fragmentation direct/indirect mbufs to wrong section

2016-04-11 Thread John Guzik
--- doc/guides/prog_guide/ip_fragment_reassembly_lib.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/guides/prog_guide/ip_fragment_reassembly_lib.rst b/doc/guides/prog_guide/ip_fragment_reassembly_lib.rst index 1d3d4ac..196d93c 100644 ---

[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