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

Ben Pfaff blp at nicira.com
Fri Dec 24 01:13:01 UTC 2010


On Thu, Dec 23, 2010 at 06:43:17PM -0500, Jesse Gross wrote:
> 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>

Thanks, pushed.




More information about the dev mailing list