] [PATCH 2/5] NetlinkBuf.c: Netlink buffer mgmt apis.
In this change we have introduced buffer mgmt apis which will be used while
creating netlink messages. The basic functionality provided by apis is on
similar lines to ofpbuf in userspace with an exception that it will not do run
time buffer
Acked-by: Eitan Eliahu
-Original Message-
From: dev [mailto:dev-boun...@openvswitch.org] On Behalf Of Ankur Sharma
Sent: Tuesday, September 02, 2014 6:05 PM
To: dev@openvswitch.org
Subject: [ovs-dev] [PATCH 2/5] NetlinkBuf.c: Netlink buffer mgmt apis.
In this change we have introduced
In this change we have introduced buffer mgmt apis which will be
used while creating netlink messages. The basic functionality provided
by apis is on similar lines to ofpbuf in userspace with an exception
that it will not do run time buffer reallocation.
Signed-off-by: Ankur Sharma
Tested-by: Ank