Hemant Singh
Hemant Singh
I see use of `pfcp_add_del_v4_teid (v4_teid, sx, 0);` for delete as shown on the line below. https://github.com/travelping/upg-vpp/blob/ca2791c3f9d2645b67102bf295609c0d9ce529de/upf/upf_pfcp.c#L991 For better code maintenance, pfcp_add_del_v4_teid() should be used to add as well, but...
The VPP bihash supports a key-value pair to provision an entry for a table. For example, see https://github.com/FDio/vpp/blob/master/src/vppinfra/bihash_48_8.h#L39 However, the VPP classifier entry does not support a value. This PR...
See this PR: https://github.com/p4lang/p4c/pull/1736 This issue is filed to complete the work so that p4c generates type_info for table MatchField and Action param in p4info. This work needs more thought.
This is the P4 program used to test ebpf psa. I am chasing testing of `StructExpression` by using a hash in P4 code. ```p4 ./p4c-ebpf --arch psa --target kernel -o...
Add information for sources for value of entry. Also add an example for `add_entry`.
If PI does not have any tests using IPv6, after this PR is checked in, tests should be added.
Fix Issue # 436
p4c supports DEBUG vs. RELEASE image via a global setting for all software built for p4c. Why doesn't PI support such a global setting? Right now, I see most PI...
Please see this Issue: https://github.com/p4lang/behavioral-model/issues/697 A .cpp file is added where the new extern is implemented. A .p4 filed is added where the extern is defined and used. Thanks to...