1. b1769a9 [AETHER-1248] Reset default entries by pierventre · 3 years, 3 months ago
  2. 5e1ae25 Fix comment regarding P4Runtime original default entry by Carmelo Cascone · 4 years, 6 months ago
  3. 39b808b [ONOS-7808] Support P4Runtime default table entries by CyberHasH · 4 years, 7 months ago
  4. af877e9 Fix NOT_FOUND error when removing P4Runtime table entries by Carmelo Cascone · 5 years ago
  5. c2be50a Allow sharing the same gRPC channel between clients by Carmelo Cascone · 5 years ago
  6. c32976e Various fixes in preparation of Stratum demo at ONS 2019 by Carmelo Cascone · 5 years ago
  7. b4863b3 Fix missing P4Runtime groups because of infinite delete/insert cycle by Carmelo Cascone · 5 years ago
  8. 1ae2506 Add stratum-tofino driver by Carmelo Cascone · 5 years ago
  9. 6146946 Fix inconsistent update type during concurrent P4Runtime writes by Carmelo Cascone · 5 years ago
  10. 4c289b7 New P4RuntimeClient implementation that supports batching and error reporting by Carmelo Cascone · 5 years ago
  11. d771648 Cherry pick gNMI and Stratum related changes to this branch by Yi Tseng · 6 years ago
  12. 7632e15 [ONOS-7596] Support reading table entries with counter data in P4Runtime by steven30801 · 6 years ago
  13. e44592f More robust P4Runtime group handling by Carmelo Cascone · 6 years ago
  14. 50d195f Do not insert or delete default action entries in P4Runtime by Carmelo Cascone · 6 years ago
  15. 2660097 Keep P4Runtime device groups in sync with translator/mirror state by Carmelo Cascone · 6 years ago
  16. 33b27bc Ignore entries from constant tables in P4Runtime by Carmelo Cascone · 6 years ago
  17. 158b8c4 More improvements and bugfixes in P4Runtime subsystem by Carmelo Cascone · 6 years ago
  18. e5b2872 Improve scalability of P4Runtime subsystem by Carmelo Cascone · 6 years ago
  19. 255125d No need to map table counters in PI pipeline interpreter by Carmelo Cascone · 6 years ago
  20. 81929aa Bumped supported commit of P4Runtime and BMv2 by Carmelo Cascone · 6 years ago
  21. 3da671a Driver properties for P4RuntimeFlowRuleProgrammable by Carmelo Cascone · 6 years ago
  22. 59ad657 [ONOS-7334] Using Cache Loader to remove stale entries in p4runtime by Manjunath Vanaraj · 6 years ago
  23. 6a0b5a3 ONOS-7050 Refactored P4Runtime FRP to use distributed stores by Carmelo Cascone · 6 years ago
  24. 326ad2d ONOS-7050 Refactored PI translation service and store by Carmelo Cascone · 6 years ago
  25. 1a7e4f9 ONOS-7050 First stab at PI translation store by Carmelo Cascone · 6 years ago
  26. 63a82df Temporary disable pulling entries from p4 target before bmv2/PI fixed by Yi Tseng · 6 years ago
  27. 39c28ca Moved service PI classes/interfaces to appropriate package by Carmelo Cascone · 6 years ago
  28. 03f343d Clarify and clean up some PiPipelineInterpreter usages by Carmelo Cascone · 6 years ago
  29. 87892e2 ONOS-7066 ONOS-7067 PI abstractions refactoring and P4Info model parser by Carmelo Cascone · 6 years ago
  30. 87b9b39 Various improvements to PI group handling by Carmelo Cascone · 7 years ago
  31. f2a5ea6 Fixed bug in P4_16 programs that was making bmv2 crash by Carmelo Cascone · 7 years ago
  32. 7f75be4 ONOS-7001 Support for direct counters by Carmelo Cascone · 7 years ago
  33. fe99be9 Workaround to BMv2 bug when reading ECMP entries by Carmelo Cascone · 7 years ago
  34. e3a7c74 Abstract implementation of a behaviour for P4Runtime by Carmelo Cascone · 7 years ago
  35. 2308e52 Workaround for the duplicate flow rule apply problem for P4Runtime by Carmelo Cascone · 7 years ago
  36. 0288c87 Creating a p4runtime default driver to avoid code duplication between bmv2 and barefoot drivers by Andrea Campanella · 7 years ago[Renamed (86%) from drivers/bmv2/src/main/java/org/onosproject/drivers/bmv2/Bmv2FlowRuleProgrammable.java]
  37. a09fe5b Updating Copyright line to Open Networking Foundation by Brian O'Connor · 7 years ago
  38. 2cad9ef Various fixes to get a P4Runtime demo that works by Carmelo Cascone · 7 years ago
  39. 0b22d8f Working implementation of Bmv2FlowRuleProgrammable by Carmelo Cascone · 7 years ago
  40. 0e80508 Draft implementation BMv2 FlowRuleProgrammable by Frank Wang · 7 years ago
  41. 43740a0 Pruned old BMv2 stuff by Carmelo Cascone · 7 years ago
  42. 3615326 Fix Null pointer reference by tellviveks · 7 years ago
  43. 728b1cd Fixed stack overflow bug when using BMv2 table entry service by Carmelo Cascone · 8 years ago
  44. fbc577b Various BMv2 bugfixes by Carmelo Cascone · 8 years ago
  45. 6256d01 Fixed deadlock in BMv2 device context service by Carmelo Cascone · 8 years ago
  46. ee4cd7e Improved consistency for BMv2 flow rules handling by Carmelo Cascone · 8 years ago
  47. 25f1888 Various bmv2 changes to reflect onos-bmv2 v1.0.0 (onos1.6 cherry-pick) by Carmelo Cascone · 8 years ago
  48. 0831efb Various changes in BMv2 driver and provider modules (onos1.6 cherry-pick) by Carmelo Cascone · 8 years ago
  49. f8cf288 Added ability to poll flow counters in BMv2 by Carmelo Cascone · 8 years ago
  50. a2f510e Improve flow rule polling consistency with bmv2 by Carmelo Cascone · 8 years ago
  51. d4e7a77 Removed hardcoded model from BMv2 driver by Carmelo Cascone · 8 years ago
  52. e912164 ONOS-4410 Implemented PacketProgrammable and Pipeliner behaviors in the by Carmelo Cascone · 8 years ago[Renamed (96%) from drivers/bmv2/src/main/java/org/onosproject/drivers/bmv2/Bmv2FlowRuleDriver.java]
  53. 37d5dbf ONOS-4118 Added synchronization and resiliency to Bmv2ThriftClient by Carmelo Cascone · 8 years ago
  54. 2954f13 Translator-based Bmv2 flow rule driver by Carmelo Cascone · 8 years ago
  55. aa8b629 Various Bmv2 protocol refactorings in preparation of the flow rule by Carmelo Cascone · 8 years ago
  56. 2ea177b ONOS-3961 ONOS-4285 Implemented BMv2 drivers and protocol by Carmelo Cascone · 8 years ago