Re: [ovs-dev] [PATCH v3 07/13] ofproto-dpif-xlate: Expose xlate cache.

2016-09-13 Thread Ben Pfaff
On Tue, Sep 13, 2016 at 03:21:49PM -0700, Jarno Rajahalme wrote: > > On Sep 13, 2016, at 12:58 PM, Ben Pfaff wrote: > > > > On Mon, Sep 12, 2016 at 01:52:37PM -0700, Jarno Rajahalme wrote: > >> Later patches will need to create xlate cache entries from different > >> modules. This

Re: [ovs-dev] [PATCH v3 07/13] ofproto-dpif-xlate: Expose xlate cache.

2016-09-13 Thread Jarno Rajahalme
> On Sep 13, 2016, at 12:58 PM, Ben Pfaff wrote: > > On Mon, Sep 12, 2016 at 01:52:37PM -0700, Jarno Rajahalme wrote: >> Later patches will need to create xlate cache entries from different >> modules. This patch refactors the xlate cache code in preparation >> without any

Re: [ovs-dev] [PATCH v3 07/13] ofproto-dpif-xlate: Expose xlate cache.

2016-09-13 Thread Ben Pfaff
On Mon, Sep 12, 2016 at 01:52:37PM -0700, Jarno Rajahalme wrote: > Later patches will need to create xlate cache entries from different > modules. This patch refactors the xlate cache code in preparation > without any functional changes, so that the changes are clearly > visible in the following

[ovs-dev] [PATCH v3 07/13] ofproto-dpif-xlate: Expose xlate cache.

2016-09-12 Thread Jarno Rajahalme
Later patches will need to create xlate cache entries from different modules. This patch refactors the xlate cache code in preparation without any functional changes, so that the changes are clearly visible in the following patches. The definition of XC_ENTRY_FOR_EACH() iterator macro is changed