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
While implementing Match and ActionSetField classes (kytos#348), padding to keep alignment of variable size structs was implemented.
I suggest we place the custom get_size and pack methods in a new base class called GenericAlignedStruct to be used whenever needed, avoiding reimplementation and bugs.
(the methods implementation can be found in the PR kytos#392.)
The text was updated successfully, but these errors were encountered:
Original issue opened by @erickvermot at kytos#411.
While implementing
Match
andActionSetField
classes (kytos#348), padding to keep alignment of variable size structs was implemented.I suggest we place the custom
get_size
andpack
methods in a new base class calledGenericAlignedStruct
to be used whenever needed, avoiding reimplementation and bugs.(the methods implementation can be found in the PR kytos#392.)
The text was updated successfully, but these errors were encountered: