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
---
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
--- a/doc/guides/prog_guide/ip_fra
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
3 matches
Mail list logo