* [dpdk-dev] [PATCH] doc: fix a typo
@ 2018-04-08 2:23 Jerin Jacob
2018-04-09 8:51 ` Kovacevic, Marko
0 siblings, 1 reply; 5+ messages in thread
From: Jerin Jacob @ 2018-04-08 2:23 UTC (permalink / raw)
To: Shreyansh Jain, Hemant Agrawal, John McNamara, Marko Kovacevic
Cc: dev, Jerin Jacob, stable
Cc: stable@dpdk.org
Fixes: a9bb0c44c775 ("doc: add rawdev library guide and doxygen page")
Signed-off-by: Jerin Jacob <jerin.jacob@caviumnetworks.com>
---
doc/guides/prog_guide/rawdev.rst | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/doc/guides/prog_guide/rawdev.rst b/doc/guides/prog_guide/rawdev.rst
index 54bffc585..42c195cef 100644
--- a/doc/guides/prog_guide/rawdev.rst
+++ b/doc/guides/prog_guide/rawdev.rst
@@ -43,7 +43,7 @@ Key factors guiding design of the Rawdevice library:
* Firmware Management - Firmware load/unload/status
2. Application API should be able to pass along arbitrary state information
- to/fro device driver. This can be achieved by maintaining context
+ to/from device driver. This can be achieved by maintaining context
information through opaque data or pointers.
Figure below outlines the layout of the rawdevice library and device vis-a-vis
--
2.17.0
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [dpdk-dev] [PATCH] doc: fix a typo
2018-04-08 2:23 [dpdk-dev] [PATCH] doc: fix a typo Jerin Jacob
@ 2018-04-09 8:51 ` Kovacevic, Marko
2018-04-22 23:39 ` [dpdk-dev] [dpdk-stable] " Thomas Monjalon
0 siblings, 1 reply; 5+ messages in thread
From: Kovacevic, Marko @ 2018-04-09 8:51 UTC (permalink / raw)
To: Jerin Jacob, Shreyansh Jain, Hemant Agrawal, Mcnamara, John; +Cc: dev, stable
> Signed-off-by: Jerin Jacob <jerin.jacob@caviumnetworks.com>
> ---
> doc/guides/prog_guide/rawdev.rst | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
Acked-by: Marko Kovacevic <marko.kovacevic@intel.com>
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [dpdk-dev] [dpdk-stable] [PATCH] doc: fix a typo
2018-04-09 8:51 ` Kovacevic, Marko
@ 2018-04-22 23:39 ` Thomas Monjalon
0 siblings, 0 replies; 5+ messages in thread
From: Thomas Monjalon @ 2018-04-22 23:39 UTC (permalink / raw)
To: Jerin Jacob
Cc: stable, Kovacevic, Marko, Shreyansh Jain, Hemant Agrawal,
Mcnamara, John, dev
09/04/2018 10:51, Kovacevic, Marko:
> > Signed-off-by: Jerin Jacob <jerin.jacob@caviumnetworks.com>
> > ---
> > doc/guides/prog_guide/rawdev.rst | 2 +-
> > 1 file changed, 1 insertion(+), 1 deletion(-)
>
> Acked-by: Marko Kovacevic <marko.kovacevic@intel.com>
Applied, thanks
^ permalink raw reply [flat|nested] 5+ messages in thread
* [dpdk-dev] [PATCH] doc: fix a typo
@ 2014-10-24 7:07 Jincheng Miao
2014-10-31 16:23 ` Iremonger, Bernard
0 siblings, 1 reply; 5+ messages in thread
From: Jincheng Miao @ 2014-10-24 7:07 UTC (permalink / raw)
To: dev
Signed-off-by: Jincheng Miao <jmiao@redhat.com>
---
doc/guides/linux_gsg/sys_reqs.rst | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/doc/guides/linux_gsg/sys_reqs.rst b/doc/guides/linux_gsg/sys_reqs.rst
index 6a03f54..c14411e 100755
--- a/doc/guides/linux_gsg/sys_reqs.rst
+++ b/doc/guides/linux_gsg/sys_reqs.rst
@@ -267,7 +267,7 @@ Use the following command (assuming that 2048 MB is required):
.. code-block:: console
- echo 2048 /sys/kernel/mm/dom0-mm/memsize-mB/memsize
+ echo 2048 > /sys/kernel/mm/dom0-mm/memsize-mB/memsize
The user can also check how much memory has already been used:
--
1.9.3
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [dpdk-dev] [PATCH] doc: fix a typo
2014-10-24 7:07 [dpdk-dev] " Jincheng Miao
@ 2014-10-31 16:23 ` Iremonger, Bernard
0 siblings, 0 replies; 5+ messages in thread
From: Iremonger, Bernard @ 2014-10-31 16:23 UTC (permalink / raw)
To: Jincheng Miao; +Cc: dev
> -----Original Message-----
> From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Jincheng Miao
> Sent: Friday, October 24, 2014 8:08 AM
> To: dev@dpdk.org
> Subject: [dpdk-dev] [PATCH] doc: fix a typo
>
> Signed-off-by: Jincheng Miao <jmiao@redhat.com>
Acked-by: Bernard Iremonger <bernard.iremonger@intel.com>
I have applied the patch to my tree next/dpdk-doc.
> ---
> doc/guides/linux_gsg/sys_reqs.rst | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2018-04-22 23:39 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-04-08 2:23 [dpdk-dev] [PATCH] doc: fix a typo Jerin Jacob
2018-04-09 8:51 ` Kovacevic, Marko
2018-04-22 23:39 ` [dpdk-dev] [dpdk-stable] " Thomas Monjalon
-- strict thread matches above, loose matches on Subject: below --
2014-10-24 7:07 [dpdk-dev] " Jincheng Miao
2014-10-31 16:23 ` Iremonger, Bernard
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).