On Mon, Aug 02, 2021 at 04:31:01PM +0200, Haris Iqbal wrote: > On Mon, Aug 2, 2021 at 9:30 AM Leon Romanovsky <leon@xxxxxxxxxx> wrote: > > > > On Fri, Jul 30, 2021 at 03:18:31PM +0200, Jack Wang wrote: > > > From: Md Haris Iqbal <haris.iqbal@xxxxxxxxxxxxxxx> > > > > > > This commit adds support to reject connection on a specific IB port which > > > can be specified in the added sysfs entry for the rtrs-server module. > > > > > > Example, > > > > > > $ echo "mlx4_0 1" > /sys/class/rtrs-server/ctl/disable_port > > > > > > When a connection request is received on the above IB port, rtrs_srv > > > rejects the connection and notifies the client to disable reconnection > > > attempts. A manual reconnect has to be triggerred in such a case. > > > > > > A manual reconnect can be triggered by doing the following, > > > > > > echo 1 > /sys/class/rtrs-client/blya/paths/<select-path>/reconnect <...> > > > > And maybe Jason thinks differently, but I don't feel comfortable with > > such new sysfs file at all. This part is much more important and should be cleared before resending. > > > > Thanks