Re: [ovs-dev] [PATCH v2 01/12] dpcls: Use 32 packet batches for lookups.

2016-10-14 Thread Fischetti, Antonio
tel.com> > Cc: dev@openvswitch.org > Subject: Re: [ovs-dev] [PATCH v2 01/12] dpcls: Use 32 packet batches for > lookups. > > I think this looks good, thanks. > > I have a few comments inline to simplify the code a little bit more. > > 2016-10-13 2:58 GMT-07:00 Bhanuprakas

Re: [ovs-dev] [PATCH v2 01/12] dpcls: Use 32 packet batches for lookups.

2016-10-13 Thread Daniele Di Proietto
I think this looks good, thanks. I have a few comments inline to simplify the code a little bit more. 2016-10-13 2:58 GMT-07:00 Bhanuprakash Bodireddy < bhanuprakash.bodire...@intel.com>: > This patch increases the number of packets processed in a batch during a > lookup from 16 to 32.

[ovs-dev] [PATCH v2 01/12] dpcls: Use 32 packet batches for lookups.

2016-10-13 Thread Bhanuprakash Bodireddy
This patch increases the number of packets processed in a batch during a lookup from 16 to 32. Processing batches of 32 packets improves performance and also one of the internal loops can be avoided here. Signed-off-by: Antonio Fischetti Co-authored-by: Bhanuprakash