Re: [ovs-dev] [PATCH 1/2] lib/hash: Abstract hash interface.

2014-07-04 Thread Jarno Rajahalme
Pushed to master, thanks for the review! Jarno On Jun 12, 2014, at 1:25 PM, Ben Pfaff wrote: > On Wed, Jun 04, 2014 at 04:32:20PM -0700, Jarno Rajahalme wrote: >> Use generic names hash_add() and hash_finish() instead of mhash_* >> equivalents. This makes future changes to hash implentations

Re: [ovs-dev] [PATCH 1/2] lib/hash: Abstract hash interface.

2014-06-12 Thread Ben Pfaff
On Wed, Jun 04, 2014 at 04:32:20PM -0700, Jarno Rajahalme wrote: > Use generic names hash_add() and hash_finish() instead of mhash_* > equivalents. This makes future changes to hash implentations more > localized. > > Signed-off-by: Jarno Rajahalme Acked-by: Ben Pfaff _

[ovs-dev] [PATCH 1/2] lib/hash: Abstract hash interface.

2014-06-04 Thread Jarno Rajahalme
Use generic names hash_add() and hash_finish() instead of mhash_* equivalents. This makes future changes to hash implentations more localized. Signed-off-by: Jarno Rajahalme --- lib/classifier.c | 24 lib/cmap.c|2 +- lib/flow.c| 24