On Tue, Nov 15, 2011 at 9:21 AM, Jesse Gross <[email protected]> wrote:

> On Mon, Nov 14, 2011 at 5:14 PM, Ansis Atteka <[email protected]> wrote:
> > +    print ("UDP test from %s:%u to %s:%u with target bandwidth %s" %
> > +                            (sender[0], sender[1], receiver[0],
> receiver[1],
> > +                             bandwidth_to_string(tbwidth)))
> > +    print udpformat.format("Datagram Size", "Snt Datagrams", "Rcv
> Datagrams",
> > +                            "Datagram Loss", "Bandwidth")
> > +
> > +    for size in [8, sender_mtu - 28, sender_mtu]:
>
> Can we add an additional test point in this list?  I think it would be
> good to test a large but not MTU sized packet to look for checksum
> offloading related issues.  Maybe sender_mtu - 100.
>
Ok I just added sender_mtu-100
_______________________________________________
dev mailing list
[email protected]
http://openvswitch.org/mailman/listinfo/dev

Reply via email to