Snipped > > > + /* domain count */ > > + uint16_t l1_count; > > + uint16_t l2_count; > > + uint8_t l3_count; > > + uint8_t io_count; > > Make them all uint16_t, the space is there already.
Thank you, fixing this in v4
Snipped > > > + /* domain count */ > > + uint16_t l1_count; > > + uint16_t l2_count; > > + uint8_t l3_count; > > + uint8_t io_count; > > Make them all uint16_t, the space is there already.
Thank you, fixing this in v4