opennetworkinglab / stratum-onos-demo

Stratum+ONOS demo @ ONF Connect 2019 & EuroP4 '19
Apache License 2.0
13 stars 7 forks source link

Support creating CPU clone sessions in stratum_bcm #20

Closed ccascone closed 5 years ago

ccascone commented 5 years ago

BCM doesn't care about clone sessions as clone_to_cpu-like table actions are manually mapped to the corresponding primitive in SDKLT, however, for it to be P4Runtime-compliant stratum_bcm should support reading and writing clone sessions. It's ok if we support only writing/reading one clone session for just the CPU port with a known session ID (hardcoded in the P4 program), internally handled as a no-op.

pudelkoM commented 5 years ago

Is that issue in the right place here? Clone session support requires changes in the stratum code.

ccascone commented 5 years ago

Moved here: https://github.com/opennetworkinglab/stratum/issues/279