On Thu, Aug 21, 2025 at 08:52:47PM -0700, Emil Tantilov wrote: > Convert vport state to a bitmap and remove the DOWN state which is > redundant in the existing logic. There are no functional changes aside > from the use of bitwise operations when setting and checking the states. > Removed the double underscore to be consistent with the naming of other > bitmaps in the header and renamed current_state to vport_is_up to match > the meaning of the new variable. > > Reviewed-by: Przemek Kitszel <[email protected]> > Reviewed-by: Aleksandr Loktionov <[email protected]> > Reviewed-by: Chittim Madhu <[email protected]> > Signed-off-by: Emil Tantilov <[email protected]>
Reviewed-by: Simon Horman <[email protected]>
