All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] doc: add scatter gather functions in doxygen
@ 2013-10-30 15:16 Thomas Monjalon
       [not found] ` <1383146202-25792-1-git-send-email-thomas.monjalon-pdR9zngts4EAvxtiuMwx3w@public.gmane.org>
  0 siblings, 1 reply; 4+ messages in thread
From: Thomas Monjalon @ 2013-10-30 15:16 UTC (permalink / raw)
  To: dev-VfR2kkLFssw

Some functions are available only if
RTE_MBUF_SCATTER_GATHER and RTE_MBUF_REFCNT_ATOMIC are enabled.
So they must configured for doxygen parser.

Signed-off-by: Thomas Monjalon <thomas.monjalon-pdR9zngts4EAvxtiuMwx3w@public.gmane.org>
---
 doc/doxy-api.conf |    4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/doc/doxy-api.conf b/doc/doxy-api.conf
index 5d3e4ca..28a0f84 100644
--- a/doc/doxy-api.conf
+++ b/doc/doxy-api.conf
@@ -46,7 +46,9 @@ INPUT                   = doc/doxy-api-index.md \
                           lib/librte_timer
 FILE_PATTERNS           = rte_*.h \
                           cmdline.h
-PREDEFINED              = __DOXYGEN__
+PREDEFINED              = __DOXYGEN__ \
+                          RTE_MBUF_SCATTER_GATHER \
+                          RTE_MBUF_REFCNT_ATOMIC
 
 OPTIMIZE_OUTPUT_FOR_C   = YES
 EXTRACT_STATIC          = YES
-- 
1.7.10.4

^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [PATCH v2] doc: add mbuf cloning functions in doxygen
       [not found] ` <1383146202-25792-1-git-send-email-thomas.monjalon-pdR9zngts4EAvxtiuMwx3w@public.gmane.org>
@ 2013-10-30 16:24   ` Thomas Monjalon
       [not found]     ` <1383150253-17527-1-git-send-email-thomas.monjalon-pdR9zngts4EAvxtiuMwx3w@public.gmane.org>
  0 siblings, 1 reply; 4+ messages in thread
From: Thomas Monjalon @ 2013-10-30 16:24 UTC (permalink / raw)
  To: dev-VfR2kkLFssw

Some functions are available only if RTE_MBUF_SCATTER_GATHER is enabled.
So it must be configured for doxygen parser.

Signed-off-by: Thomas Monjalon <thomas.monjalon-pdR9zngts4EAvxtiuMwx3w@public.gmane.org>
---
 doc/doxy-api.conf |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/doc/doxy-api.conf b/doc/doxy-api.conf
index 5d3e4ca..7ea692a 100644
--- a/doc/doxy-api.conf
+++ b/doc/doxy-api.conf
@@ -46,7 +46,8 @@ INPUT                   = doc/doxy-api-index.md \
                           lib/librte_timer
 FILE_PATTERNS           = rte_*.h \
                           cmdline.h
-PREDEFINED              = __DOXYGEN__
+PREDEFINED              = __DOXYGEN__ \
+                          RTE_MBUF_SCATTER_GATHER
 
 OPTIMIZE_OUTPUT_FOR_C   = YES
 EXTRACT_STATIC          = YES
-- 
1.7.10.4

^ permalink raw reply related	[flat|nested] 4+ messages in thread

* Re: [PATCH v2] doc: add mbuf cloning functions in doxygen
       [not found]     ` <1383150253-17527-1-git-send-email-thomas.monjalon-pdR9zngts4EAvxtiuMwx3w@public.gmane.org>
@ 2013-11-07  9:32       ` Olivier MATZ
       [not found]         ` <527B5E2B.8050403-pdR9zngts4EAvxtiuMwx3w@public.gmane.org>
  0 siblings, 1 reply; 4+ messages in thread
From: Olivier MATZ @ 2013-11-07  9:32 UTC (permalink / raw)
  To: Thomas Monjalon; +Cc: dev-VfR2kkLFssw

Hi,

> Some functions are available only if RTE_MBUF_SCATTER_GATHER is enabled.
> So it must be configured for doxygen parser.
>
> Signed-off-by: Thomas Monjalon <thomas.monjalon-pdR9zngts4EAvxtiuMwx3w@public.gmane.org>

Acked-by: Olivier Matz <olivier.matz-pdR9zngts4EAvxtiuMwx3w@public.gmane.org>

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH v2] doc: add mbuf cloning functions in doxygen
       [not found]         ` <527B5E2B.8050403-pdR9zngts4EAvxtiuMwx3w@public.gmane.org>
@ 2013-11-07 10:57           ` Thomas Monjalon
  0 siblings, 0 replies; 4+ messages in thread
From: Thomas Monjalon @ 2013-11-07 10:57 UTC (permalink / raw)
  To: dev-VfR2kkLFssw

> > Some functions are available only if RTE_MBUF_SCATTER_GATHER is enabled.
> > So it must be configured for doxygen parser.
> > 
> > Signed-off-by: Thomas Monjalon <thomas.monjalon-pdR9zngts4EAvxtiuMwx3w@public.gmane.org>
> 
> Acked-by: Olivier Matz <olivier.matz-pdR9zngts4EAvxtiuMwx3w@public.gmane.org>

pushed

-- 
Thomas

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2013-11-07 10:57 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-10-30 15:16 [PATCH] doc: add scatter gather functions in doxygen Thomas Monjalon
     [not found] ` <1383146202-25792-1-git-send-email-thomas.monjalon-pdR9zngts4EAvxtiuMwx3w@public.gmane.org>
2013-10-30 16:24   ` [PATCH v2] doc: add mbuf cloning " Thomas Monjalon
     [not found]     ` <1383150253-17527-1-git-send-email-thomas.monjalon-pdR9zngts4EAvxtiuMwx3w@public.gmane.org>
2013-11-07  9:32       ` Olivier MATZ
     [not found]         ` <527B5E2B.8050403-pdR9zngts4EAvxtiuMwx3w@public.gmane.org>
2013-11-07 10:57           ` Thomas Monjalon

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.