JD
JD
Currently issuing the following command fails silently: ```bash cget install -f /path/does/not/exist ``` completes successfully. This should be an error with the exit code reflecting an error
[0_basic.p4.txt](https://github.com/p4pktgen/p4pktgen/files/1628993/0_basic.p4.txt) [0_basic.p4.json.txt](https://github.com/p4pktgen/p4pktgen/files/1628994/0_basic.p4.json.txt) The offending snippet of code is ``` if ((meta.sip.sip_match== false) && (meta.sip.is_north_lnk == false)) drop(); } ``` a workaround is to re-write the above code as ``` if...
**p4pktgen** --help describes an option to enable direct input of P4 source code. The option along with a valid P4 file results in the following error: ``` Traceback (most recent...
The following test case is not enabled on gfx11x and gfx94x asics since the winograd kernel is disabled for such a config. Currently, I am creating a workaround to keep...
As reported in [SWDEV-304151](https://ontrack-internal.amd.com/browse/SWDEV-304151) when tuning using MIGraphX as the driver framework, a large number (more than 10k) of file handles are created and never released. One of the possible...
_The internals of our library went some major changes recently with solver registry, invokers etc. It would be helpful to have a design document to understand what the new design...