[ovs-git] Open vSwitch: tunneling: Check refcount of each page in frags. (master)

dev at openvswitch.org dev at openvswitch.org
Mon Feb 7 21:47:55 UTC 2011


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Open vSwitch".

The branch, master has been updated
       via  a992ec0b06bfddc4e8c2a50d79362b3dfb286dd5 (commit)
      from  78a04c9fc2b426231f3aedf8961491b238fc78bb (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit a992ec0b06bfddc4e8c2a50d79362b3dfb286dd5
Diffs: http://openvswitch.org/cgi-bin/gitweb.cgi?p=openvswitch;a=commitdiff;h=a992ec0b06bfddc4e8c2a50d79362b3dfb286dd5
Author: Jesse Gross <jesse at nicira.com>
		
tunneling: Check refcount of each page in frags.
		
We check the refcount of each page in a fragmented skb
to see if we need to do a linearize before computing the
checksum.  However, although we iterate over the list of
pages, we always check the first one.

Reported-by: Ben Pfaff <blp at nicira.com>
Signed-off-by: Jesse Gross <jesse at nicira.com>
Acked-by: Ben Pfaff <blp at nicira.com>


-----------------------------------------------------------------------

Summary of changes:
 datapath/tunnel.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
Open vSwitch




More information about the git mailing list