On Thu, Jul 28, 2016 at 07:58:03PM -0700, Daniele Di Proietto wrote:
> All the netdevs used by dpif-netdev (except for netdev-dpdk) have a
> dp_packet_pad() call in the receive function, probably because the
> userspace datapath couldn't handle properly short packets.
> 
> This doesn't appear to be the case anymore.
> 
> This commit removes the call to have a more consistent behavior with the
> kernel datapath.
> 
> All the testsuite changes in this commit adjust the expectations for
> packet lengths in flow dumps and other stats.  There's only one fix in
> ovn.at: one of the test_ip() functions generated an incomplete udp
> packet, which was not a problem until now, because of the padding.
> 
> Signed-off-by: Daniele Di Proietto <diproiet...@vmware.com>

It must have been a pain updating all the tests.  Thanks for dealing
with that.

As long as the tests pass:
Acked-by: Ben Pfaff <b...@ovn.org>

Thanks,

Ben.
_______________________________________________
dev mailing list
dev@openvswitch.org
http://openvswitch.org/mailman/listinfo/dev

Reply via email to