2
0
mirror of https://github.com/openvswitch/ovs synced 2025-08-30 05:47:55 +00:00

15 Commits

Author SHA1 Message Date
Ben Pfaff
c69ee87c10 Merge "master" into "next".
The main change here is the need to update all of the uses of UNUSED in
the next branch to OVS_UNUSED as it is now spelled on "master".
2010-02-11 11:11:23 -08:00
Ben Pfaff
fbfffdbbf9 Add extern "C" { ... } to some header files to support usage from C++.
From partner.
2010-02-04 09:38:31 -08:00
Ben Pfaff
baa8f41b24 New functions hmap_moved(), shash_moved().
To be used in ovs-vsctl in an upcoming commit.
2010-01-28 16:06:31 -08:00
Ben Pfaff
37e7f42772 Reimplement port mirroring configuration for database.
Tested only to the extent that it doesn't obviously break anything else.
2010-01-19 10:40:36 -08:00
Ben Pfaff
7634353824 vswitchd: Initial conversion to database-based configuration.
This has seen very little testing, so some features are almost certainly
busted.  Port mirroring is not yet converted, so it will definitely not
work.
2009-12-03 11:28:40 -08:00
Ben Pfaff
55213fd581 shash: Make it more convenient to store "const" objects in an shash. 2009-11-20 15:39:07 -08:00
Ben Pfaff
07423999f1 shash: New function shash_sort(). 2009-11-04 15:01:02 -08:00
Ben Pfaff
c01da22964 shash: New function shash_count(). 2009-11-04 15:01:02 -08:00
Ben Pfaff
837e80977c shash: New function shash_find_and_delete(). 2009-11-04 15:01:02 -08:00
Ben Pfaff
fd30311c87 shash: Introduce new macros SHASH_FOR_EACH, SHASH_FOR_EACH_SAFE.
This is both more convenient and cleaner than using HMAP_FOR_EACH(_SAFE)
directly.
2009-07-30 16:07:13 -07:00
Ben Pfaff
78299b0a68 shash: Make shash_add() return the new node. 2009-07-30 16:07:13 -07:00
Ben Pfaff
7efc68eb07 shash: New function shash_first(). 2009-07-06 09:07:23 -07:00
Ben Pfaff
732dcb37a8 shash: New function shash_is_empty(). 2009-07-06 09:07:23 -07:00
Ben Pfaff
a14bc59fb8 Update primary code license to Apache 2.0. 2009-06-15 15:11:30 -07:00
Ben Pfaff
064af42167 Import from old repository commit 61ef2b42a9c4ba8e1600f15bb0236765edc2ad45. 2009-07-08 13:19:16 -07:00