[ovs-git] [openvswitch/ovs] 9a80ee: datapath-windows: Move OvsAllocateNBLFromBuffer to...

GitHub noreply at github.com
Tue Oct 27 20:49:30 UTC 2015


  Branch: refs/heads/master
  Home:   https://github.com/openvswitch/ovs
  Commit: 9a80ee1443134fe36d15c76bc77b567315f948f9
      https://github.com/openvswitch/ovs/commit/9a80ee1443134fe36d15c76bc77b567315f948f9
  Author: Sairam Venugopal <vsairam at vmware.com>
  Date:   2015-10-27 (Tue, 27 Oct 2015)

  Changed paths:
    M datapath-windows/ovsext/BufferMgmt.c
    M datapath-windows/ovsext/BufferMgmt.h
    M datapath-windows/ovsext/User.c

  Log Message:
  -----------
  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 at vmware.com>
Acked-by: Nithin Raju <nithin at vmware.com>
Signed-off-by: Gurucharan Shetty <gshetty at nicira.com>


  Commit: cab433d0f3d96fd143e76b6fea21449ab7b89240
      https://github.com/openvswitch/ovs/commit/cab433d0f3d96fd143e76b6fea21449ab7b89240
  Author: Sairam Venugopal <vsairam at vmware.com>
  Date:   2015-10-27 (Tue, 27 Oct 2015)

  Changed paths:
    M datapath-windows/ovsext/Stt.c
    M datapath-windows/ovsext/Stt.h
    M datapath-windows/ovsext/Switch.c

  Log Message:
  -----------
  datapath-windows: STT - Add support for TCP Segmentation Offload

Create and initialize the background thread and buffer that
assists in defragmenting and completing a TSO packet.

Signed-off-by: Sairam Venugopal <vsairam at vmware.com>
Acked-by: Nithin Raju <nithin at vmware.com>
Signed-off-by: Gurucharan Shetty <gshetty at nicira.com>


  Commit: a422ea1d6011048fa722b199437801338a9560cb
      https://github.com/openvswitch/ovs/commit/a422ea1d6011048fa722b199437801338a9560cb
  Author: Sairam Venugopal <vsairam at vmware.com>
  Date:   2015-10-27 (Tue, 27 Oct 2015)

  Changed paths:
    M datapath-windows/ovsext/Actions.c
    M datapath-windows/ovsext/Stt.c

  Log Message:
  -----------
  datapath-windows: STT - Enable support for TCP Segmentation offloads

Add support to STT - Encap and Decap functions to reassemble the packet
fragments. Also add support to offload the packet to NDIS.

Signed-off-by: Sairam Venugopal <vsairam at vmware.com>
Acked-by: Nithin Raju <nithin at vmware.com>
Signed-off-by: Gurucharan Shetty <gshetty at nicira.com>


Compare: https://github.com/openvswitch/ovs/compare/481c5a6d836f...a422ea1d6011


More information about the git mailing list