https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=255571

jcap...@blackberry.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|vmx mtu 9000 performance    |vmx mtu 9000 no
                   |issues                      |transmission

--- Comment #1 from jcap...@blackberry.com ---
After a bit more investigating, all segments are discarded on the target.

in vmxnet3_isc_rxd_pkt_get(), this condition is reached for all incoming
packets with large MTU:


        if (__predict_false(rxcd->error)) {
                rxc->vxcr_pkt_errors++;
                for (i = 0; i < nfrags; i++) {
                        frag = &ri->iri_frags[i];
                        frag->irf_len = 0;
                }
        }


As far as I can tell I've done everything on the host side with vmware to
configure MTU properly.

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
freebsd-virtualization@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-virtualization
To unsubscribe, send any mail to 
"freebsd-virtualization-unsubscr...@freebsd.org"

Reply via email to