travelping / upg-vpp

User Plane Gateway (UPG) based on VPP
Apache License 2.0
148 stars 51 forks source link

Fix setting of buffer offload flags #304

Closed mitmitmitm closed 10 months ago

mitmitmitm commented 1 year ago

Rather than in b->flags, the offload flags are really stored in vnet_buffer (b)->oflags' andvnet_buffer_offload_flags_clear' should be used to set them.