diff for duplicates of <20200525183647.GI744@ziepe.ca> diff --git a/a/1.txt b/N1/1.txt index b404b89..dfb9b19 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -91,8 +91,3 @@ no, just the allowed numbers, just wondering if we need constants for fixed IBTA values .. Jason - -_______________________________________________ -linux-nvme mailing list -linux-nvme@lists.infradead.org -http://lists.infradead.org/mailman/listinfo/linux-nvme diff --git a/a/content_digest b/N1/content_digest index b99d72e..0fba082 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -6,19 +6,19 @@ "Subject\0Re: [PATCH rdma-next v2 7/7] RDMA/cma: Provide ECE reject reason\0" "Date\0Mon, 25 May 2020 15:36:47 -0300\0" "To\0Leon Romanovsky <leon@kernel.org>\0" - "Cc\0rds-devel@oss.oracle.com" + "Cc\0Doug Ledford <dledford@redhat.com>" Bart Van Assche <bvanassche@acm.org> Chaitanya Kulkarni <chaitanya.kulkarni@wdc.com> + Christoph Hellwig <hch@lst.de> + David S. Miller <davem@davemloft.net> + Jakub Kicinski <kuba@kernel.org> + linux-nvme@lists.infradead.org linux-rdma@vger.kernel.org netdev@vger.kernel.org + rds-devel@oss.oracle.com + Sagi Grimberg <sagi@grimberg.me> Santosh Shilimkar <santosh.shilimkar@oracle.com> - linux-nvme@lists.infradead.org - Christoph Hellwig <hch@lst.de> - Doug Ledford <dledford@redhat.com> - target-devel@vger.kernel.org - Jakub Kicinski <kuba@kernel.org> - David S. Miller <davem@davemloft.net> - " Sagi Grimberg <sagi@grimberg.me>\0" + " target-devel@vger.kernel.org\0" "\00:1\0" "b\0" "On Mon, May 25, 2020 at 09:22:42PM +0300, Leon Romanovsky wrote:\n" @@ -113,11 +113,6 @@ "no, just the allowed numbers, just wondering if we need constants for\n" "fixed IBTA values .. \n" "\n" - "Jason\n" - "\n" - "_______________________________________________\n" - "linux-nvme mailing list\n" - "linux-nvme@lists.infradead.org\n" - http://lists.infradead.org/mailman/listinfo/linux-nvme + Jason -50eaf626b8bc0d413256b9ca369ddaaccc5cf45eab87f5be12d37659a82f2e1f +9d898b5514d4a4c5b9455722865c7105258ab22b71bc146fe2d5eb6a99a1c8a5
diff --git a/a/1.txt b/N2/1.txt index b404b89..8b7d794 100644 --- a/a/1.txt +++ b/N2/1.txt @@ -14,8 +14,7 @@ On Mon, May 25, 2020 at 09:22:42PM +0300, Leon Romanovsky wrote: > > > ret = cma_send_sidr_rep(id_priv, IB_SIDR_REJECT, 0, > > > private_data, private_data_len); > > > } else { -> > > + enum ib_cm_rej_reason r = -> > > + (reason) ?: IB_CM_REJ_CONSUMER_DEFINED; +> > > + enum ib_cm_rej_reason r > > > + (reason) ?: IB_CM_REJ_CONSUMER_DEFINED; > > > + > > > trace_cm_send_rej(id_priv); > > > - ret = ib_send_cm_rej(id_priv->cm_id.ib, @@ -43,8 +42,7 @@ On Mon, May 25, 2020 at 09:22:42PM +0300, Leon Romanovsky wrote: > > if (!cmd.reason) > > cmd.reason = IB_CM_REJ_CONSUMER_DEFINED > > -> > if (cmd.reason != IB_CM_REJ_CONSUMER_DEFINED && cmd.reason != -> > RDMA_USER_CM_REJ_VENDOR_OPTION_NOT_SUPPORTED) +> > if (cmd.reason != IB_CM_REJ_CONSUMER_DEFINED && cmd.reason !> > RDMA_USER_CM_REJ_VENDOR_OPTION_NOT_SUPPORTED) > > return -EINVAL > > > > Esaier to follow and no reason userspace shouldn't be able to @@ -91,8 +89,3 @@ no, just the allowed numbers, just wondering if we need constants for fixed IBTA values .. Jason - -_______________________________________________ -linux-nvme mailing list -linux-nvme@lists.infradead.org -http://lists.infradead.org/mailman/listinfo/linux-nvme diff --git a/a/content_digest b/N2/content_digest index b99d72e..0a350ef 100644 --- a/a/content_digest +++ b/N2/content_digest @@ -4,7 +4,7 @@ "ref\020200525182242.GK10591@unreal\0" "From\0Jason Gunthorpe <jgg@ziepe.ca>\0" "Subject\0Re: [PATCH rdma-next v2 7/7] RDMA/cma: Provide ECE reject reason\0" - "Date\0Mon, 25 May 2020 15:36:47 -0300\0" + "Date\0Mon, 25 May 2020 18:36:47 +0000\0" "To\0Leon Romanovsky <leon@kernel.org>\0" "Cc\0rds-devel@oss.oracle.com" Bart Van Assche <bvanassche@acm.org> @@ -37,8 +37,7 @@ "> > > \t\t\tret = cma_send_sidr_rep(id_priv, IB_SIDR_REJECT, 0,\n" "> > > \t\t\t\t\t\tprivate_data, private_data_len);\n" "> > > \t\t} else {\n" - "> > > +\t\t\tenum ib_cm_rej_reason r =\n" - "> > > +\t\t\t\t(reason) ?: IB_CM_REJ_CONSUMER_DEFINED;\n" + "> > > +\t\t\tenum ib_cm_rej_reason r > > > +\t\t\t\t(reason) ?: IB_CM_REJ_CONSUMER_DEFINED;\n" "> > > +\n" "> > > \t\t\ttrace_cm_send_rej(id_priv);\n" "> > > -\t\t\tret = ib_send_cm_rej(id_priv->cm_id.ib,\n" @@ -66,8 +65,7 @@ "> > if (!cmd.reason)\n" "> > cmd.reason = IB_CM_REJ_CONSUMER_DEFINED\n" "> >\n" - "> > if (cmd.reason != IB_CM_REJ_CONSUMER_DEFINED && cmd.reason !=\n" - "> > RDMA_USER_CM_REJ_VENDOR_OPTION_NOT_SUPPORTED)\n" + "> > if (cmd.reason != IB_CM_REJ_CONSUMER_DEFINED && cmd.reason !> > RDMA_USER_CM_REJ_VENDOR_OPTION_NOT_SUPPORTED)\n" "> > return -EINVAL\n" "> >\n" "> > Esaier to follow and no reason userspace shouldn't be able to\n" @@ -113,11 +111,6 @@ "no, just the allowed numbers, just wondering if we need constants for\n" "fixed IBTA values .. \n" "\n" - "Jason\n" - "\n" - "_______________________________________________\n" - "linux-nvme mailing list\n" - "linux-nvme@lists.infradead.org\n" - http://lists.infradead.org/mailman/listinfo/linux-nvme + Jason -50eaf626b8bc0d413256b9ca369ddaaccc5cf45eab87f5be12d37659a82f2e1f +86f2ae6845e4decfab6f6800e4246e16a305c3e2a1c0da6aa7736a284b5cdae6
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.