Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ibv_devices not showing a GUID #86

Closed
fwmiller opened this issue Jul 24, 2018 · 1 comment
Closed

ibv_devices not showing a GUID #86

fwmiller opened this issue Jul 24, 2018 · 1 comment

Comments

@fwmiller
Copy link

I do have another question that you might not be able to answer. I've got a good build now that comes up with SoftRoCE and seems to partially work. I'm trying to do an rping between the Arria10 and a PC VM. Here's some info. I've loaded all the Infiniband stuff as modules:
I've got a good build for the arria10 now but having a small issue when I try to setup an rping. Here are my loaded modules:

root@arria10:/# lsmod
Module Size Used by
rdma_rxe 102400 0
rdma_ucm 28672 0
rdma_cm 53248 1 rdma_ucm
iw_cm 32768 1 rdma_cm
ib_cm 40960 1 rdma_cm
ib_uverbs 81920 1 rdma_ucm
ib_core 192512 6 rdma_rxe,ib_cm,rdma_cm,ib_uverbs,iw_cm,rdma_ucm

I can see the rxe_cfg stuff:

root@arria10:/# rxe_cfg status
Name Link Driver Speed NMTU IPv4_addr RDEV RMTU
eth0 yes st_gmac 1500 10.0.1.25

However, the RMTU is missing here and when I execute ibv_devices, I don't get an rxe0 device with a GUID like I should.

root@arria10:/# ibv_devices
device node GUID
------ ----------------

Do you know about why this would be? Is something missing?

Thanks,
FM

@fwmiller
Copy link
Author

I went to kernel 4.17 and this went away.

kraj pushed a commit to YoeDistro/meta-openembedded that referenced this issue Dec 3, 2022
Changelog:
==========
 Fix bug in _round_and_pad with exponential coordinate values (openembedded#73)
 Use assertNotEqual instead of assertNotEquals in tests, for Python 3.11 compatibility (openembedded#77)
 Add support for Python 3.8, 3.9, and 3.10 (openembedded#79, openembedded#84)
 Drop support for end-of-life Python versions 2.7, 3.4, 3.5, and 3.6 (openembedded#84)
 Fix structure of coordinate values in GeoJSON to EsriJSON conversion (openembedded#82)
 Update README with to add History and Limitations sections, and to expand on functionality (openembedded#86)

Signed-off-by: Wang Mingyu <[email protected]>
Signed-off-by: Khem Raj <[email protected]>
kraj pushed a commit to YoeDistro/meta-openembedded that referenced this issue Dec 3, 2022
Changelog:
==========
 Fix bug in _round_and_pad with exponential coordinate values (openembedded#73)
 Use assertNotEqual instead of assertNotEquals in tests, for Python 3.11 compatibility (openembedded#77)
 Add support for Python 3.8, 3.9, and 3.10 (openembedded#79, openembedded#84)
 Drop support for end-of-life Python versions 2.7, 3.4, 3.5, and 3.6 (openembedded#84)
 Fix structure of coordinate values in GeoJSON to EsriJSON conversion (openembedded#82)
 Update README with to add History and Limitations sections, and to expand on functionality (openembedded#86)

Signed-off-by: Wang Mingyu <[email protected]>
Signed-off-by: Khem Raj <[email protected]>
kraj pushed a commit to YoeDistro/meta-openembedded that referenced this issue Dec 5, 2022
Changelog:
==========
 Fix bug in _round_and_pad with exponential coordinate values (openembedded#73)
 Use assertNotEqual instead of assertNotEquals in tests, for Python 3.11 compatibility (openembedded#77)
 Add support for Python 3.8, 3.9, and 3.10 (openembedded#79, openembedded#84)
 Drop support for end-of-life Python versions 2.7, 3.4, 3.5, and 3.6 (openembedded#84)
 Fix structure of coordinate values in GeoJSON to EsriJSON conversion (openembedded#82)
 Update README with to add History and Limitations sections, and to expand on functionality (openembedded#86)

Signed-off-by: Wang Mingyu <[email protected]>
Signed-off-by: Khem Raj <[email protected]>
kraj pushed a commit to YoeDistro/meta-openembedded that referenced this issue Apr 17, 2023
Update xfce4-screensaver from 4.16.0 to 4.18.1

* rebase fix-cross-compile.patch

Release notes for 4.18.1
========================
This release is to fix a build issue on BSD systems

- Refactor spawn_make_environment_for_display()

Release notes for 4.18.0
========================
- Add copyright notice to configure.ac
- Make missing GNOME Keyring PAM module warning quiet (Fixes openembedded#46)
- build: Fix --disable-locking (Fixes openembedded#83)
- Remove duplicated lines in README (Fixes openembedded#109)
- savers: Fix critical warnings on exit
- savers: Fix critical warnings from GSThemeWindow on "realize"
- Do not redirect stderr for our own commands
- Round the user picture on lock dialog.
- build: Do not warn if PAM prefix is correct
- Improve lightdm detection (Fixes openembedded#39)
- build: Fix -Wunused-value compiler warning
- build: Fix -Wdeclaration-after-statement compiler warning
- build: Fix -Wsign-compare compiler warning
- build: Use XDT_FEATURE_DEBUG
- Fix use-after-free crash in xfce4-screensaver-dialog
- Fix D-Bus sleep inhibit when screen locker is disabled
- Complete previous commit
- Fix Xfconf memory management
- build: Set GLib macros via XDT_CHECK_PACKAGE
- autogen.sh: Do not `mkdir m4`
- Fix crash when XDG_PICTURES_DIR is not set (Fixes openembedded#86)
- Fix build warning from Clang
- --with-password-helper expects full pathname of password helper
- Add missing zeroing of timeout_id in dialog_timed_out() timer handler
- Fix wrong signal name for GtkSpinButton
- Remove ENABLE_NLS ifdefs and use xfce_textdomain()
- build: Fix intltool lock file problem during make distcheck
- Fix compilation warnings
- autoconf: Some updates
- Translation Updates:
  Albanian, Armenian (Armenia), Basque, Belarusian, Bulgarian, Catalan,
  Chinese (China), Chinese (Taiwan), Danish, Dutch, Eastern Armenian,
  English (Australia), Estonian, Finnish, French, Galician, German,
  Hebrew, Hungarian, Icelandic, Indonesian, Italian, Japanese, Kabyle,
  Korean, Lithuanian, Malay, Norwegian Bokmål, Polish, Portuguese,
  Portuguese (Brazil), Russian, Serbian, Slovak, Slovenian, Spanish,
  Swedish, Thai, Ukrainian

Signed-off-by: Kai Kang <[email protected]>
Signed-off-by: Khem Raj <[email protected]>
kraj pushed a commit to YoeDistro/meta-openembedded that referenced this issue Jun 19, 2023
License-Update:
 Add "Copyright (c) 2016-2026 Asif Saif Uddin & contributors." to
license file.

Changelog:
===========
  Drop Python 2 support, remove six.
  Uses PromptSession() class from prompt_toolkit instead of prompt() function (openembedded#63).
  Added filter for hidden commands and options (openembedded#86).
  Added click's autocompletion support (openembedded#88).
  Added tab-completion for Path and BOOL type arguments (openembedded#95).
  Added 'expand environmental variables in path' feature (openembedded#96).
  Delegate command dispatching to the actual group command.
  Updated completer class and tests based on new fix#92 (openembedded#102).
  Python 3.11 support.

Signed-off-by: Wang Mingyu <[email protected]>
Signed-off-by: Khem Raj <[email protected]>
kraj pushed a commit to YoeDistro/meta-openembedded that referenced this issue Jun 19, 2023
License-Update:
 Add "Copyright (c) 2016-2026 Asif Saif Uddin & contributors." to
license file.

Changelog:
===========
  Drop Python 2 support, remove six.
  Uses PromptSession() class from prompt_toolkit instead of prompt() function (openembedded#63).
  Added filter for hidden commands and options (openembedded#86).
  Added click's autocompletion support (openembedded#88).
  Added tab-completion for Path and BOOL type arguments (openembedded#95).
  Added 'expand environmental variables in path' feature (openembedded#96).
  Delegate command dispatching to the actual group command.
  Updated completer class and tests based on new fix#92 (openembedded#102).
  Python 3.11 support.

Signed-off-by: Wang Mingyu <[email protected]>
Signed-off-by: Khem Raj <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant