Subhajit Chatterjee
Results
2
issues of
Subhajit Chatterjee
Hi, I am facing a strange issue with odp dpdk stack .. I am running odp_generator example binary for generating packets and receiving those packets in another vm. below are...
Hello, I have tried to create bridge using sk = nl_socket_alloc(); if ((err = nl_connect(sk, NETLINK_ROUTE)) < 0) { nl_perror(err, "Unable to connect socket"); return err; } ``` link1 =...