p4lang / p4c-behavioral

[deprecated] P4 compiler for the behavioral model
Apache License 2.0
18 stars 23 forks source link

pd wrappers for multicast pre api's #15

Closed srikrishnagopu closed 9 years ago

srikrishnagopu commented 9 years ago

basic_routing : PASSED l2_switch : PASSED switch--pd-tests : PASSED switch--api-tests : PASSED switch--sai-tests : PASSED sai_p4--sai_thrift : PASSED


antoninbas commented 9 years ago

The wrappers should all take the device id as an input, even if it is discarded when calling the bm function. All the wrappers should look like this: p4_pd_mc_name(sess_hdl, dev_id,...) as we discussed yesterday.

srikrishnagopu commented 9 years ago

done.