You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using AF_XDP example and it works as expected but so far I'm unable to locate the actual data in payload it sends to receiver. I can see sequence number (payload->seq) , timestamp (payload->tx_timestampA) etc but where can I find the actual data received in payload?
Basically I want to send some custom data over AF_XDP and wants to verify the data received is valid.
The text was updated successfully, but these errors were encountered:
I'm using AF_XDP example and it works as expected but so far I'm unable to locate the actual data in payload it sends to receiver. I can see sequence number (payload->seq) , timestamp (payload->tx_timestampA) etc but where can I find the actual data received in payload?
Basically I want to send some custom data over AF_XDP and wants to verify the data received is valid.
The text was updated successfully, but these errors were encountered: