On Wed, 24 May 2023 02:57:10 -0700 Shradha Gupta <shradhagupta@xxxxxxxxxxxxxxxxxxx> wrote: > @@ -1034,7 +1035,9 @@ struct net_device_context { > > u32 tx_table[VRSS_SEND_TAB_SIZE]; > > - u16 rx_table[ITAB_NUM]; > + u16 *rx_table; > + > + int rx_table_sz; Size should never be negative, use u32 or u16 here?