@@ -47,7 +47,7 @@ Sys image GUID : 9803:9b03:0000:e4c6
Max MR size : 0xffffffffffffffff
Page size cap : 0xfffffffffffff000
Vendor ID : 0x2c9
-Vender part ID : 4119
+Vendor part ID : 4119
HW version : 0
Max QP : 262144
Max QP WR : 32768
@@ -274,7 +274,7 @@ cdef class DeviceAttr(PyverbsObject):
print_format.format('Max MR size', hex(self.max_mr_size).replace('L', '')) +\
print_format.format('Page size cap', hex(self.page_size_cap).replace('L', '')) +\
print_format.format('Vendor ID', hex(self.vendor_id)) +\
- print_format.format('Vender part ID', self.vendor_part_id) +\
+ print_format.format('Vendor part ID', self.vendor_part_id) +\
print_format.format('HW version', self.hw_ver) +\
print_format.format('Max QP', self.max_qp) +\
print_format.format('Max QP WR', self.max_qp_wr) +\
Signed-off-by: Benjamin Drung <benjamin.drung@cloud.ionos.com> --- Documentation/pyverbs.md | 2 +- pyverbs/device.pyx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-)