From: Michael Chan <michael.c...@broadcom.com> Date: Tue, 10 Apr 2018 23:58:11 -0400
> From: Sriharsha Basavapatna <sriharsha.basavapa...@broadcom.com> > > While a VF is configured with a bigger mtu (> 1500), any packets that > are punted to the VF-rep (slow-path) get dropped by OVS kernel-datapath > with the following message: "dropped over-mtu packet". Fix this by > returning the max-mtu value for a VF-rep derived from its corresponding VF. > VF-rep's mtu can be changed using 'ip' command as shown in this example: > > Signed-off-by: Sriharsha Basavapatna <sriharsha.basavapa...@broadcom.com> > Signed-off-by: Michael Chan <michael.c...@broadcom.com> This commit message appears to be truncated, the example 'ip' command mentioned is missing.