All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <1493829456.3901.13.camel@sandisk.com>

diff --git a/a/1.txt b/N1/1.txt
index c1b9a20..e1afcff 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -1,5 +1,5 @@
-On Wed, 2017-05-03@19:27 +0300, Leon Romanovsky wrote:
-> On Wed, May 03, 2017@07:01:14PM +0300, Sagi Grimberg wrote:
+On Wed, 2017-05-03 at 19:27 +0300, Leon Romanovsky wrote:
+> On Wed, May 03, 2017 at 07:01:14PM +0300, Sagi Grimberg wrote:
 > > > As far as I know the compiler only does that for compile-time constants. In
 > > > this case the divisor (max(queue_size / 2, 1)) is not a compile-time constant.
 > > 
@@ -19,7 +19,10 @@ nvme_rdma_init_sig_count() return value.
 static inline int nvme_rdma_init_sig_count(int queue_size)
 {
         /* Return the largest power of two that is not above half of (queue size + 1) */
- ???????return 1 << ilog2((queue_size + 1) / 2);
+        return 1 << ilog2((queue_size + 1) / 2);
 }
 
-Bart.
+Bart.--
+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
diff --git a/a/content_digest b/N1/content_digest
index 0a25890..1b48f69 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -5,13 +5,26 @@
  "ref\01493827096.3901.4.camel@sandisk.com\0"
  "ref\077ada146-67eb-9dce-d252-6ac630c9a1e8@grimberg.me\0"
  "ref\020170503162708.GO22833@mtr-leonro.local\0"
- "From\0Bart.VanAssche@sandisk.com (Bart Van Assche)\0"
- "Subject\0[PATCH v4, under testing] nvme-rdma: support devices with queue size < 32\0"
+ "ref\020170503162708.GO22833-U/DQcQFIOTAAJjI8aNfphQ@public.gmane.org\0"
+ "From\0Bart Van Assche <Bart.VanAssche-XdAiOPVOjttBDgjK7y7TUQ@public.gmane.org>\0"
+ "Subject\0Re: [PATCH v4, under testing] nvme-rdma: support devices with queue size < 32\0"
  "Date\0Wed, 3 May 2017 16:37:37 +0000\0"
+ "To\0leonro-VPRAkNaXOzVWk0Htik3J/w@public.gmane.org <leonro-VPRAkNaXOzVWk0Htik3J/w@public.gmane.org>"
+ " sagi-NQWnxTmZq1alnMjI0IkVqw@public.gmane.org <sagi-NQWnxTmZq1alnMjI0IkVqw@public.gmane.org>\0"
+ "Cc\0mrybczyn-FNhOzJFKnXGHXe+LvDLADg@public.gmane.org <mrybczyn-FNhOzJFKnXGHXe+LvDLADg@public.gmane.org>"
+  linux-rdma-u79uwXL29TY76Z2rM5mHXA@public.gmane.org <linux-rdma-u79uwXL29TY76Z2rM5mHXA@public.gmane.org>
+  hch-jcswGhMUV9g@public.gmane.org <hch-jcswGhMUV9g@public.gmane.org>
+  axboe-b10kYP2dOMg@public.gmane.org <axboe-b10kYP2dOMg@public.gmane.org>
+  linux-nvme-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org <linux-nvme-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org>
+  maxg-VPRAkNaXOzVWk0Htik3J/w@public.gmane.org <maxg-VPRAkNaXOzVWk0Htik3J/w@public.gmane.org>
+  samuel.jones-FNhOzJFKnXGHXe+LvDLADg@public.gmane.org <samuel.jones-FNhOzJFKnXGHXe+LvDLADg@public.gmane.org>
+  jgunthorpe-ePGOBjL8dl3ta4EC/59zMFaTQe2KTcn/@public.gmane.org <jgunthorpe-ePGOBjL8dl3ta4EC/59zMFaTQe2KTcn/@public.gmane.org>
+  keith.busch-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org <keith.busch-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org>
+ " dledford-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org <dledford-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>\0"
  "\00:1\0"
  "b\0"
- "On Wed, 2017-05-03@19:27 +0300, Leon Romanovsky wrote:\n"
- "> On Wed, May 03, 2017@07:01:14PM +0300, Sagi Grimberg wrote:\n"
+ "On Wed, 2017-05-03 at 19:27 +0300, Leon Romanovsky wrote:\n"
+ "> On Wed, May 03, 2017 at 07:01:14PM +0300, Sagi Grimberg wrote:\n"
  "> > > As far as I know the compiler only does that for compile-time constants. In\n"
  "> > > this case the divisor (max(queue_size / 2, 1)) is not a compile-time constant.\n"
  "> > \n"
@@ -31,9 +44,12 @@
  "static inline int nvme_rdma_init_sig_count(int queue_size)\n"
  "{\n"
  "        /* Return the largest power of two that is not above half of (queue size + 1) */\n"
- " ???????return 1 << ilog2((queue_size + 1) / 2);\n"
+ " \302\240\302\240\302\240\302\240\302\240\302\240\302\240return 1 << ilog2((queue_size + 1) / 2);\n"
  "}\n"
  "\n"
- Bart.
+ "Bart.--\n"
+ "To unsubscribe from this list: send the line \"unsubscribe linux-rdma\" in\n"
+ "the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org\n"
+ More majordomo info at  http://vger.kernel.org/majordomo-info.html
 
-bcf194143adcb8bf6ada66e2673a681f4f7d0c6c1d2cb16f10d1b41c90b2e35d
+89d20e33fef055b6f035f56f061b16e97a2926ca082e1060ade1a31c99af28db

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.