bnxt_en: Separate RDMA MR/AH context allocation.
In newer firmware, the context memory for MR (Memory Region) and AH (Address Handle) to support RDMA are specified separately. Modify driver to specify and allocate the 2 context memory types separately when supported by the firmware. Signed-off-by: Devesh Sharma <devesh.sharma@broadcom.com> Signed-off-by: Michael Chan <michael.chan@broadcom.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:

committed by
David S. Miller

parent
2730214ddb
commit
53579e37d1
@@ -1227,6 +1227,7 @@ struct bnxt_ctx_mem_info {
|
||||
u16 mrav_entry_size;
|
||||
u16 tim_entry_size;
|
||||
u32 tim_max_entries;
|
||||
u16 mrav_num_entries_units;
|
||||
u8 tqm_entries_multiple;
|
||||
|
||||
u32 flags;
|
||||
|
Reference in New Issue
Block a user