From: dledford@redhat.com (Doug Ledford)
Subject: [PATCH v2 1/2] net/mlx5: Define interface bits for fencing UMR wqe
Date: Thu, 01 Jun 2017 18:51:03 -0400 [thread overview]
Message-ID: <1496357463.7171.74.camel@redhat.com> (raw)
In-Reply-To: <1495957991-19223-1-git-send-email-maxg@mellanox.com>
On Sun, 2017-05-28@10:53 +0300, Max Gurtovoy wrote:
> HW can implement UMR wqe re-transmission in various ways.
> Thus, add HCA cap to distinguish the needed fence for UMR to make
> sure that the wqe wouldn't fail on mkey checks.
>
> Signed-off-by: Max Gurtovoy <maxg at mellanox.com>
> Acked-by: Leon Romanovsky <leon at kernel.org>
Series, with Christoph's fixup, applied.
--
Doug Ledford <dledford at redhat.com>
? ? GPG KeyID: B826A3330E572FDD
? ?
Key fingerprint = AE6B 1BDA 122B 23B4 265B ?1274 B826 A333 0E57 2FDD
WARNING: multiple messages have this Message-ID (diff)
From: Doug Ledford <dledford-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>
To: Max Gurtovoy <maxg-VPRAkNaXOzVWk0Htik3J/w@public.gmane.org>,
linux-nvme-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org,
sagi-NQWnxTmZq1alnMjI0IkVqw@public.gmane.org,
linux-rdma-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
hch-jcswGhMUV9g@public.gmane.org
Cc: shahar.salzman-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org,
joseph.r.gruher-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org,
mrybczyn-FNhOzJFKnXGHXe+LvDLADg@public.gmane.org,
leon-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org,
vladimirk-VPRAkNaXOzVWk0Htik3J/w@public.gmane.org,
oren-VPRAkNaXOzVWk0Htik3J/w@public.gmane.org
Subject: Re: [PATCH v2 1/2] net/mlx5: Define interface bits for fencing UMR wqe
Date: Thu, 01 Jun 2017 18:51:03 -0400 [thread overview]
Message-ID: <1496357463.7171.74.camel@redhat.com> (raw)
In-Reply-To: <1495957991-19223-1-git-send-email-maxg-VPRAkNaXOzVWk0Htik3J/w@public.gmane.org>
On Sun, 2017-05-28 at 10:53 +0300, Max Gurtovoy wrote:
> HW can implement UMR wqe re-transmission in various ways.
> Thus, add HCA cap to distinguish the needed fence for UMR to make
> sure that the wqe wouldn't fail on mkey checks.
>
> Signed-off-by: Max Gurtovoy <maxg-VPRAkNaXOzVWk0Htik3J/w@public.gmane.org>
> Acked-by: Leon Romanovsky <leon-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>
Series, with Christoph's fixup, applied.
--
Doug Ledford <dledford-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>
GPG KeyID: B826A3330E572FDD
Key fingerprint = AE6B 1BDA 122B 23B4 265B 1274 B826 A333 0E57 2FDD
--
To unsubscribe from this list: send the line "unsubscribe linux-rdma" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
next prev parent reply other threads:[~2017-06-01 22:51 UTC|newest]
Thread overview: 34+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-05-28 7:53 [PATCH v2 1/2] net/mlx5: Define interface bits for fencing UMR wqe Max Gurtovoy
2017-05-28 7:53 ` Max Gurtovoy
2017-05-28 7:53 ` [PATCH v2 2/2] IB/mlx5: set UMR wqe fence according to HCA cap Max Gurtovoy
2017-05-28 7:53 ` Max Gurtovoy
2017-05-28 9:07 ` Christoph Hellwig
2017-05-28 9:07 ` Christoph Hellwig
2017-05-28 9:53 ` Max Gurtovoy
2017-05-28 9:53 ` Max Gurtovoy
2017-05-29 10:05 ` Leon Romanovsky
2017-05-29 10:05 ` Leon Romanovsky
2017-05-29 12:21 ` Max Gurtovoy
2017-05-29 12:21 ` Max Gurtovoy
2017-05-29 16:06 ` Leon Romanovsky
2017-05-29 16:06 ` Leon Romanovsky
2017-05-30 10:51 ` Sagi Grimberg
2017-05-30 10:51 ` Sagi Grimberg
2017-05-30 17:15 ` Leon Romanovsky
2017-05-30 17:15 ` Leon Romanovsky
2017-05-30 10:48 ` Sagi Grimberg
2017-05-30 10:48 ` Sagi Grimberg
2017-05-30 11:15 ` Max Gurtovoy
2017-05-30 11:15 ` Max Gurtovoy
2017-05-30 11:22 ` Sagi Grimberg
2017-05-30 11:22 ` Sagi Grimberg
2017-05-30 11:24 ` Max Gurtovoy
2017-05-30 11:24 ` Max Gurtovoy
2017-05-30 14:28 ` Sagi Grimberg
2017-05-30 14:28 ` Sagi Grimberg
2017-05-30 20:41 ` Max Gurtovoy
2017-05-30 20:41 ` Max Gurtovoy
2017-05-28 9:14 ` [PATCH v2 1/2] net/mlx5: Define interface bits for fencing UMR wqe Christoph Hellwig
2017-05-28 9:14 ` Christoph Hellwig
2017-06-01 22:51 ` Doug Ledford [this message]
2017-06-01 22:51 ` Doug Ledford
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=1496357463.7171.74.camel@redhat.com \
--to=dledford@redhat.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.