[ovs-discuss] [PATCH] datapath: Support jumbo frames in the datapath device

Ben Pfaff blp at nicira.com
Mon Aug 3 20:14:12 UTC 2009


Justin Pettit <jpettit at nicira.com> writes:

> Good point.  How's this look?
>
> -=-=-=-=-=-=-=-=-=-
>     list_for_each_entry_rcu (p, &dp->port_list, node) {
>         struct net_device *dev = p->dev;
>
>         /* Skip any internal ports, since that's what we're tyring to
>          * set. */
>         if (is_dp_dev(dev))
>             continue;
>
>         if (!mtu || dev->mtu < mtu)
>             mtu = dev->mtu;
>     }
> -=-=-=-=-=-=-=-=-=-

s/tyring/trying/ and you're golden.

(And kernel indentations are supposed to be one 8-character tab,
not 4 spaces, but that might be an email artifact.)




More information about the discuss mailing list