Chris Ward

Results 4 comments of Chris Ward

After some debugging, I now have a test case which calls xsk_socket__create for the first socket and xsk_socket__create_shared for the second socket which works.

Correction, the test case still does not work properly. A few 'ping' packets are transferred OK, but 'iperf3' soon trips an assert in the test case because one of the...

I have my test case working now. My problem was that I had 2 lists of free umem buffers, one associated with each socket. It looks to be that the...

After converting my other test case (where both sockets are opened with xsk_socket__create_shared) to use a single umem free list, this test case also works. This test case is here...