p4lang / tdi

Table-Driven Interface (TDI) for a P4-programmable backend device.
Apache License 2.0
40 stars 23 forks source link

TDI Python CLI: New enhancement Flags object to allow user to set/modify the flags value for associating the APIs #39

Open weiqiand opened 2 years ago

weiqiand commented 2 years ago

TDI Python CLI: New enhancement Flags object to allow user to set/modify the flags value for associating the APIs. Note: For DPDK, we just use the default value from initialization since the backend don't support this. For other targets, we might need to have this capability.