linux-rdma.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Fwd: rdma link add NAME type rxe netdev IFACE stopped working
       [not found] <f1c73298-b37f-8589-bdb1-a727c3b7c844@gmail.com>
@ 2021-09-02  3:22 ` Bob Pearson
  2021-09-02  3:25 ` Bob Pearson
  1 sibling, 0 replies; 4+ messages in thread
From: Bob Pearson @ 2021-09-02  3:22 UTC (permalink / raw)
  To: linux-rdma




-------- Forwarded Message --------
Subject: rdma link add NAME type rxe netdev IFACE stopped working
Date: Wed, 1 Sep 2021 22:04:03 -0500
From: Bob Pearson <rpearsonhpe@gmail.com>
To: Jason Gunthorpe <jgg@nvidia.com>, Zhu Yanjun <zyjzyj2000@gmail.com>, linux-rdma@vger.linux.org

rdma link has started to fail today reporting an error as follows after working before.

bob@ubunto-21:~$ sudo rdma link add rxe0 type rxe netdev enp0s3

error: Invalid argument

bob@ubunto-21:

Nothing has changed in the past day or two except I pulled recent changes into rdma-core. This runs after
typing

export LD_LIBRARY_PATH=/home/bob/src/rdma-core/build/lib/:/usr/local/lib:/usr/lib

which is also the same. Any ideas?

Bob

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: rdma link add NAME type rxe netdev IFACE stopped working
       [not found] <f1c73298-b37f-8589-bdb1-a727c3b7c844@gmail.com>
  2021-09-02  3:22 ` Fwd: rdma link add NAME type rxe netdev IFACE stopped working Bob Pearson
@ 2021-09-02  3:25 ` Bob Pearson
  2021-09-02 13:02   ` Jason Gunthorpe
  1 sibling, 1 reply; 4+ messages in thread
From: Bob Pearson @ 2021-09-02  3:25 UTC (permalink / raw)
  To: Jason Gunthorpe, Zhu Yanjun, linux-rdma

On 9/1/21 10:04 PM, Bob Pearson wrote:
> rdma link has started to fail today reporting an error as follows after working before.
> 
> bob@ubunto-21:~$ sudo rdma link add rxe0 type rxe netdev enp0s3
> 
> error: Invalid argument
> 
> bob@ubunto-21:
> 
> Nothing has changed in the past day or two except I pulled recent changes into rdma-core. This runs after
> typing
> 
> export LD_LIBRARY_PATH=/home/bob/src/rdma-core/build/lib/:/usr/local/lib:/usr/lib
> 
> which is also the same. Any ideas?
> 
> Bob
> 

Update. I then recompiled the kernel after pulling latest changes and now it works. In theory this shouldn't be necessary. The kernel APIs should be beckwards compatible.

Bob

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: rdma link add NAME type rxe netdev IFACE stopped working
  2021-09-02  3:25 ` Bob Pearson
@ 2021-09-02 13:02   ` Jason Gunthorpe
  2021-09-02 19:49     ` Bob Pearson
  0 siblings, 1 reply; 4+ messages in thread
From: Jason Gunthorpe @ 2021-09-02 13:02 UTC (permalink / raw)
  To: Bob Pearson; +Cc: Zhu Yanjun, linux-rdma

On Wed, Sep 01, 2021 at 10:25:25PM -0500, Bob Pearson wrote:
> On 9/1/21 10:04 PM, Bob Pearson wrote:
> > rdma link has started to fail today reporting an error as follows after working before.
> > 
> > bob@ubunto-21:~$ sudo rdma link add rxe0 type rxe netdev enp0s3
> > 
> > error: Invalid argument
> > 
> > bob@ubunto-21:
> > 
> > Nothing has changed in the past day or two except I pulled recent changes into rdma-core. This runs after
> > typing
> > 
> > export LD_LIBRARY_PATH=/home/bob/src/rdma-core/build/lib/:/usr/local/lib:/usr/lib
> > 
> > which is also the same. Any ideas?
> > 
> > Bob
> > 
> 
> Update. I then recompiled the kernel after pulling latest changes
> and now it works. In theory this shouldn't be necessary. The kernel
> APIs should be beckwards compatible.

I don't think anything has changed here in a long time, so I have no
guess

'rdma link' has no relation to rdma-core either

Perhaps your kernel got in a bad state?

Jason

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: rdma link add NAME type rxe netdev IFACE stopped working
  2021-09-02 13:02   ` Jason Gunthorpe
@ 2021-09-02 19:49     ` Bob Pearson
  0 siblings, 0 replies; 4+ messages in thread
From: Bob Pearson @ 2021-09-02 19:49 UTC (permalink / raw)
  To: Jason Gunthorpe; +Cc: Zhu Yanjun, linux-rdma

On 9/2/21 8:02 AM, Jason Gunthorpe wrote:
> On Wed, Sep 01, 2021 at 10:25:25PM -0500, Bob Pearson wrote:
>> On 9/1/21 10:04 PM, Bob Pearson wrote:
>>> rdma link has started to fail today reporting an error as follows after working before.
>>>
>>> bob@ubunto-21:~$ sudo rdma link add rxe0 type rxe netdev enp0s3
>>>
>>> error: Invalid argument
>>>
>>> bob@ubunto-21:
>>>
>>> Nothing has changed in the past day or two except I pulled recent changes into rdma-core. This runs after
>>> typing
>>>
>>> export LD_LIBRARY_PATH=/home/bob/src/rdma-core/build/lib/:/usr/local/lib:/usr/lib
>>>
>>> which is also the same. Any ideas?
>>>
>>> Bob
>>>
>>
>> Update. I then recompiled the kernel after pulling latest changes
>> and now it works. In theory this shouldn't be necessary. The kernel
>> APIs should be beckwards compatible.
> 
> I don't think anything has changed here in a long time, so I have no
> guess
> 
> 'rdma link' has no relation to rdma-core either
> 
> Perhaps your kernel got in a bad state?
> 
> Jason
> 

Must have. Thanks. -- Bob

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2021-09-02 19:49 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <f1c73298-b37f-8589-bdb1-a727c3b7c844@gmail.com>
2021-09-02  3:22 ` Fwd: rdma link add NAME type rxe netdev IFACE stopped working Bob Pearson
2021-09-02  3:25 ` Bob Pearson
2021-09-02 13:02   ` Jason Gunthorpe
2021-09-02 19:49     ` Bob Pearson

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).