yanet-platform / yanet

A high performance framework for forwarding traffic based on DPDK
Other
171 stars 18 forks source link

Overlaping units in the dump memory #76

Closed saushew closed 10 months ago

saushew commented 10 months ago

The unit_size variable stores the sum of the unit's header size and the unit's memory size. Therefore, it's wrong to use it as the memory size of the unit.