Re: [PATCH net-next] net: mana: Allow variable size indirection table

2024-05-23 Thread Jakub Kicinski
On Thu, 23 May 2024 09:55:14 -0700 Shradha Gupta wrote: > Allow variable size indirection table allocation in MANA instead > of using a constant value MANA_INDIRECT_TABLE_SIZE. > The size is now derived from the MANA_QUERY_VPORT_CONFIG and the > indirection table is allocated dynamically. > > Sign

[PATCH net-next] net: mana: Allow variable size indirection table

2024-05-23 Thread Shradha Gupta
Allow variable size indirection table allocation in MANA instead of using a constant value MANA_INDIRECT_TABLE_SIZE. The size is now derived from the MANA_QUERY_VPORT_CONFIG and the indirection table is allocated dynamically. Signed-off-by: Shradha Gupta Reviewed-by: Dexuan Cui Reviewed-by: Haiy