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

2014-09-03 Thread Alin Serdean
Acked-by: Alin Gabriel Serdean -Mesaj original- De la: dev [mailto:dev-boun...@openvswitch.org] În numele Ankur Sharma Trimis: Tuesday, September 2, 2014 6:05 PM Către: dev@openvswitch.org Subiect: [ovs-dev] [PATCH 5/5] Netlink.c: Added netlink put APIs. In this change we have added the

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

2014-09-03 Thread Eitan Eliahu
In a later change we would like to have these functions inline. 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 5/5] Netlink.c

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

2014-09-02 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]. --- datapath-windows/ovsext/Netlink/Netlink.c | 403 +- datapath-windows/ovsext/Netlink/Netlink.h | 28 +++ 2 files changed, 427