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

When asking for default actions in read request getting an UNIMPLEMENTED reply #8

Open
daniele-moro opened this issue Feb 16, 2021 · 1 comment

Comments

@daniele-moro
Copy link
Contributor

When performing an all tables wildcard read requesting also the default actions, PINS replies with UNIMPLEMENTED

@daniele-moro
Copy link
Contributor Author

Here an example from gRPC channel dump in ONOS:

*** 2021-02-16 11:43:48.828 - p4.v1.P4Runtime/Read >> OUTBOUND >> [callId=29]
device_id: 183807201
entities {
  table_entry {
    meter_config {
    }
    counter_data {
    }
  }
}
entities {
  table_entry {
    meter_config {
    }
    counter_data {
    }
    is_default_action: true
  }
}


*** 2021-02-16 11:43:49.752 - p4.v1.P4Runtime/Read CLOSED [callId=29]
Status{code=UNKNOWN, description=Read failure: UNIMPLEMENTED: Read request for table entry: meter_config { } counter_data { } is_default_action: true; table_entry { meter_config { } counter_data { } is_default_action: true }, cause=null}
Metadata(content-type=application/grpc)

@daniele-moro daniele-moro changed the title When asking for default actions in read request UNIMPLEMENTED getting an UNIMPLEMENTED reply When asking for default actions in read request getting an UNIMPLEMENTED reply Feb 16, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant