From: Leon Romanovsky <leon@kernel.org>
To: Kalesh Anakkur Purayil <kalesh-anakkur.purayil@broadcom.com>
Cc: jgg@ziepe.ca, linux-rdma@vger.kernel.org, netdev@vger.kernel.org,
andrew.gospodarek@broadcom.com, selvin.xavier@broadcom.com,
michael.chan@broadcom.com
Subject: Re: [PATCH rdma-next 00/10] RDMA/bnxt_re: Add receive flow steering support
Date: Tue, 9 Sep 2025 11:17:09 +0300 [thread overview]
Message-ID: <20250909081709.GB341237@unreal> (raw)
In-Reply-To: <CAH-L+nPP+UU_0NQTh_WTNrrJ5t9GraES0x2r=FyvDMW_Wk2tEg@mail.gmail.com>
On Mon, Sep 08, 2025 at 09:24:39PM +0530, Kalesh Anakkur Purayil wrote:
> Hi Leon,
>
> It looks like you have merged V1 of the series. I had already pushed a V2
> of the series which fixes an issue in Patch#10.
>
> I can push the changes made in Patch#10 as a follow up patch. Please let me
> know.
No need, I fixed it locally.
Thanks
>
> On Mon, Sep 8, 2025 at 9:07 PM Leon Romanovsky <leon@kernel.org> wrote:
>
> >
> > On Fri, 22 Aug 2025 09:37:51 +0530, Kalesh AP wrote:
> > > The RDMA stack allows for applications to create IB_QPT_RAW_PACKET
> > > QPs, which receive plain Ethernet packets. This patch adds
> > ib_create_flow()
> > > and ib_destroy_flow() support in the bnxt_re driver. For now, only the
> > > sniffer rule is supported to receive all port traffic. This is to support
> > > tcpdump over the RDMA devices to capture the packets.
> > >
> > > Patch#1 is Ethernet driver change to reserve more stats context to RDMA
> > device.
> > > Patch#2, #3 and #4 are code refactoring changes in preparation for
> > subsequent patches.
> > > Patch#5 adds support for unique GID.
> > > Patch#6 adds support for mirror vnic.
> > > Patch#7 adds support for flow create/destroy.
> > > Patch#8 enables the feature by initializing FW with roce_mirror support.
> > > Patch#9 is to improve the timeout value for the commands by using
> > firmware provided message timeout value.
> > > Patch#10 is another related cleanup patch to remove unnecessary checks.
> > >
> > > [...]
> >
> > Applied, thanks!
> >
> > [01/10] bnxt_en: Enhance stats context reservation logic
> > https://git.kernel.org/rdma/rdma/c/47bd8cafcbf007
> > [02/10] RDMA/bnxt_re: Add data structures for RoCE mirror support
> > https://git.kernel.org/rdma/rdma/c/a99b2425cc6091
> > [03/10] RDMA/bnxt_re: Refactor hw context memory allocation
> > https://git.kernel.org/rdma/rdma/c/877d90abaa9eae
> > [04/10] RDMA/bnxt_re: Refactor stats context memory allocation
> > https://git.kernel.org/rdma/rdma/c/bebe1a1bb1cff3
> > [05/10] RDMA/bnxt_re: Add support for unique GID
> > https://git.kernel.org/rdma/rdma/c/b8f4e7f1a275ba
> > [06/10] RDMA/bnxt_re: Add support for mirror vnic
> > https://git.kernel.org/rdma/rdma/c/c23c893e3a02a5
> > [07/10] RDMA/bnxt_re: Add support for flow create/destroy
> > https://git.kernel.org/rdma/rdma/c/525b4368864c7e
> > [08/10] RDMA/bnxt_re: Initialize fw with roce_mirror support
> > https://git.kernel.org/rdma/rdma/c/d1dde88622b99c
> > [09/10] RDMA/bnxt_re: Use firmware provided message timeout value
> > https://git.kernel.org/rdma/rdma/c/d7fc2e1a321cf7
> > [10/10] RDMA/bnxt_re: Remove unnecessary condition checks
> > https://git.kernel.org/rdma/rdma/c/dfc78ee86d8f50
> >
> > Best regards,
> > --
> > Leon Romanovsky <leon@kernel.org>
> >
> >
> >
>
> --
> Regards,
> Kalesh AP
next prev parent reply other threads:[~2025-09-09 8:17 UTC|newest]
Thread overview: 17+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-08-22 4:07 [PATCH rdma-next 00/10] RDMA/bnxt_re: Add receive flow steering support Kalesh AP
2025-08-22 4:07 ` [PATCH rdma-next 01/10] bnxt_en: Enhance stats context reservation logic Kalesh AP
2025-08-22 14:31 ` Jakub Kicinski
2025-08-22 4:07 ` [PATCH rdma-next 02/10] RDMA/bnxt_re: Add data structures for RoCE mirror support Kalesh AP
2025-08-22 4:07 ` [PATCH rdma-next 03/10] RDMA/bnxt_re: Refactor hw context memory allocation Kalesh AP
2025-08-22 4:07 ` [PATCH rdma-next 04/10] RDMA/bnxt_re: Refactor stats " Kalesh AP
2025-08-22 4:07 ` [PATCH rdma-next 05/10] RDMA/bnxt_re: Add support for unique GID Kalesh AP
2025-08-22 4:07 ` [PATCH rdma-next 06/10] RDMA/bnxt_re: Add support for mirror vnic Kalesh AP
2025-08-22 4:07 ` [PATCH rdma-next 07/10] RDMA/bnxt_re: Add support for flow create/destroy Kalesh AP
2025-08-22 4:07 ` [PATCH rdma-next 08/10] RDMA/bnxt_re: Initialize fw with roce_mirror support Kalesh AP
2025-08-22 4:08 ` [PATCH rdma-next 09/10] RDMA/bnxt_re: Use firmware provided message timeout value Kalesh AP
2025-08-22 4:08 ` [PATCH rdma-next 10/10] RDMA/bnxt_re: Remove unnecessary condition checks Kalesh AP
2025-09-08 15:37 ` [PATCH rdma-next 00/10] RDMA/bnxt_re: Add receive flow steering support Leon Romanovsky
2025-09-08 15:54 ` Kalesh Anakkur Purayil
2025-09-09 8:17 ` Leon Romanovsky [this message]
2025-09-09 8:51 ` Kalesh Anakkur Purayil
2025-09-09 8:51 ` Kalesh Anakkur Purayil
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=20250909081709.GB341237@unreal \
--to=leon@kernel.org \
--cc=andrew.gospodarek@broadcom.com \
--cc=jgg@ziepe.ca \
--cc=kalesh-anakkur.purayil@broadcom.com \
--cc=linux-rdma@vger.kernel.org \
--cc=michael.chan@broadcom.com \
--cc=netdev@vger.kernel.org \
--cc=selvin.xavier@broadcom.com \
/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.