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

2024-06-13 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net-next.git (main) by Leon Romanovsky : On Mon, 10 Jun 2024 03:28:39 -0700 you 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_VPO

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

2024-06-12 Thread Leon Romanovsky
On Mon, Jun 10, 2024 at 03:28:39AM -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. >

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

2024-06-12 Thread Leon Romanovsky
On Mon, 10 Jun 2024 03:28:39 -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. > >

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

2024-06-10 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