On Mon, Nov 30, 2015 at 08:00:14PM -0800, Ben Pfaff wrote: > These two functions are really simple, to the point that inlining them > yields less code than calling them: with GCC 4.9 on i386, this change > reduces the code generated for packet_csum_pseudoheader() from 112 bytes > to 100 bytes. > > Signed-off-by: Ben Pfaff <[email protected]> > --- > lib/csum.c | 22 +--------------------- > lib/csum.h | 27 ++++++++++++++++++++++++--- > 2 files changed, 25 insertions(+), 24 deletions(-) >
Acked-by: Thadeu Lima de Souza Cascardo <[email protected]> _______________________________________________ dev mailing list [email protected] http://openvswitch.org/mailman/listinfo/dev
