2
0
mirror of https://github.com/openvswitch/ovs synced 2025-08-30 13:58:14 +00:00
Ben Pfaff fa54741ea5 netdev: Eliminate redundant ifindex mapping.
Until now, the code for mapping ODP port number to ifindexes and vice versa
has maintained two completely separate data structures, one for each
direction.  It was possible for the two mappings to become out of sync
with each other since either one could change independently.  This commit
merges them into a single data structure (with two indexes), which at least
means that if one is removed then the other is as well.

Signed-off-by: Ben Pfaff <blp@ovn.org>
Acked-by: William Tu <u9012063@gmail.com>
2017-11-15 10:57:49 -08:00
..
2017-01-26 10:44:24 -08:00
2016-05-16 17:46:55 -07:00
2017-08-02 10:18:55 -07:00
2017-08-02 10:18:55 -07:00
2016-06-29 18:19:40 -07:00
2016-12-21 15:06:17 -08:00
2017-08-02 10:18:55 -07:00
2017-01-10 18:39:14 -08:00
2016-04-27 15:00:37 -07:00
2016-04-27 15:00:37 -07:00
2013-12-11 11:20:00 -08:00
2016-12-12 08:57:06 -08:00
2017-04-06 17:06:28 -07:00
2016-05-18 19:39:18 -07:00
2017-11-08 12:31:57 -08:00
2016-04-18 08:49:59 -07:00
2017-06-27 17:28:29 -04:00
2017-01-15 19:25:12 -08:00
2017-01-15 19:25:12 -08:00
2016-08-03 17:01:03 -07:00
2017-01-28 12:16:34 -08:00
2015-06-11 17:28:37 -07:00
2017-07-13 21:20:42 -07:00
2016-03-30 13:01:21 -07:00
2017-05-05 08:52:32 -07:00
2017-05-05 08:52:32 -07:00
2017-08-03 14:48:33 -07:00
2017-08-03 14:48:33 -07:00
2016-08-08 11:00:37 -07:00
2014-03-13 09:14:16 -07:00
2014-03-13 09:14:16 -07:00
2017-03-20 10:23:04 -07:00
2014-03-17 14:20:49 -07:00
2017-08-11 11:43:40 -07:00
2017-08-11 11:43:40 -07:00
2016-05-18 19:39:18 -07:00
2017-10-24 16:09:16 -07:00
2017-10-24 16:09:16 -07:00
2016-02-10 13:36:04 -08:00