1. 43ac289 [SDFAB-359] Allow purging flows, groups and meters by device and application ID by Daniele Moro · 2 years, 10 months ago
  2. f013a78 [SDFAB-352][SDFAB-353] Retrieve MeterFeatures from the P4RT southbound, Extend MeterProviderService and revisit MeterStore by Wailok Shum · 2 years, 9 months ago
  3. 52ef933 [SDFAB-20] Prevent listeners ejection and the stop of the group polling by pierventre · 2 years, 10 months ago
  4. 5bdbe43 [VOL-4055][ONOS-8138] Adding annotations to meter to allow passing of associated information by Andrea Campanella · 3 years ago
  5. 4422005 Immutability for getMeters APIs by pierventre · 3 years, 7 months ago
  6. 381c7ca Avoid sending meter-modify for a pending add to openflow southbound by Saurav Das · 3 years, 7 months ago
  7. 1b8afbc [AETHER-432][VOL-3263] Revisit meters subsystem to be fully distributed. by pierventre · 3 years, 10 months ago
  8. 2325050 [ONOS-8093] Purge Meter API by Andrea Campanella · 4 years ago
  9. 32a9c0b [ONOS-8087] Per device purgeOnDisconnection Flag by Andrea Campanella · 4 years, 1 month ago
  10. f57ef60 Adding purgeOnDisconnect support to the meter subsystem and adding vlanId match by Gamze Abaka · 5 years ago
  11. 6c8a71b In order to complete https://jira.opencord.org/browse/VOL-1093 and https://jira.opencord.org/browse/VOL-1401, OltPipeline must support meter and write metadata instructions for authentication trap flows. Additionally, all flows must include write metadata instruction instead of transition. This change will be done for 1.13 branch. by Gamze Abaka · 5 years ago
  12. dadae72 In order to implement VOLTHA VOL-949 task (https://jira.opencord.org/browse/VOL-949) , OltPipeline (pmc-olt driver) must support meter, transition and also QinQ vlan push instructions. by Gamze Abaka · 6 years ago
  13. 65f27f1 ONOS-7733 Meter Creation Fails : by Gamze Abaka · 6 years ago
  14. f566fa2 Removing commented out @Property annotations from the core. by Thomas Vachuska · 5 years ago
  15. d542568 Merge branch 'master' into dev-karaf-4.2.1 by Ray Milkey · 6 years ago
  16. d709dba Request may be null, if not checked, it may be error. by 柯志勇10068695 · 6 years ago
  17. 2d7bca1 Move type specifiers from property name constants to the corresponding component annotations by Ray Milkey · 6 years ago
  18. d04e227 Constants for core/net OSGI properties by Ray Milkey · 6 years ago
  19. d84f89b [WIP] Upgrade ONOS to karaf version 4.2.1 by Ray Milkey · 6 years ago
  20. d7e3b4b [ONOS-7051] Support for P4Runtime meters by Frank Wang · 7 years ago
  21. bdcd967 Implements policer-meter-mapping [ONOS-5867] by Pier Luigi · 7 years ago
  22. e370878 [ONOS-7116] Implement MeterProgrammable and MeterDriverProvider by Andrea Campanella · 7 years ago
  23. f094c61 [ONOS-7114] Meter Subsystem Refactoring by Pier Luigi · 7 years ago
  24. ebdd485 Move meter manager implementation out of incubator by Ray Milkey · 7 years ago[Renamed (99%) from incubator/net/src/main/java/org/onosproject/incubator/net/meter/impl/MeterManager.java]
  25. 31d4d38 MeterManager: Use Executor to call provider to mitigate DistributedMeterStore timeouts by Jordi Ortiz · 7 years ago
  26. e165e1d Forward METER_ADDED/REMOVED events to MeterListener by Jordi Ortiz · 7 years ago
  27. a09fe5b Updating Copyright line to Open Networking Foundation by Brian O'Connor · 7 years ago
  28. 205af45 ONOS-6625: Remove meters from device not present in onos by Jordi Ortiz · 7 years ago
  29. 9287b63 MeterManager optimiziation. Use entryset instead of keyset avoiding some store access, by Jordi Ortiz · 7 years ago
  30. 58d5ec0 FIX: Onos is reinstalling the meter to the switch when in PENDING_REMOVE state by Jordi Ortiz · 7 years ago
  31. df28ecd [ONOS-6188] Notify to MeterListeners meter installation and removal on device. by Jordi Ortiz · 7 years ago
  32. 6c84776 [ONOS-5934] MeterId availability after withdraw. by Jordi Ortiz · 7 years ago
  33. 11b99fc Refining driver subsystem to facilitate coordinated start-up. by Thomas Vachuska · 7 years ago
  34. 5889691 ONOS-5958 Meter restoration to device by Jordi Ortiz · 7 years ago
  35. 67546fb [ONOS-5310] FullMetersAvailable by Jordi Ortiz · 8 years ago
  36. 21daebf MeterManager, check max meters before requesting a new meter by Jordi Ortiz · 7 years ago
  37. aa8de49 [ONOS-5599] Store meter features into MeterStore by Jordi Ortiz · 7 years ago
  38. 3a6f307 Add missing Sink to MeterManager. by Jordi Ortiz · 7 years ago
  39. a09e1bb Use Collection#forEach() instead of Stream#forEach() for simplicity by Sho SHIMIZU · 8 years ago
  40. 0e03f59b More idiomatic code in Stream API by Sho SHIMIZU · 8 years ago
  41. d5714e0 New and direct StorageService method for creating an AtomicCounter by Madan Jampani · 8 years ago
  42. 5ab426f Updating copyrights by Brian O'Connor · 8 years ago
  43. a45755d Fixes to solve Jira Issues ONOS-4173 and ONOS-4174 by Konstantinos Kanonakis · 8 years ago
  44. 317a7de Fixed issue in MeterManager.java by Konstantinos Kanonakis · 8 years ago
  45. e17d328 Adds abstract distributed primitive builder + Refactored AtomicCounter and AtomicValue builder to make use of it. by Madan Jampani · 8 years ago
  46. 4ae5aa8 Blew away old version of PIM to restructure. And: by Rusty Eddy · 8 years ago
  47. 1932b93 Add getMeters method for obtaining meter collection by device id by Jian Li · 8 years ago
  48. 5196e86 cleaning up some meter code by alshabib · 9 years ago
  49. 70aaa1b adding device specific counters for meter ids in the meter service. by alshabib · 9 years ago
  50. e1248b6 Adding tests for meter service. by alshabib · 9 years ago
  51. 5eb7939 Added Meter object accounting by alshabib · 9 years ago
  52. 58fe6dc fixes for Meter Service by alshabib · 9 years ago
  53. 10c810b added treatment support and conversion to an instruction by alshabib · 9 years ago
  54. eadfc8e Moving meter store implementation to use map events by alshabib · 9 years ago
  55. 7bb0501 Initial implementation of Meter Service (needs testing) by alshabib · 9 years ago
  56. 1d2bc40 moving meter service to incubator and initial implementation of meter manager. by alshabib · 9 years ago