On Fri, Jan 27, 2017 at 1:45 PM, Andy Zhou <az...@ovn.org> wrote: > 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() >
Acked-by: Pravin B Shelar <pshe...@ovn.org> Thanks.