You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I'm using p4c-ebpf and I'd like to add static table entries. Are there any example .json or .txt files that I can model the formatting off of when using --p4runtime-entries-files. Thanks for the help
The text was updated successfully, but these errors were encountered:
In fact, the ebpf back-end should already emit table intializers.
The ebpf back-end does not use p4runtime; the control-plane is implemented by writing directly to ebpf maps. The back-end generates a header file that contains the initial values of tables; this function is called init_tables(), and it should be called first (ideally before any packets are processed).
Hi, I'm using p4c-ebpf and I'd like to add static table entries. Are there any example .json or .txt files that I can model the formatting off of when using --p4runtime-entries-files. Thanks for the help
The text was updated successfully, but these errors were encountered: