intel / iotg_tsn_ref_sw

IOTG Time-Sensitive Networking Reference Software
BSD 3-Clause "New" or "Revised" License
141 stars 68 forks source link

AF_XDP Actual data location in payload #27

Open waqas-hafique opened 1 year ago

waqas-hafique commented 1 year ago

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.