datapath-windows: Move OvsAllocateNBLFromBuffer to BufferMgmt
authorSairam Venugopal <vsairam@vmware.com>
Mon, 26 Oct 2015 23:48:39 +0000 (16:48 -0700)
committerGurucharan Shetty <gshetty@nicira.com>
Tue, 27 Oct 2015 20:48:06 +0000 (13:48 -0700)
commit9a80ee1443134fe36d15c76bc77b567315f948f9
treea4c75c85cd84e267ac9dc85af369f84907dc04c5
parent481c5a6d836f77331e42b1fd65b5fc9786bda5d5
datapath-windows: Move OvsAllocateNBLFromBuffer to BufferMgmt

Move the functionality around creating an NBL from Buffer to
Buffermanagement. This function will be used for converting the buffer
from user-space to NBL and also by STT - reassembly logic.

Signed-off-by: Sairam Venugopal <vsairam@vmware.com>
Acked-by: Nithin Raju <nithin@vmware.com>
Signed-off-by: Gurucharan Shetty <gshetty@nicira.com>
datapath-windows/ovsext/BufferMgmt.c
datapath-windows/ovsext/BufferMgmt.h
datapath-windows/ovsext/User.c