public inbox for linux-rdma@vger.kernel.org
 help / color / mirror / Atom feed
From: Jason Gunthorpe <jgunthorpe-ePGOBjL8dl3ta4EC/59zMFaTQe2KTcn/@public.gmane.org>
To: Doug Ledford <dledford-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>
Cc: Yishai Hadas <yishaih-VPRAkNaXOzVWk0Htik3J/w@public.gmane.org>,
	linux-rdma-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
	matanb-VPRAkNaXOzVWk0Htik3J/w@public.gmane.org,
	majd-VPRAkNaXOzVWk0Htik3J/w@public.gmane.org,
	talal-VPRAkNaXOzVWk0Htik3J/w@public.gmane.org
Subject: Re: [PATCH V5 libibverbs 0/7] Completion timestamping
Date: Wed, 8 Jun 2016 13:14:12 -0600	[thread overview]
Message-ID: <20160608191412.GA27089@obsidianresearch.com> (raw)
In-Reply-To: <bd0b54e6-70ae-27b3-fe1e-8ee729e20479-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>

On Mon, Jun 06, 2016 at 10:20:12PM -0400, Doug Ledford wrote:

> Judging by the way yours and mines conversation went in v4 it seemed you
> were pretty much in favor of it.  If you have specific objections,
> please raise them, we can do incremental fixes.

In favor of the general approach, there were still lots of details to
be delt with, including what QPs can be joined, the exact set of
accessors and enablement flags, the compat layer, minor coding issues
and micro optimizations. Fruther, there hasn't seen sign off from any
other vendors which we said we wanted for these sorts of things.

All of these have been raised on the mailing list, but you killed the
discussion when you said you didn't like the series, so many issues
never reached a closure.

Jason
--
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

  parent reply	other threads:[~2016-06-08 19:14 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-06-01 13:05 [PATCH V5 libibverbs 0/7] Completion timestamping Yishai Hadas
     [not found] ` <1464786340-7630-1-git-send-email-yishaih-VPRAkNaXOzVWk0Htik3J/w@public.gmane.org>
2016-06-01 13:05   ` [PATCH V5 libibverbs 1/7] Add support for extended creating CQ verb Yishai Hadas
2016-06-01 13:05   ` [PATCH V5 libibverbs 2/7] Add member functions to poll an extended CQ Yishai Hadas
2016-06-01 13:05   ` [PATCH V5 libibverbs 3/7] Add timestamp_mask and hca_core_clock to ibv_query_device_ex Yishai Hadas
2016-06-01 13:05   ` [PATCH V5 libibverbs 4/7] Add completion timestamp to poll_cq Yishai Hadas
2016-06-01 13:05   ` [PATCH V5 libibverbs 5/7] Create a single threaded CQ Yishai Hadas
2016-06-01 13:05   ` [PATCH V5 libibverbs 6/7] Add a verb that queries real time values from the HCA Yishai Hadas
2016-06-01 13:05   ` [PATCH V5 libibverbs 7/7] Add timestamp support in rc_pingpong Yishai Hadas
2016-06-01 15:49   ` [PATCH V5 libibverbs 0/7] Completion timestamping Steve Wise
2016-06-01 16:07     ` Yishai Hadas
     [not found]       ` <bc75ca98-5d67-a86b-5c65-2bb94ccf6063-LDSdmyG8hGV8YrgS2mwiifqBs+8SCbDb@public.gmane.org>
2016-06-01 16:18         ` Steve Wise
2016-06-06 23:02   ` Doug Ledford
     [not found]     ` <1b0ea11b-3762-2335-28dd-eb3ac243104e-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>
2016-06-06 23:33       ` Jason Gunthorpe
     [not found]         ` <20160606233325.GA28769-ePGOBjL8dl3ta4EC/59zMFaTQe2KTcn/@public.gmane.org>
2016-06-07  2:20           ` Doug Ledford
     [not found]             ` <bd0b54e6-70ae-27b3-fe1e-8ee729e20479-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>
2016-06-07 11:26               ` Yishai Hadas
2016-06-08 19:14               ` Jason Gunthorpe [this message]
     [not found]                 ` <20160608191412.GA27089-ePGOBjL8dl3ta4EC/59zMFaTQe2KTcn/@public.gmane.org>
2016-06-09  1:35                   ` 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=20160608191412.GA27089@obsidianresearch.com \
    --to=jgunthorpe-epgobjl8dl3ta4ec/59zmfatqe2ktcn/@public.gmane.org \
    --cc=dledford-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org \
    --cc=linux-rdma-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
    --cc=majd-VPRAkNaXOzVWk0Htik3J/w@public.gmane.org \
    --cc=matanb-VPRAkNaXOzVWk0Htik3J/w@public.gmane.org \
    --cc=talal-VPRAkNaXOzVWk0Htik3J/w@public.gmane.org \
    --cc=yishaih-VPRAkNaXOzVWk0Htik3J/w@public.gmane.org \
    /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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox