[ovs-git] Open vSwitch: classifier: Add a batched miniflow lookup function. (master)

dev at openvswitch.org dev at openvswitch.org
Mon Jun 30 21:04:50 UTC 2014


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  b76486349bed813ebc0ef15f78049312d917741b (commit)
       via  06861deb33021f3d5f56d4b03e8deee5d1f7b58e (commit)
       via  567bbb2e4615da18e6438b3c22800c50262d5354 (commit)
       via  054993691079230fd1c442149977c9e8b128c58b (commit)
       via  f98d78641c8d3527a1efde7cb3f6e451d46e2e59 (commit)
      from  6d1e400e6bcc253884239b1418877587225e8df8 (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 b76486349bed813ebc0ef15f78049312d917741b
Diffs: http://openvswitch.org/cgi-bin/gitweb.cgi?p=openvswitch;a=commitdiff;h=b76486349bed813ebc0ef15f78049312d917741b
Author: Ethan Jackson <ethan at nicira.com>
		
classifier: Add a batched miniflow lookup function.
		
Used in a future patch.

Signed-off-by: Ethan Jackson <ethan at nicira.com>
Acked-by: Jarno Rajahalme <jrajahalme at nicira.com>


commit 06861deb33021f3d5f56d4b03e8deee5d1f7b58e
Diffs: http://openvswitch.org/cgi-bin/gitweb.cgi?p=openvswitch;a=commitdiff;h=06861deb33021f3d5f56d4b03e8deee5d1f7b58e
Author: Ethan Jackson <ethan at nicira.com>
		
dpif-netdev: Take the classifier rdlock once per batch.
		
Signed-off-by: Ethan Jackson <ethan at nicira.com>
Acked-by: Jarno Rajahalme <jrajahalme at nicira.com>


commit 567bbb2e4615da18e6438b3c22800c50262d5354
Diffs: http://openvswitch.org/cgi-bin/gitweb.cgi?p=openvswitch;a=commitdiff;h=567bbb2e4615da18e6438b3c22800c50262d5354
Author: Ethan Jackson <ethan at nicira.com>
		
dpif-netdev: Rename batch_pkt_execute.
		
The new name "packet_batch" is a bit more straight forward.

Signed-off-by: Ethan Jackson <ethan at nicira.com>
Acked-by: Jarno Rajahalme <jrajahalme at nicira.com>


commit 054993691079230fd1c442149977c9e8b128c58b
Diffs: http://openvswitch.org/cgi-bin/gitweb.cgi?p=openvswitch;a=commitdiff;h=054993691079230fd1c442149977c9e8b128c58b
Author: Ben Pfaff <blp at nicira.com>
		
datapath: Fix error handling for Geneve options in ipv4_tun_to_nlattr().
		
Found by inspection.

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


commit f98d78641c8d3527a1efde7cb3f6e451d46e2e59
Diffs: http://openvswitch.org/cgi-bin/gitweb.cgi?p=openvswitch;a=commitdiff;h=f98d78641c8d3527a1efde7cb3f6e451d46e2e59
Author: Ryan Wilson <wryan at nicira.com>
		
netdev-dpdk: Add OVS_UNLIKELY annotations in dpdk_do_tx_copy().
		
Since dropped packets due to large packet size or lack of memory
are unlikely, it is best to add OVS_UNLIKELY annotations to these
conditions.

Signed-off-by: Ryan Wilson <wryan at nicira.com>
Acked-by: Pravin B Shelar <pshelar at nicira.com>


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

Summary of changes:
 datapath/flow_netlink.c |    5 +++--
 lib/classifier.c        |   49 +++++++++++++++++++++++++++++++----------------
 lib/classifier.h        |    5 +++--
 lib/dpif-netdev.c       |   20 ++++++++++---------
 lib/netdev-dpdk.c       |    4 ++--
 5 files changed, 51 insertions(+), 32 deletions(-)


hooks/post-receive
-- 
Open vSwitch



More information about the git mailing list