From: Leon Romanovsky <leon@kernel.org>
To: Anumula Murali Mohan Reddy <anumula@chelsio.com>
Cc: jgg@nvidia.com, linux-rdma@vger.kernel.org, bharat@chelsio.com
Subject: Re: [PATCH for-rc v2] RDMA/core: Fix ENODEV error for iWARP test over vlan
Date: Thu, 5 Dec 2024 10:42:34 +0200 [thread overview]
Message-ID: <20241205084234.GT1245331@unreal> (raw)
In-Reply-To: <20241203140052.3985-1-anumula@chelsio.com>
On Tue, Dec 03, 2024 at 07:30:53PM +0530, Anumula Murali Mohan Reddy wrote:
> If traffic is over vlan, cma_validate_port() fails to match
> net_device ifindex with bound_if_index and results in ENODEV error.
> As iWARP gid table is static, it contains entry corresponding to
> only one net device which is either real netdev or vlan netdev for
> cases like siw attached to a vlan interface.
> This patch fixes the issue by assigning bound_if_index with net
> device index, if real net device obtained from bound if index matches
> with net device retrieved from gid table
>
> Fixes: f8ef1be816bf ("RDMA/cma: Avoid GID lookups on iWARP devices")
> Link: https://lore.kernel.org/all/ZzNgdrjo1kSCGbRz@chelsio.com/
> Signed-off-by: Anumula Murali Mohan Reddy <anumula@chelsio.com>
> Signed-off-by: Potnuri Bharat Teja <bharat@chelsio.com>
> ---
> Changes since v1:
> Addressed previous review comments
> ---
> drivers/infiniband/core/cma.c | 16 ++++++++++++++++
> 1 file changed, 16 insertions(+)
I added this patch to our regression run, if everything works, I will
merge it next week.
Thanks
next prev parent reply other threads:[~2024-12-05 8:42 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-12-03 14:00 [PATCH for-rc v2] RDMA/core: Fix ENODEV error for iWARP test over vlan Anumula Murali Mohan Reddy
2024-12-05 8:42 ` Leon Romanovsky [this message]
2024-12-10 8:59 ` Leon Romanovsky
-- strict thread matches above, loose matches on Subject: below --
2024-10-07 13:09 Anumula Murali Mohan Reddy
2024-10-07 18:10 ` Leon Romanovsky
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20241205084234.GT1245331@unreal \
--to=leon@kernel.org \
--cc=anumula@chelsio.com \
--cc=bharat@chelsio.com \
--cc=jgg@nvidia.com \
--cc=linux-rdma@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.