public inbox for linux-rdma@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] RDMA: Add BNG_RE to rdma_driver_id definition
@ 2026-01-14 10:07 Siva Reddy Kallam
  2026-01-14 11:58 ` Leon Romanovsky
  0 siblings, 1 reply; 7+ messages in thread
From: Siva Reddy Kallam @ 2026-01-14 10:07 UTC (permalink / raw)
  To: leonro, jgg; +Cc: linux-rdma, Siva Reddy Kallam

Define RDMA_DRIVER_BNG_RE in enum rdma_driver_id.

Signed-off-by: Siva Reddy Kallam <siva.kallam@broadcom.com>
---
 include/uapi/rdma/ib_user_ioctl_verbs.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/include/uapi/rdma/ib_user_ioctl_verbs.h b/include/uapi/rdma/ib_user_ioctl_verbs.h
index 89e6a3f13191..b78bcc8cf3e7 100644
--- a/include/uapi/rdma/ib_user_ioctl_verbs.h
+++ b/include/uapi/rdma/ib_user_ioctl_verbs.h
@@ -256,6 +256,7 @@ enum rdma_driver_id {
 	RDMA_DRIVER_ERDMA,
 	RDMA_DRIVER_MANA,
 	RDMA_DRIVER_IONIC,
+	RDMA_DRIVER_BNG_RE,
 };
 
 enum ib_uverbs_gid_type {
-- 
2.25.1


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

* Re: [PATCH] RDMA: Add BNG_RE to rdma_driver_id definition
  2026-01-14 10:07 [PATCH] RDMA: Add BNG_RE to rdma_driver_id definition Siva Reddy Kallam
@ 2026-01-14 11:58 ` Leon Romanovsky
  2026-01-15 11:05   ` Siva Reddy Kallam
  0 siblings, 1 reply; 7+ messages in thread
From: Leon Romanovsky @ 2026-01-14 11:58 UTC (permalink / raw)
  To: Siva Reddy Kallam; +Cc: jgg, linux-rdma

On Wed, Jan 14, 2026 at 10:07:28AM +0000, Siva Reddy Kallam wrote:
> Define RDMA_DRIVER_BNG_RE in enum rdma_driver_id.

This should be accompanied with use of such define, where is the call to
ib_register_device() in bng_re?

Thanks

> 
> Signed-off-by: Siva Reddy Kallam <siva.kallam@broadcom.com>
> ---
>  include/uapi/rdma/ib_user_ioctl_verbs.h | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/include/uapi/rdma/ib_user_ioctl_verbs.h b/include/uapi/rdma/ib_user_ioctl_verbs.h
> index 89e6a3f13191..b78bcc8cf3e7 100644
> --- a/include/uapi/rdma/ib_user_ioctl_verbs.h
> +++ b/include/uapi/rdma/ib_user_ioctl_verbs.h
> @@ -256,6 +256,7 @@ enum rdma_driver_id {
>  	RDMA_DRIVER_ERDMA,
>  	RDMA_DRIVER_MANA,
>  	RDMA_DRIVER_IONIC,
> +	RDMA_DRIVER_BNG_RE,
>  };
>  
>  enum ib_uverbs_gid_type {
> -- 
> 2.25.1
> 
> 

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

* Re: [PATCH] RDMA: Add BNG_RE to rdma_driver_id definition
  2026-01-14 11:58 ` Leon Romanovsky
@ 2026-01-15 11:05   ` Siva Reddy Kallam
  2026-02-17 13:52     ` Leon Romanovsky
  0 siblings, 1 reply; 7+ messages in thread
From: Siva Reddy Kallam @ 2026-01-15 11:05 UTC (permalink / raw)
  To: Leon Romanovsky; +Cc: jgg, linux-rdma

[-- Attachment #1: Type: text/plain, Size: 1244 bytes --]

On Wed, Jan 14, 2026 at 5:29 PM Leon Romanovsky <leonro@nvidia.com> wrote:
>
> On Wed, Jan 14, 2026 at 10:07:28AM +0000, Siva Reddy Kallam wrote:
> > Define RDMA_DRIVER_BNG_RE in enum rdma_driver_id.
>
> This should be accompanied with use of such define, where is the call to
> ib_register_device() in bng_re?
>
> Thanks
Hi Leon,
I was under the impression that driver_id can be added independently.
I am planning to send the next patch series including ib_register_device.
So, This change can be sent along with my next series. Thanks for the
clarification.

>
> >
> > Signed-off-by: Siva Reddy Kallam <siva.kallam@broadcom.com>
> > ---
> >  include/uapi/rdma/ib_user_ioctl_verbs.h | 1 +
> >  1 file changed, 1 insertion(+)
> >
> > diff --git a/include/uapi/rdma/ib_user_ioctl_verbs.h b/include/uapi/rdma/ib_user_ioctl_verbs.h
> > index 89e6a3f13191..b78bcc8cf3e7 100644
> > --- a/include/uapi/rdma/ib_user_ioctl_verbs.h
> > +++ b/include/uapi/rdma/ib_user_ioctl_verbs.h
> > @@ -256,6 +256,7 @@ enum rdma_driver_id {
> >       RDMA_DRIVER_ERDMA,
> >       RDMA_DRIVER_MANA,
> >       RDMA_DRIVER_IONIC,
> > +     RDMA_DRIVER_BNG_RE,
> >  };
> >
> >  enum ib_uverbs_gid_type {
> > --
> > 2.25.1
> >
> >

[-- Attachment #2: S/MIME Cryptographic Signature --]
[-- Type: application/pkcs7-signature, Size: 5471 bytes --]

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

* Re: [PATCH] RDMA: Add BNG_RE to rdma_driver_id definition
  2026-01-15 11:05   ` Siva Reddy Kallam
@ 2026-02-17 13:52     ` Leon Romanovsky
  2026-02-18  8:25       ` Siva Reddy Kallam
  0 siblings, 1 reply; 7+ messages in thread
From: Leon Romanovsky @ 2026-02-17 13:52 UTC (permalink / raw)
  To: Siva Reddy Kallam; +Cc: jgg, linux-rdma

On Thu, Jan 15, 2026 at 04:35:20PM +0530, Siva Reddy Kallam wrote:
> On Wed, Jan 14, 2026 at 5:29 PM Leon Romanovsky <leonro@nvidia.com> wrote:
> >
> > On Wed, Jan 14, 2026 at 10:07:28AM +0000, Siva Reddy Kallam wrote:
> > > Define RDMA_DRIVER_BNG_RE in enum rdma_driver_id.
> >
> > This should be accompanied with use of such define, where is the call to
> > ib_register_device() in bng_re?
> >
> > Thanks
> Hi Leon,
> I was under the impression that driver_id can be added independently.
> I am planning to send the next patch series including ib_register_device.
> So, This change can be sent along with my next series. Thanks for the
> clarification.

What's the current status of enabling this driver?

Thanks

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

* Re: [PATCH] RDMA: Add BNG_RE to rdma_driver_id definition
  2026-02-17 13:52     ` Leon Romanovsky
@ 2026-02-18  8:25       ` Siva Reddy Kallam
  2026-03-18 16:13         ` Leon Romanovsky
  0 siblings, 1 reply; 7+ messages in thread
From: Siva Reddy Kallam @ 2026-02-18  8:25 UTC (permalink / raw)
  To: Leon Romanovsky; +Cc: jgg, linux-rdma

[-- Attachment #1: Type: text/plain, Size: 1102 bytes --]

On Tue, Feb 17, 2026 at 7:22 PM Leon Romanovsky <leonro@nvidia.com> wrote:
>
> On Thu, Jan 15, 2026 at 04:35:20PM +0530, Siva Reddy Kallam wrote:
> > On Wed, Jan 14, 2026 at 5:29 PM Leon Romanovsky <leonro@nvidia.com> wrote:
> > >
> > > On Wed, Jan 14, 2026 at 10:07:28AM +0000, Siva Reddy Kallam wrote:
> > > > Define RDMA_DRIVER_BNG_RE in enum rdma_driver_id.
> > >
> > > This should be accompanied with use of such define, where is the call to
> > > ib_register_device() in bng_re?
> > >
> > > Thanks
> > Hi Leon,
> > I was under the impression that driver_id can be added independently.
> > I am planning to send the next patch series including ib_register_device.
> > So, This change can be sent along with my next series. Thanks for the
> > clarification.
>
> What's the current status of enabling this driver?
>
> Thanks

Hi Leon,

Next series of bng_re is in progress. bng_re is dependent on some of
the bnge driver's code.
Next series of bng_re will be sent once required bnge changes are
merged. Internal testing of
bng_re with bnge is in progress.

Thanks

[-- Attachment #2: S/MIME Cryptographic Signature --]
[-- Type: application/pkcs7-signature, Size: 5471 bytes --]

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

* Re: [PATCH] RDMA: Add BNG_RE to rdma_driver_id definition
  2026-02-18  8:25       ` Siva Reddy Kallam
@ 2026-03-18 16:13         ` Leon Romanovsky
  2026-03-28  3:34           ` Siva Reddy Kallam
  0 siblings, 1 reply; 7+ messages in thread
From: Leon Romanovsky @ 2026-03-18 16:13 UTC (permalink / raw)
  To: Siva Reddy Kallam; +Cc: jgg, linux-rdma

On Wed, Feb 18, 2026 at 01:55:05PM +0530, Siva Reddy Kallam wrote:
> On Tue, Feb 17, 2026 at 7:22 PM Leon Romanovsky <leonro@nvidia.com> wrote:
> >
> > On Thu, Jan 15, 2026 at 04:35:20PM +0530, Siva Reddy Kallam wrote:
> > > On Wed, Jan 14, 2026 at 5:29 PM Leon Romanovsky <leonro@nvidia.com> wrote:
> > > >
> > > > On Wed, Jan 14, 2026 at 10:07:28AM +0000, Siva Reddy Kallam wrote:
> > > > > Define RDMA_DRIVER_BNG_RE in enum rdma_driver_id.
> > > >
> > > > This should be accompanied with use of such define, where is the call to
> > > > ib_register_device() in bng_re?
> > > >
> > > > Thanks
> > > Hi Leon,
> > > I was under the impression that driver_id can be added independently.
> > > I am planning to send the next patch series including ib_register_device.
> > > So, This change can be sent along with my next series. Thanks for the
> > > clarification.
> >
> > What's the current status of enabling this driver?
> >
> > Thanks
> 
> Hi Leon,
> 
> Next series of bng_re is in progress. bng_re is dependent on some of
> the bnge driver's code.
> Next series of bng_re will be sent once required bnge changes are
> merged. Internal testing of
> bng_re with bnge is in progress.

What is the current status here? I think it is reasonable to expect that we
should revert this driver if no progress is made before -rc7.

Thanks

> 
> Thanks



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

* Re: [PATCH] RDMA: Add BNG_RE to rdma_driver_id definition
  2026-03-18 16:13         ` Leon Romanovsky
@ 2026-03-28  3:34           ` Siva Reddy Kallam
  0 siblings, 0 replies; 7+ messages in thread
From: Siva Reddy Kallam @ 2026-03-28  3:34 UTC (permalink / raw)
  To: Leon Romanovsky; +Cc: jgg, linux-rdma

[-- Attachment #1: Type: text/plain, Size: 1939 bytes --]

On Wed, Mar 18, 2026 at 9:44 PM Leon Romanovsky <leonro@nvidia.com> wrote:
>
> On Wed, Feb 18, 2026 at 01:55:05PM +0530, Siva Reddy Kallam wrote:
> > On Tue, Feb 17, 2026 at 7:22 PM Leon Romanovsky <leonro@nvidia.com> wrote:
> > >
> > > On Thu, Jan 15, 2026 at 04:35:20PM +0530, Siva Reddy Kallam wrote:
> > > > On Wed, Jan 14, 2026 at 5:29 PM Leon Romanovsky <leonro@nvidia.com> wrote:
> > > > >
> > > > > On Wed, Jan 14, 2026 at 10:07:28AM +0000, Siva Reddy Kallam wrote:
> > > > > > Define RDMA_DRIVER_BNG_RE in enum rdma_driver_id.
> > > > >
> > > > > This should be accompanied with use of such define, where is the call to
> > > > > ib_register_device() in bng_re?
> > > > >
> > > > > Thanks
> > > > Hi Leon,
> > > > I was under the impression that driver_id can be added independently.
> > > > I am planning to send the next patch series including ib_register_device.
> > > > So, This change can be sent along with my next series. Thanks for the
> > > > clarification.
> > >
> > > What's the current status of enabling this driver?
> > >
> > > Thanks
> >
> > Hi Leon,
> >
> > Next series of bng_re is in progress. bng_re is dependent on some of
> > the bnge driver's code.
> > Next series of bng_re will be sent once required bnge changes are
> > merged. Internal testing of
> > bng_re with bnge is in progress.
>
> What is the current status here? I think it is reasonable to expect that we
> should revert this driver if no progress is made before -rc7.
Hi Leon,

Sorry for the late reply. The required dependent code for BNGE is
under active review. It may take some more time to merge the dependent
code into the BNGE driver.
Integration testing of bng_re with BNGE is in progress. We will share
the stable and functional bng_re driver along with the user library in
the next patch series once we
complete our internal testing.

Thanks.
>
> Thanks
>
> >
> > Thanks
>
>

[-- Attachment #2: S/MIME Cryptographic Signature --]
[-- Type: application/pkcs7-signature, Size: 5471 bytes --]

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

end of thread, other threads:[~2026-03-28  3:34 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-01-14 10:07 [PATCH] RDMA: Add BNG_RE to rdma_driver_id definition Siva Reddy Kallam
2026-01-14 11:58 ` Leon Romanovsky
2026-01-15 11:05   ` Siva Reddy Kallam
2026-02-17 13:52     ` Leon Romanovsky
2026-02-18  8:25       ` Siva Reddy Kallam
2026-03-18 16:13         ` Leon Romanovsky
2026-03-28  3:34           ` Siva Reddy Kallam

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox