Closed vitaliy-senchyshyn closed 6 years ago
Hi Vitaliy,
Before using t4p4s, you should assign a dpdk-supported kernel module to the NICs to be used. This can be done by the devbind tool in the folder of your dpdk installation (https://doc.dpdk.org/guides/tools/devbind.html). In addition, hugepages should also be allocated in advance (https://doc.dpdk.org/guides/linux_gsg/sys_reqs.html).
Could you please check if it solves the problem?
It helped, thanks!
I'm trying to launch l2fwd app on my machine but always get an error that either port 0 or 1 is not present on the board. The application is built successfully but the execution just fails with the following log:
The netdevs on my machine are the following:
I would like to try the test app with enp2s0f0 and enp2s0f1 interfaces but just can't figure out how to do this. When I've tried to run it with "\"(3,0,0),(4,0,1)\" ports I've got an error that port mask is wrong.
So how should I modify the config in order to make it working?