commit | 6152a32601d3fb55303c517942b309a41288cfe8 | [log] [tgz] |
---|---|---|
author | Nicolas Palpacuer <np202g@att.com> | Wed Sep 05 10:52:15 2018 -0400 |
committer | Nicolas Palpacuer <np202g@att.com> | Fri Sep 07 19:28:21 2018 +0000 |
tree | 998e81a70b7fd9b703e5fa440441dac5d60b58f4 | |
parent | c1c771340886ce7c3220c31104bfcfd482119657 [diff] |
VOL-1201 Workaround for Broadcom downstream flow bug Broadcom requires a downstream flow to exist in order to do a packet out to an ONU While setting the EAP flow, the adapter used to create an extra downstream flow always using the same default vlan. It results in the creation of a multicast group by the BAL API and this sometimes fails and cannot be recovered without restarting the OLT drivers To go around this the extra flow pushed use a vlan unique per ONU per PON port (4000 - onu_id), this makes the vlan 3743 to 3999 "special" and may render them unusable for regular traffic We are waiting for an answer from Broadcom Change-Id: I7b9cbad48ec7a8fb97af749d7e2903ade114b1a7
Voltha aims to provide a layer of abstraction on top of legacy and next generation access network equipment for the purpose of control and management. Its initial focus is on PON (GPON, EPON, NG PON 2), but it aims to go beyond to eventually cover other access technologies (xDSL, Docsis, G.FAST, dedicated Ethernet, fixed wireless).
Key concepts of Voltha:
Control and management in the access network space is a mess. Each access technology brings its own bag of protocols, and on top of that vendors have their own interpretation/extension of the same standards. Compounding the problem is that these vendor- and technology specific differences ooze way up into the centralized OSS systems of the service provider, creating a lot of inefficiencies.
Ideally, all vendor equipment for the same access technology should provide an identical interface for control and management. Moreover, there shall be much higher synergies across technologies. While we wait for vendors to unite, Voltha provides an increment to that direction, by confining the differences to the locality of access and hiding them from the upper layers of the OSS stack.
While we are still at the early phase of development, you can check out the BUILD.md file to see how you can build it, run it, test it, etc.
Contributions, small and large, are welcome. Minor contributions and bug fixes are always welcome in form of pull requests. For larger work, the best is to check in with the existing developers to see where help is most needed and to make sure your solution is compatible with the general philosophy of Voltha.