From: Jiri Pirko <[email protected]> Date: Thu, 11 Jan 2018 11:20:58 +0100
> From: Yuval Mintz <[email protected]> > > Add rdpm definition - router DSCP to priority mapping register. > > Signed-off-by: Yuval Mintz <[email protected]> > Signed-off-by: Nogah Frankel <[email protected]> > Signed-off-by: Jiri Pirko <[email protected]> This doesn't explain why adding a definition for this register... > @@ -42,7 +42,7 @@ > > struct mlxsw_item { > unsigned short offset; /* bytes in container */ > - unsigned short step; /* step in bytes for indexed items */ > + short step; /* step in bytes for indexed items */ > unsigned short in_step_offset; /* offset within one step */ > unsigned char shift; /* shift in bits */ > unsigned char element_size; /* size of element in bit array */ requires making mlxsw_item->step signed. Please update the commit message or move this change into a more appropriate patch in this series or even a new one. Whichever is required. Thanks.
