mirror of
https://github.com/torvalds/linux.git
synced 2026-03-08 03:44:45 +01:00
ntb: ntb_hw_switchtec: Increase MAX_MWS limit to 256
Microchip NTB switchtec devices supports up to 512 LUT's across all NT partitions. This patch enable symmetric NTB configuration to utilize all 512 memory windows across 2 peers partitions. Signed-off-by: Maciej Grochowski <Maciej.Grochowski@sony.com> Signed-off-by: Jon Mason <jdmason@kudzu.us>
This commit is contained in:
parent
c8ba7ad2cc
commit
b1f4077465
1 changed files with 1 additions and 1 deletions
|
|
@ -29,7 +29,7 @@ MODULE_PARM_DESC(use_lut_mws,
|
|||
"Enable the use of the LUT based memory windows");
|
||||
|
||||
#define SWITCHTEC_NTB_MAGIC 0x45CC0001
|
||||
#define MAX_MWS 128
|
||||
#define MAX_MWS 256
|
||||
|
||||
struct shared_mw {
|
||||
u32 magic;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue