Re: [ovs-dev] [PATCH 1/2] lib/list: Inline list functions.

2014-10-30 Thread Jarno Rajahalme
On Oct 30, 2014, at 8:43 AM, Ben Pfaff wrote: > On Wed, Oct 29, 2014 at 11:41:47AM -0700, Jarno Rajahalme wrote: >> Subject: [ovs-dev] [PATCH 1/2] lib/list: Inline list functions. > > There seems to be a new trend of writing directory names at the > beginning of subjec

Re: [ovs-dev] [PATCH 1/2] lib/list: Inline list functions.

2014-10-30 Thread Ben Pfaff
On Wed, Oct 29, 2014 at 11:41:47AM -0700, Jarno Rajahalme wrote: > Subject: [ovs-dev] [PATCH 1/2] lib/list: Inline list functions. There seems to be a new trend of writing directory names at the beginning of subjects, e.g. "lib/list" instead of "list". I am not sure wh

[ovs-dev] [PATCH 1/2] lib/list: Inline list functions.

2014-10-29 Thread Jarno Rajahalme
All of the list functions are really small, so inlining them should be beneficial. Requested-by: Ben Pfaff Signed-off-by: Jarno Rajahalme --- lib/automake.mk |1 - lib/list.c | 203 lib/list.h | 229 +++