dpif-netdev: Eliminate two malloc() calls per packet sent to "userspace".
authorBen Pfaff <blp@nicira.com>
Wed, 15 Aug 2012 23:05:31 +0000 (16:05 -0700)
committerBen Pfaff <blp@nicira.com>
Thu, 16 Aug 2012 16:47:09 +0000 (09:47 -0700)
commitd88b629b974184efbca54d1750026904a9f77c3f
treed7e1afa9727dec9153a6e26b0c7856e0f2397588
parent2477924e34a9a0827a0ac0790f442d94f254117c
dpif-netdev: Eliminate two malloc() calls per packet sent to "userspace".

This is easy enough, so it seems worthwhile now that FreeBSD is starting
to make more use of the "userspace switch".

CC: Ed Maste <emaste@freebsd.org>
Signed-off-by: Ben Pfaff <blp@nicira.com>
lib/dpif-netdev.c