Closed azonenberg closed 2 years ago
Fixed in 42791c6 by making AcceleratorBuffer construct/destruct non-POD datatypes properly in CPU-only buffers.
Long term, to enable GPU based decodes etc, we should try to convert EthernetFrameSegment to a POD type with a fixed size data field.
Likely due to how AcceleratorBuffer handles (not at all) non-POD datatypes.
Simplest fix is probably for EthernetFrameSegment to not use a std::vector.