Andy Fingerhut

Results 31 issues of Andy Fingerhut

After adding: ``` "#include " to `src/bf_rt/bf_rt_common/bf_rt_table_attributes_impl.hpp` ``` the package now builds without issue. Can you maybe try this to see if it will fix compilation issues for other people...

Here is the structure of submodules of this repository, and the submodules of those repositories, as of 2021-Dec-21: ``` + p4-dpdk-target + target-syslibs @ f646177 + gperftools @ f7c6fb6 +...

While it is definitely valuable to have comments in the definition of the extern, it would also be useful to give some text in the body of the PNA specification,...

Currently if we have a table T1 that uses this combination of features: + `add_on_miss = true;` in table properties + `idle_timeout_with_auto_delete = true;` in table properties + `add_entry` used...

They have recently been added to the PSA include file with this commit: https://github.com/p4lang/p4-spec/blob/main/p4-16/psa/psa.p4#L340-L403 Do we want these added to pna.p4 include file as well? They can be very useful...

It is expected that some PNA implementations will have on-chip caches between the packet processing pipeline and large tables stored in off-chip DRAM. Some will probably enable packets that hit...

Raised in this comment on another PR: https://github.com/p4lang/pna/pull/91#issuecomment-1322782301 Anyone should feel free to write a PR adding whatever is desired there.

@pbhide I am guessing the intent is that these methods take parameter values that are offsets from the beginning of the packet, in units of bytes? If so, it would...

Prerequisite: Thiss PR or something similar is merged in: https://github.com/p4lang/pna/pull/53 Action: Create an example program that demonstrates all of the pieces of a working demonstration of IPsec encryption, and another...