Re: [ovs-dev] [PATCH v2] dpif-netdev: Delay packets' metadata initialization.

2016-02-02 Thread Daniele Di Proietto
Thanks! I added your ack and pushed this to master and branch-2.5 On 02/02/2016 04:52, "Chandran, Sugesh" wrote: >Hi Daniele, >I feel this approach is fine to go ahead. At least it looks to me more >readable than the earlier one. >Once again thank you for sending out the patch. > >Acked! > >Reg

Re: [ovs-dev] [PATCH v2] dpif-netdev: Delay packets' metadata initialization.

2016-02-02 Thread Chandran, Sugesh
Hi Daniele, I feel this approach is fine to go ahead. At least it looks to me more readable than the earlier one. Once again thank you for sending out the patch. Acked! Regards _Sugesh > -Original Message- > From: Daniele Di Proietto [mailto:diproiet...@vmware.com] > Sent: Tuesday, Feb

[ovs-dev] [PATCH v2] dpif-netdev: Delay packets' metadata initialization.

2016-02-01 Thread Daniele Di Proietto
When a group of packets arrives from a port, we loop through them to initialize metadata and then we loop through them again to extract the flow and perform the exact match classification. This commit combines the two loops into one, and initializes packet->md in emc_processing() to improve perfor