Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Provide generic API for OVS register match/set value #2455

Merged
merged 1 commit into from
Aug 18, 2021

Commits on Aug 16, 2021

  1. Provide generic API for OVS register match/set value

    1. Use RegMark/RegField in OpenFlow Match or Load actions instead of passing the register ID and range.
    2. The usage for OVS registers(including xxreg) should be predefined in regmarks.go.
    3. Use reg0[0..3] to indicate the source of packet, and release reg0[4..15] for other usages.
    
    Signed-off-by: wenyingd <wenyingd@vmware.com>
    wenyingd committed Aug 16, 2021
    Configuration menu
    Copy the full SHA
    b8636eb View commit details
    Browse the repository at this point in the history