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

2016-02-01 Thread Daniele Di Proietto
On 30/01/2016 17:30, "Andy Zhou" wrote: > > >On Thu, Jan 28, 2016 at 5:56 PM, Daniele Di Proietto > wrote: > >When a group of packets arrives from a port, we loop through them to >initialize metadata and them we loop through them again to extract the >flow and perform the exact match classifica

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

2016-01-30 Thread Andy Zhou
On Thu, Jan 28, 2016 at 5:56 PM, Daniele Di Proietto wrote: > When a group of packets arrives from a port, we loop through them to > initialize metadata and them we loop through them again to extract the > flow and perform the exact match classification. > > This commit combines the two loops int

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

2016-01-28 Thread Daniele Di Proietto
When a group of packets arrives from a port, we loop through them to initialize metadata and them 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