Nafiah8088
Nafiah8088
I'm trying to compile a list of programs under p4testdata https://github.com/p4lang/p4c/tree/main/backends/ebpf/tests/p4testdata using p4c-ebpf compiler I'm facing undeclared PORT1 issue due to which I'm not able to compile p4 program $p4c-ebpf...
i want to work on p4 load balancing, I'm facing issues while building, tutorials/exercises/load_balance$ make mkdir -p build pcaps logs p4c-bm2-ss --p4v 16 --p4runtime-files build/load_balance.p4.p4info.txtpb -o build/load_balance.json load_balance.p4 load_balance.p4(105): [--Wwarn=unused]...
I have a doubt whether the packet processing takes place in the FPGA side or the host side so to clear this confusion I compile the psa example p4 program...
I'm adding key values to the table and attaching it to the interface of my SmartNIC card and performing packet filtering . how do i check the count of passed...
I'm testing pktgen and testpmd application using openNIC driver in U200, where I'm facing issues the below issues "testpmd 20.11 application" sudo ./build/app/dpdk-testpmd -l 1-8 -n 4 --vdev="net_pcap0,iface=enp1s0f0" --vdev="net_pcap1,iface=enp1s0f1" --...
Hi Team, @cneely-amd I am working on OpenNIC design in Alveo U200. I am using pktgen application to perform throughput test on Alveo in external loopback mode ( Port0 to...