Advertisement
Guest User

Untitled

a guest
May 20th, 2019
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.69 KB | None | 0 0
  1. vpp# show pci
  2. Address Sock VID:PID Link Speed Driver Product Name Vital Product Data
  3. 0000:19:00.0 0 15b3:1015 8.0 GT/s x8 mlx5_core Mellanox ConnectX-4 LX Dual Port PN: 0R887V
  4. EC: A04
  5. MN: 1028
  6. SN: CN0R887V7873384MK545
  7. VA: 0x 44 53 56 31 30 32 38 56 ...
  8. VB: 0x 46 46 56 31 34 2e 32 31 ...
  9. VC: 0x 4e 50 59 32
  10. VD: 0x 50 4d 54 37 38
  11. VE: 0x 4e 4d 56 4d 65 6c 6c 61 ...
  12. VF: 0x 44 54 49 4e 49 43
  13. VG: 0x 44 43 4d 31 30 30 31 30 ...
  14. VH: 0x 4c 31 44 30
  15. RV: 0x 8c 00 00
  16. 0000:19:00.1 0 15b3:1015 8.0 GT/s x8 mlx5_core Mellanox ConnectX-4 LX Dual Port PN: 0R887V
  17. EC: A04
  18. MN: 1028
  19. SN: CN0R887V7873384MK545
  20. VA: 0x 44 53 56 31 30 32 38 56 ...
  21. VB: 0x 46 46 56 31 34 2e 32 31 ...
  22. VC: 0x 4e 50 59 32
  23. VD: 0x 50 4d 54 37 38
  24. VE: 0x 4e 4d 56 4d 65 6c 6c 61 ...
  25. VF: 0x 44 54 49 4e 49 43
  26. VG: 0x 44 43 4d 31 30 30 31 30 ...
  27. VH: 0x 4c 31 44 30
  28. RV: 0x 8c 00 00
  29.  
  30.  
  31. ........................
  32. vpp# show int
  33. Name Idx State MTU (L3/IP4/IP6/MPLS) Counter Count
  34. local0 0 down 0/0/0/0
  35.  
  36. vpp# create int rdma host-if enp94s0f0 name rdma-0
  37. create interface rdma: invalid interface (only mlx5 supported for now)
  38. vpp# create int rdma host-if mlx5 name rdma-0
  39. create interface rdma: invalid interface (only mlx5 supported for now)
  40. vpp# create int rdma host-if mlx5_core name rdma-0
  41. create interface rdma: invalid interface (only mlx5 supported for now)
  42. vpp# create int rdma host-if 0000:19:00.1 name rdma-0
  43. create interface rdma: invalid interface (only mlx5 supported for now)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement