On Mon, Oct 26, 2020 at 6:21 AM Thomas Monjalon <tho...@monjalon.net> wrote: > > The CFA code from mark was stored in the deprecated mbuf field udata64. > It is moved to a dynamic field in order to allow removal of udata64.
We convert from a 64 bits (with only upper 32 bits filled) to a 32 bits field. Worth a comment on the API change for users (if any). -- David Marchand