Re: [ovs-dev] [PATCH v2 2/6] NetlinkBuf.c: Netlink buffer mgmt apis.

2014-09-08 Thread Samuel Ghinet
Ankur From: Samuel Ghinet Sent: Saturday, September 6, 2014 6:28 PM To: dev@openvswitch.org; Ankur Sharma Cc: Alin Serdean; Eitan Eliahu; Nithin Raju; Saurabh Shah Subject: Re: [ovs-dev] [PATCH v2 2/6] NetlinkBuf.c: Netlink buffer mgmt apis. Hello Ankur, I've got one questions about

Re: [ovs-dev] [PATCH v2 2/6] NetlinkBuf.c: Netlink buffer mgmt apis.

2014-09-07 Thread Ankur Sharma
urday, September 6, 2014 6:28 PM To: dev@openvswitch.org; Ankur Sharma Cc: Alin Serdean; Eitan Eliahu; Nithin Raju; Saurabh Shah Subject: Re: [ovs-dev] [PATCH v2 2/6] NetlinkBuf.c: Netlink buffer mgmt apis. Hello Ankur, I've got one questions about the buffer management and netlink put

Re: [ovs-dev] [PATCH v2 2/6] NetlinkBuf.c: Netlink buffer mgmt apis.

2014-09-06 Thread Samuel Ghinet
Ankur Sharma Cc: dev@openvswitch.org Subject: Re: [ovs-dev] [PATCH v2 2/6] NetlinkBuf.c: Netlink buffer mgmt apis. Message-ID: <20140904164445.gp...@nicira.com> Content-Type: text/plain; charset=us-ascii On Wed, Sep 03, 2014 at 04:38:43PM -0700, Ankur Sharma wrote: > In this

Re: [ovs-dev] [PATCH v2 2/6] NetlinkBuf.c: Netlink buffer mgmt apis.

2014-09-04 Thread Ben Pfaff
On Wed, Sep 03, 2014 at 04:38:43PM -0700, Ankur Sharma wrote: > 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

Re: [ovs-dev] [PATCH v2 2/6] NetlinkBuf.c: Netlink buffer mgmt apis.

2014-09-04 Thread Ben Pfaff
On Wed, Sep 03, 2014 at 04:33:05PM -0700, Ankur Sharma wrote: > 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

[ovs-dev] [PATCH v2 2/6] NetlinkBuf.c: Netlink buffer mgmt apis.

2014-09-03 Thread Ankur Sharma
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

[ovs-dev] [PATCH v2 2/6] NetlinkBuf.c: Netlink buffer mgmt apis.

2014-09-03 Thread Ankur Sharma
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