Re: [ovs-dev] [PATCH v2 10/15] ofproto-dpif-xlate: Add xlate cache type XC_TABLE.

2016-09-12 Thread Jarno Rajahalme
> On Aug 29, 2016, at 2:57 PM, Ben Pfaff wrote: > > On Mon, Aug 22, 2016 at 04:31:36PM -0700, Jarno Rajahalme wrote: >> Xlate cache entry type XC_TABLE is required for the table stats >> (number of misses and matches) to be correctly attributed. >> >> It appears that table stats

Re: [ovs-dev] [PATCH v2 10/15] ofproto-dpif-xlate: Add xlate cache type XC_TABLE.

2016-08-29 Thread Ben Pfaff
On Mon, Aug 22, 2016 at 04:31:36PM -0700, Jarno Rajahalme wrote: > Xlate cache entry type XC_TABLE is required for the table stats > (number of misses and matches) to be correctly attributed. > > It appears that table stats have been off ever since xlate cache was > introduced. This was now

[ovs-dev] [PATCH v2 10/15] ofproto-dpif-xlate: Add xlate cache type XC_TABLE.

2016-08-22 Thread Jarno Rajahalme
Xlate cache entry type XC_TABLE is required for the table stats (number of misses and matches) to be correctly attributed. It appears that table stats have been off ever since xlate cache was introduced. This was now revealed by a PACKET_OUT unit test case that checks for table stats explicitly.