Re: [ovs-dev] [PATCH 03/11] ofproto-dpif: Harmonize naming of internal functions.

2013-06-12 Thread Ben Pfaff
On Fri, May 31, 2013 at 02:35:13PM +0300, Jarno Rajahalme wrote: > It would be good to be able to harminize the use of "xlate", "execute", > "compose", etc. "xlate" clearly relates to the use of the various translation > context structures, but the distinction between "execute" and "compose" is >

[ovs-dev] [PATCH 03/11] ofproto-dpif: Harmonize naming of internal functions.

2013-05-31 Thread Jarno Rajahalme
It would be good to be able to harminize the use of "xlate", "execute", "compose", etc. "xlate" clearly relates to the use of the various translation context structures, but the distinction between "execute" and "compose" is not that clear, so these names could be going either way. Choose to go w