[Bug 255571] vmx mtu 9000 no transmission

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Wed May 5 15:19:51 UTC 2021


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

jcaplan at blackberry.com changed:

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

--- Comment #1 from jcaplan at 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.


More information about the freebsd-virtualization mailing list