[ovs-dev] [PATCH 1/2] datapath: Don't recursively sample packets or reset their "tun_id"s.

Jesse Gross jesse at nicira.com
Thu Dec 23 23:43:17 UTC 2010


On Thu, Dec 23, 2010 at 12:35 PM, Ben Pfaff <blp at nicira.com> wrote:
> execute_actions() is called recursively when ODPAT_SET_DL_TCI adds a VLAN
> header to a GSO packet, but we don't want to re-sample the sub-packet or
> re-reset its tun_id, so break those two actions into a wrapper function.
>
> This commit mostly moves code around without modifying it.

Acked-by: Jesse Gross <jesse at nicira.com>




More information about the dev mailing list