Re: [ovs-dev] [PATCH v2 5/6] Netlink.c: Added netlink put APIs.

2014-09-04 Thread Ben Pfaff
On Wed, Sep 03, 2014 at 04:33:32PM -0700, Ankur Sharma wrote: > In this change we have added the APIs for putting > netlink headers, attributes in a buffer. > > The buffer is managed through NetlinkBuf.[c|h]. > > Signed-off-by: Ankur Sharma > Tested-by: Ankur Sharma > Reported-at: https://githu

[ovs-dev] [PATCH v2 5/6] Netlink.c: Added netlink put APIs.

2014-09-03 Thread Ankur Sharma
In this change we have added the APIs for putting netlink headers, attributes in a buffer. The buffer is managed through NetlinkBuf.[c|h]. Signed-off-by: Ankur Sharma Tested-by: Ankur Sharma Reported-at: https://github.com/openvswitch/ovs-issues/issues/37 Acked-by: Eitan Eliahu Acked-by: Alin