From: Andy Zhou <az...@ovn.org> Date: Fri, 27 Jan 2017 13:45:28 -0800
> do_execute_actions() implements a worthwhile optimization: in case > an output action is the last action in an action list, skb_clone() > can be avoided by outputing the current skb. However, the > implementation is more complicated than necessary. This patch > simplify this logic. > > Signed-off-by: Andy Zhou <az...@ovn.org> > --- > v1->v2: drop skb NULL check in do_output() Applied, thank you.