* [PATCH rdma-core] Fix typo 'bandwith' -> 'bandwidth'
@ 2017-12-12 10:15 Benjamin Drung
[not found] ` <20171212101525.29108-1-benjamin.drung-EIkl63zCoXaH+58JC4qpiA@public.gmane.org>
0 siblings, 1 reply; 3+ messages in thread
From: Benjamin Drung @ 2017-12-12 10:15 UTC (permalink / raw)
To: linux-rdma-u79uwXL29TY76Z2rM5mHXA; +Cc: Benjamin Drung
Signed-off-by: Benjamin Drung <benjamin.drung-EIkl63zCoXaH+58JC4qpiA@public.gmane.org>
---
libibverbs/man/ibv_query_device_ex.3 | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/libibverbs/man/ibv_query_device_ex.3 b/libibverbs/man/ibv_query_device_ex.3
index 1172523a..3c64abf3 100644
--- a/libibverbs/man/ibv_query_device_ex.3
+++ b/libibverbs/man/ibv_query_device_ex.3
@@ -125,7 +125,7 @@ utilization and small packets will be harmed.
For instance, with a 128 byte cache line size, the transfer of any
packets less than 128 bytes will require a full 128 transfer on PCI,
-pontentially doubling the required PCI-E bandwith.
+pontentially doubling the required PCI-E bandwidth.
This feature can be enabled on a QP or WQ basis via the
IBV_QP_CREATE_PCI_WRITE_END_PADDING or IBV_WQ_FLAGS_PCI_WRITE_END_PADDING
--
2.14.1
--
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
^ permalink raw reply related [flat|nested] 3+ messages in thread[parent not found: <20171212101525.29108-1-benjamin.drung-EIkl63zCoXaH+58JC4qpiA@public.gmane.org>]
* Re: [PATCH rdma-core] Fix typo 'bandwith' -> 'bandwidth' [not found] ` <20171212101525.29108-1-benjamin.drung-EIkl63zCoXaH+58JC4qpiA@public.gmane.org> @ 2017-12-12 15:24 ` Bart Van Assche [not found] ` <1513092243.3704.0.camel-Sjgp3cTcYWE@public.gmane.org> 0 siblings, 1 reply; 3+ messages in thread From: Bart Van Assche @ 2017-12-12 15:24 UTC (permalink / raw) To: linux-rdma-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, benjamin.drung-EIkl63zCoXaH+58JC4qpiA@public.gmane.org On Tue, 2017-12-12 at 11:15 +0100, Benjamin Drung wrote: > Signed-off-by: Benjamin Drung <benjamin.drung@profitbricks.com> > --- > libibverbs/man/ibv_query_device_ex.3 | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/libibverbs/man/ibv_query_device_ex.3 b/libibverbs/man/ibv_query_device_ex.3 > index 1172523a..3c64abf3 100644 > --- a/libibverbs/man/ibv_query_device_ex.3 > +++ b/libibverbs/man/ibv_query_device_ex.3 > @@ -125,7 +125,7 @@ utilization and small packets will be harmed. > > For instance, with a 128 byte cache line size, the transfer of any > packets less than 128 bytes will require a full 128 transfer on PCI, > -pontentially doubling the required PCI-E bandwith. > +pontentially doubling the required PCI-E bandwidth. It seems to me like there is another typo in the same line, namely "pontentially". Shouldn't that typo be fixed too? Bart. ^ permalink raw reply [flat|nested] 3+ messages in thread
[parent not found: <1513092243.3704.0.camel-Sjgp3cTcYWE@public.gmane.org>]
* [PATCH rdma-core v2] Fix typos 'pontentially' and 'bandwith' [not found] ` <1513092243.3704.0.camel-Sjgp3cTcYWE@public.gmane.org> @ 2017-12-20 18:30 ` Benjamin Drung 0 siblings, 0 replies; 3+ messages in thread From: Benjamin Drung @ 2017-12-20 18:30 UTC (permalink / raw) To: linux-rdma-u79uwXL29TY76Z2rM5mHXA; +Cc: Benjamin Drung Signed-off-by: Benjamin Drung <benjamin.drung-EIkl63zCoXaH+58JC4qpiA@public.gmane.org> --- libibverbs/man/ibv_query_device_ex.3 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libibverbs/man/ibv_query_device_ex.3 b/libibverbs/man/ibv_query_device_ex.3 index 1172523a..cc8b896e 100644 --- a/libibverbs/man/ibv_query_device_ex.3 +++ b/libibverbs/man/ibv_query_device_ex.3 @@ -125,7 +125,7 @@ utilization and small packets will be harmed. For instance, with a 128 byte cache line size, the transfer of any packets less than 128 bytes will require a full 128 transfer on PCI, -pontentially doubling the required PCI-E bandwith. +potentially doubling the required PCI-E bandwidth. This feature can be enabled on a QP or WQ basis via the IBV_QP_CREATE_PCI_WRITE_END_PADDING or IBV_WQ_FLAGS_PCI_WRITE_END_PADDING -- 2.14.1 -- 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 ^ permalink raw reply related [flat|nested] 3+ messages in thread
end of thread, other threads:[~2017-12-20 18:30 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-12-12 10:15 [PATCH rdma-core] Fix typo 'bandwith' -> 'bandwidth' Benjamin Drung
[not found] ` <20171212101525.29108-1-benjamin.drung-EIkl63zCoXaH+58JC4qpiA@public.gmane.org>
2017-12-12 15:24 ` Bart Van Assche
[not found] ` <1513092243.3704.0.camel-Sjgp3cTcYWE@public.gmane.org>
2017-12-20 18:30 ` [PATCH rdma-core v2] Fix typos 'pontentially' and 'bandwith' Benjamin Drung
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox