[ovs-git] [openvswitch/ovs] 640534: datapath-windows: Add software checksums for nbl w...

GitHub noreply at github.com
Fri Apr 21 17:08:43 UTC 2017


  Branch: refs/heads/master
  Home:   https://github.com/openvswitch/ovs
  Commit: 6405341f610d73c7d0e36715090011b8780316f0
      https://github.com/openvswitch/ovs/commit/6405341f610d73c7d0e36715090011b8780316f0
  Author: Alin Serdean <aserdean at cloudbasesolutions.com>
  Date:   2017-04-21 (Fri, 21 Apr 2017)

  Changed paths:
    M datapath-windows/ovsext/Offload.c

  Log Message:
  -----------
  datapath-windows: Add software checksums for nbl which contain multiple nb

Until now we only needed to compute software checksums on net buffer lists
containing a single net buffer.

This patch allows the software checksums to be applied on a net buffer list
with multiple net buffers. The hard assumption for this, is the net buffers are
part of the same connection. The position of the offsets is pointed by the
layers parameter.

This will be useful for introducing support ip fragments in conntrack.

Signed-off-by: Alin Gabriel Serdean <aserdean at cloudbasesolutions.com>
Acked-by: Anand Kumar <kumaranand at vmware.com>
Signed-off-by: Gurucharan Shetty <guru at ovn.org>




More information about the git mailing list