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
{{ message }}
This repository has been archived by the owner on Aug 26, 2024. It is now read-only.
I encounter a issue when test this library. Based on the example sendudp.go, I just make two change
change the default option (change the size of NufFrames, default is 128, I change it to 16) when create xsk options
change the argument when call GetDescs(), the default in sendudp.go is get number of free tx slots, for test, I change the number as 1, just to get one free descrs. here is the detail change of sendudp.go
hi,
I encounter a issue when test this library. Based on the example
sendudp.go
, I just make two changeNufFrames
, default is 128, I change it to 16) when create xsk optionsGetDescs()
, the default insendudp.go
is get number of free tx slots, for test, I change the number as 1, just to get one free descrs. here is the detail change ofsendudp.go
the demo still be able to work, but when print the stats,
Tx_ring_empty_descs
increase as the packet send out, here is the log,check the linux document https://lore.kernel.org/bpf/20200708072835.4427-2-ciara.loftus@intel.com/
Tx_ring_empty_descs
means failed to retrieve descriptor from tx ring.Is this an issue ? and in what situation, will this happen?
The text was updated successfully, but these errors were encountered: