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 thought about providing the actual count of items that need to be unpacked, storing it in the variable count, therefore, the Desempacotamento function needs to be able to accept an item count. If this is not supported, one option would be to adjust the function so that it receives this parameter
It does seem like Map.batchLookup() always tries to unmarshal the whole keyBuf and valueBuf regardless of the Count received from the batch syscall.
ebpf/map.go
Lines 1076 to 1083 in c739d15
It would be nice if we instead only decoded count keys and values.
See #1078 (comment).
The text was updated successfully, but these errors were encountered: