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

VMA PANIC when IPv6 is disabled #2

Open
GoogleCodeExporter opened this issue Apr 30, 2015 · 1 comment
Open

VMA PANIC when IPv6 is disabled #2

GoogleCodeExporter opened this issue Apr 30, 2015 · 1 comment
Labels

Comments

@GoogleCodeExporter
Copy link

What steps will reproduce the problem?
1. Disable IPv6 kernel module, by adding "install ipv6 /bin/true" to modprobe 
configuration.
2. Install MLNX_OFED and libvma
3. Run an App with LD_PRELOAD=libvma.so (e.g. netcat or telnet)

What is the expected output? What do you see instead?
Expected: app to work
Output: VMA_PANIC because /dev/infiniband/rdma_cm cannot be found

What version of the product are you using? On what operating system?
libvma 6.4.11;
MLNX_OFED 2.0-3.0.0-rhel6_4-x86-64
Scientific linux 6.4 (Carbon) - kernel 2.6.32-358.23.2.el6.x86_64

Please provide any additional information below.

OFED module RDMA-CM fails to load After installation, 

# service openibd restart
Unloading HCA driver:                                      [  OK  ]
Loading HCA driver and Access Layer:                       [FAILED]

Please open an issue in the http://bugs.openfabrics.org and attach 
/tmp/ib_debug_info.log

Original issue reported on code.google.com by paulo.pa...@gmail.com on 5 Nov 2013 at 2:09

Attachments:

GoogleCodeExporter pushed a commit that referenced this issue Apr 30, 2015
Change-Id: I5f086f73b30ad732da7998176293f4c1f4e1d3ea
Signed-off-by: Or Kehati <ork@mellanox.com>
GoogleCodeExporter pushed a commit that referenced this issue Apr 30, 2015
Change-Id: If271bc14449e1f3b624f6ab7720e3839e13cbe5f
Signed-off-by: Or Kehati <ork@mellanox.com>
orkmellanox added a commit that referenced this issue Jun 22, 2015
Seems like inline make things a little bit worse for the list
performance.

Change-Id: If69da808ac5541c911c39f17f693ea725c6e52be
Signed-off-by: Or Kehati <ork@mellanox.com>
@rosenbaumalex rosenbaumalex reopened this Jun 22, 2015
@rosenbaumalex
Copy link
Contributor

github caught wrong commit message.
this is not fixed or closed yet.

OphirMunk pushed a commit that referenced this issue Mar 7, 2016
Change-Id: I4295312b9996f44a43a527478ba05dbdc417f192
Signed-off-by: Alex Vainman <alexv@mellanox.com>
rosenbaumalex added a commit to rosenbaumalex/libvma that referenced this issue Aug 10, 2016
…roc/cpuinfo

1. Move generic (non-VMA related) code utilities to new folder: 'src/utils'
2. Read the CPU's Hz (based on /proc/cpuinfo Mhz report)
3. Provide the MAX and MIN values, which might be the case if core are
running at power control states
4. Report CPU speed on libvma bringup
5. Move 'tests/time_measurements_test' into 'src/utils/timetest'

Regarding Mellanox#2 above:
A 'side effect' of this commit removes the potential blocking in 'usleep(1000)' call form get_tcs_rate_per_second().
1. Increase accuracy in the calibrate RDTSC with CPU speed - new logic is not disturbed by system context switches
2. This resolves coverify issue: "Program Hangs"

Signed-off-by: Alex Rosenbaum <Alexr@mellanox.com>
igor-ivanov added a commit to igor-ivanov/libvma that referenced this issue Mar 3, 2017
Use configure CPPFLAGS="-DVMA_DUMMY_LOG"

Signed-off-by: Igor Ivanov <igor.ivanov.va@gmail.com>
igor-ivanov added a commit to igor-ivanov/libvma that referenced this issue Mar 3, 2017
igor-ivanov added a commit to igor-ivanov/libvma that referenced this issue Mar 6, 2017
Use configure CPPFLAGS="-DVMA_DUMMY_LOG"

Signed-off-by: Igor Ivanov <igor.ivanov.va@gmail.com>
igor-ivanov added a commit to igor-ivanov/libvma that referenced this issue Mar 6, 2017
orshalev pushed a commit to orshalev/libvma that referenced this issue Jun 7, 2017
Signed-off-by: Or Shalev <orsh@mellanox.com>
igor-ivanov added a commit to igor-ivanov/libvma that referenced this issue Aug 13, 2018
Signed-off-by: Igor Ivanov <igor.ivanov.va@gmail.com>
rafiw pushed a commit to rafiw/libvma that referenced this issue Jul 4, 2019
very basic just compile

Signed-off-by: Rafi Wiener <rafiw@mellanox.com>
rafiw pushed a commit to rafiw/libvma that referenced this issue Jul 11, 2019
very basic just compile

Signed-off-by: Rafi Wiener <rafiw@mellanox.com>
rafiw pushed a commit to rafiw/libvma that referenced this issue Jul 11, 2019
very basic just compile

Signed-off-by: Rafi Wiener <rafiw@mellanox.com>
rafiw pushed a commit to rafiw/libvma that referenced this issue Jul 11, 2019
very basic just compile

Signed-off-by: Rafi Wiener <rafiw@mellanox.com>
rafiw pushed a commit to rafiw/libvma that referenced this issue Jul 14, 2019
very basic just compile

Signed-off-by: Rafi Wiener <rafiw@mellanox.com>
rafiw pushed a commit to rafiw/libvma that referenced this issue Jul 14, 2019
very basic just compile

Signed-off-by: Rafi Wiener <rafiw@mellanox.com>
rafiw pushed a commit to rafiw/libvma that referenced this issue Jul 14, 2019
very basic just compile

Signed-off-by: Rafi Wiener <rafiw@mellanox.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants