[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 00:22:46 UTC 2010


On Wed, Dec 22, 2010 at 12:32 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.

I think this makes sense but don't you need to update set_vlan_tci()
to use do_execute_actions()?




More information about the dev mailing list