Thank you for the response, I am okay with those diagrams for setting the tables correctly, however how is the mask work against it?
lets say i have individual masking enabled, so we apply the ids to table0 with for example:
we’ll use std id 19-29, and extid 0-13 for table B
the mask for the rximr OR the RXFGMASK should be what since its only a single 32bit field
can i assume that 0-13 bits of the mask is matched against 0-13 of the extid and 19-29 bits of the same mask is matched against 19-29 of the stdid, and therefore assume that the remaining bits in the mask are unused?
here ill put S for standard id and E for ext, and try to give a visual mask:
0b00SSSSSSSSSSS11101EEEEEEEEEEEEEE
so given that table, if we create a mask for it, i presume the other bits(1 and 0) are not used in the masking process?
sorry just trying to clarify things :smileyhappy:
Thanks
Tony