1. 15 Jul, 2022 1 commit
  2. 13 Jul, 2022 1 commit
  3. 31 May, 2022 1 commit
  4. 20 May, 2020 3 commits
  5. 12 Apr, 2020 2 commits
  6. 12 Feb, 2020 4 commits
  7. 11 Feb, 2020 3 commits
  8. 10 Feb, 2020 1 commit
  9. 28 Jan, 2020 1 commit
  10. 19 Dec, 2019 2 commits
  11. 12 Dec, 2019 1 commit
  12. 11 Dec, 2019 4 commits
    • Adrian Chiris's avatar
      Fix zmq send/rcv for python3 · 8f8c33c3
      Adrian Chiris authored
      we require to invoke send_string/recv_string methods when
      sending unicode.
      
      Change-Id: I26804ae3666f57b183eb0e987a4d23a14e59035e
      (cherry picked from commit a53662ee)
      8f8c33c3
    • Adrian Chiris's avatar
      Move get get_vfs_macs_ib from pci_utils to ib_utils · 73e452ba
      Adrian Chiris authored
      As fetching GUIDs is not really a PCI related operation
      the methods related need to be in ib_utils module
      
      A followup patch will introduce a fix to these methods for
      ConnectX-3 as fetching a GUID is done according to the VF's GID
      index and not its VF index.
      
      Change-Id: I57789b37a2be39b9c19129c3d7e2cd26ea66d52e
      73e452ba
    • Adrian Chiris's avatar
      Align all index related data in eswitchd · 05ad0cff
      Adrian Chiris authored
      This patch aligns all *_idx methods to return an integer
      instead of string for consistency.
      
      This fixes an issue discovered when attempting to set PKEY
      for connectX-3 VF
      
      Change-Id: Ie877dfdf03f20b20a66eafd69c90d4c43a92b6dd
      05ad0cff
    • Adrian Chiris's avatar
      Remove Unused constants · ededb8ba
      Adrian Chiris authored
      Change-Id: Id17f733ef015e3503b695bb3151322ae35499e1c
      ededb8ba
  13. 10 Dec, 2019 1 commit
    • Adrian Chiris's avatar
      Fix zmq send/rcv for python3 · a53662ee
      Adrian Chiris authored
      we require to invoke send_string/recv_string methods when
      sending unicode.
      
      Change-Id: I26804ae3666f57b183eb0e987a4d23a14e59035e
      a53662ee
  14. 01 Dec, 2019 1 commit
  15. 25 Nov, 2019 1 commit
  16. 14 Nov, 2019 13 commits