Message ID | 20190909090712.11029-10-noaos@mellanox.com (mailing list archive) |
---|---|
State | Not Applicable |
Headers | show |
Series | Add XRCD and SRQ support to pyverbs | expand |
diff --git a/tests/base.py b/tests/base.py index a28e9b9dc466..b9bdaea93c96 100644 --- a/tests/base.py +++ b/tests/base.py @@ -274,6 +274,7 @@ class RCResources(TrafficResources): class UDResources(TrafficResources): UD_QKEY = 0x11111111 UD_PKEY_INDEX = 0 + GRH_SIZE = 40 def create_mr(self): self.mr = MR(self.pd, self.msg_size + self.GRH_SIZE,