Uploaded image for project: 'OpenFlowPlugin'
  1. OpenFlowPlugin
  2. OPNFLWPLUG-1100

Refactor org.opendaylight.openflowjava.nx.codec.match.AbstractMatchCodec

XMLWordPrintable

    • Icon: Improvement Improvement
    • Resolution: Unresolved
    • Icon: Medium Medium
    • None
    • None
    • openflowjava
    • None

      Layout of AbstractMatchCodec leads to similar problems as addressed in OPNFLWPLUG-1068. Most notably we are forcing the fast path to be megamorphic due to getNxmFieldCode()/getOxmClassCode()/getValueLength() – which can easily be made monomorphic by making them refer to normal fields – but other things done for MatchEntrySerializer apply heree as well.

            Unassigned Unassigned
            rovarga Robert Varga
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated: