Re: [PATCH net-next] rds: transport module should be auto loaded when transport is set

2020-06-02 Thread Rao Shoaib
On 6/1/20 11:17 PM, Leon Romanovsky wrote: On Mon, Jun 01, 2020 at 09:59:30AM -0700, Rao Shoaib wrote: On 5/29/20 4:41 PM, David Miller wrote: From: rao.sho...@oracle.com Date: Wed, 27 May 2020 01:17:42 -0700 diff --git a/include/uapi/linux/rds.h b/include/uapi/linux/rds.h index cba368e5586

Re: [PATCH net-next] rds: transport module should be auto loaded when transport is set

2020-06-01 Thread Leon Romanovsky
On Mon, Jun 01, 2020 at 10:08:44AM -0700, Rao Shoaib wrote: > > On 5/31/20 3:08 AM, Leon Romanovsky wrote: > > On Wed, May 27, 2020 at 01:17:42AM -0700, rao.sho...@oracle.com wrote: > > > From: Rao Shoaib > > > > > > This enhancement auto loads transport module when the transport > > > is set via

Re: [PATCH net-next] rds: transport module should be auto loaded when transport is set

2020-06-01 Thread Leon Romanovsky
On Mon, Jun 01, 2020 at 09:59:30AM -0700, Rao Shoaib wrote: > > On 5/29/20 4:41 PM, David Miller wrote: > > From: rao.sho...@oracle.com > > Date: Wed, 27 May 2020 01:17:42 -0700 > > > > > diff --git a/include/uapi/linux/rds.h b/include/uapi/linux/rds.h > > > index cba368e55863..7273c681e6c1 100644

Re: [PATCH net-next] rds: transport module should be auto loaded when transport is set

2020-06-01 Thread Rao Shoaib
On 5/31/20 3:08 AM, Leon Romanovsky wrote: On Wed, May 27, 2020 at 01:17:42AM -0700, rao.sho...@oracle.com wrote: From: Rao Shoaib This enhancement auto loads transport module when the transport is set via SO_RDS_TRANSPORT socket option. Orabug: 31032127 I think that it is internal to Orac

Re: [PATCH net-next] rds: transport module should be auto loaded when transport is set

2020-06-01 Thread Rao Shoaib
On 5/29/20 4:41 PM, David Miller wrote: From: rao.sho...@oracle.com Date: Wed, 27 May 2020 01:17:42 -0700 diff --git a/include/uapi/linux/rds.h b/include/uapi/linux/rds.h index cba368e55863..7273c681e6c1 100644 --- a/include/uapi/linux/rds.h +++ b/include/uapi/linux/rds.h @@ -64,7 +64,7 @@

Re: [PATCH net-next] rds: transport module should be auto loaded when transport is set

2020-05-31 Thread Leon Romanovsky
On Wed, May 27, 2020 at 01:17:42AM -0700, rao.sho...@oracle.com wrote: > From: Rao Shoaib > > This enhancement auto loads transport module when the transport > is set via SO_RDS_TRANSPORT socket option. > > Orabug: 31032127 I think that it is internal to Oracle and should not be in the commit mes

Re: [PATCH net-next] rds: transport module should be auto loaded when transport is set

2020-05-29 Thread David Miller
From: rao.sho...@oracle.com Date: Wed, 27 May 2020 01:17:42 -0700 > diff --git a/include/uapi/linux/rds.h b/include/uapi/linux/rds.h > index cba368e55863..7273c681e6c1 100644 > --- a/include/uapi/linux/rds.h > +++ b/include/uapi/linux/rds.h > @@ -64,7 +64,7 @@ > > /* supported values for SO_RDS

[PATCH net-next] rds: transport module should be auto loaded when transport is set

2020-05-27 Thread rao . shoaib
From: Rao Shoaib This enhancement auto loads transport module when the transport is set via SO_RDS_TRANSPORT socket option. Orabug: 31032127 Reviewed-by: Ka-Cheong Poon Reviewed-by: HÃ¥kon Bugge Signed-off-by: Rao Shoaib Signed-off-by: Somasundaram Krishnasamy --- include/uapi/linux/rds.h |