[ovs-git] Open vSwitch: datapath: Remove redundant checks on SKBs. (master)

dev at openvswitch.org dev at openvswitch.org
Fri Jul 30 20:38:04 UTC 2010


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  67c74f7515867fb8b3a4d23af98dacd3d547ebdd (commit)
      from  882c2399908b0f33f73651ccfc3aaf76a7858ce4 (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 67c74f7515867fb8b3a4d23af98dacd3d547ebdd
Diffs: http://openvswitch.org/cgi-bin/gitweb.cgi?p=openvswitch;a=commitdiff;h=67c74f7515867fb8b3a4d23af98dacd3d547ebdd
Author: Jesse Gross <jesse at nicira.com>
		
datapath: Remove redundant checks on SKBs.
		
On vport ingress we already check for shared SKBs but then later
warn in several other places.  In a similar vein, we check every
packet to see if it is LRO but only certain vports can produce
these packets.  Remove and consolidate checks to the places where
they are needed.


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

Summary of changes:
 datapath/actions.c      |    3 +--
 datapath/datapath.c     |    3 ---
 datapath/vport-netdev.c |    4 +++-
 3 files changed, 4 insertions(+), 6 deletions(-)


hooks/post-receive
-- 
Open vSwitch




More information about the git mailing list