On Thu, Apr 21, 2016 at 6:54 PM, Pravin B Shelar <pshe...@ovn.org> wrote: > diff --git a/lib/dpif-netdev.c b/lib/dpif-netdev.c > index 4eeee94..f34aeae 100644 > --- a/lib/dpif-netdev.c > +++ b/lib/dpif-netdev.c > @@ -3461,6 +3461,74 @@ emc_processing(struct dp_netdev_pmd_thread *pmd, > struct dp_packet_batch *packets > } > > static inline void > +handle_packet(struct dp_netdev_pmd_thread *pmd, struct dp_packet *packet, > + const struct netdev_flow_key *key, > + struct ofpbuf *actions, struct ofpbuf *put_actions, > + int *lost_cnt)
It might be nice to make the function name a little more specific about what type of packet is being handled - handle_packet_upcall() for example. Acked-by: Jesse Gross <je...@kernel.org> _______________________________________________ dev mailing list dev@openvswitch.org http://openvswitch.org/mailman/listinfo/dev