* [dpdk-dev] [PATCH] doc/ip_pipeline.rst: update f_post_init and correct f_track
@ 2018-02-01 12:32 longtb5
2018-02-07 13:55 ` Kovacevic, Marko
2018-02-08 1:19 ` [dpdk-dev] [PATCH v2] doc: update ip pipeline callback functions longtb5
0 siblings, 2 replies; 4+ messages in thread
From: longtb5 @ 2018-02-01 12:32 UTC (permalink / raw)
To: cristian.dumitrescu; +Cc: dev, longtb5
Update f_post_init for pipeline frontend.
Move f_track from pipeline backend to pipeline frontend.
Signed-off-by: longtb5 <longtb5@viettel.com.vn>
---
doc/guides/sample_app_ug/ip_pipeline.rst | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/doc/guides/sample_app_ug/ip_pipeline.rst b/doc/guides/sample_app_ug/ip_pipeline.rst
index e0aa148..dd0a23f 100644
--- a/doc/guides/sample_app_ug/ip_pipeline.rst
+++ b/doc/guides/sample_app_ug/ip_pipeline.rst
@@ -876,8 +876,6 @@ The front-end communicates with the back-end through message queues.
| | | of some requests which are mandatory for all pipelines (e.g. |
| | | ping, statistics). |
+------------+------------------+--------------------------------------------------------------------+
- | f_track | Function pointer | See section Tracking pipeline output port to physical link |
- +------------+------------------+--------------------------------------------------------------------+
.. _table_ip_pipelines_front_end:
@@ -892,6 +890,10 @@ The front-end communicates with the back-end through message queues.
| f_init | Function pointer | Function to initialize the front-end of the current pipeline |
| | | instance. |
+------------+-----------------------+-------------------------------------------------------------------+
+ | f_post_init| Function pointer | Function to run once after f_init. |
+ +------------+-----------------------+-------------------------------------------------------------------+
+ | f_track | Function pointer | See section Tracking pipeline output port to physical link. |
+ +------------+-----------------------+-------------------------------------------------------------------+
| f_free | Function pointer | Function to free the resources allocated by the front-end of |
| | | the current pipeline instance. |
+------------+-----------------------+-------------------------------------------------------------------+
--
2.7.4
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [dpdk-dev] [PATCH] doc/ip_pipeline.rst: update f_post_init and correct f_track
2018-02-01 12:32 [dpdk-dev] [PATCH] doc/ip_pipeline.rst: update f_post_init and correct f_track longtb5
@ 2018-02-07 13:55 ` Kovacevic, Marko
2018-02-08 1:19 ` [dpdk-dev] [PATCH v2] doc: update ip pipeline callback functions longtb5
1 sibling, 0 replies; 4+ messages in thread
From: Kovacevic, Marko @ 2018-02-07 13:55 UTC (permalink / raw)
To: longtb5, Dumitrescu, Cristian; +Cc: dev
> Update f_post_init for pipeline frontend.
> Move f_track from pipeline backend to pipeline frontend.
>
> Signed-off-by: longtb5 <longtb5@viettel.com.vn>
>
> doc/guides/sample_app_ug/ip_pipeline.rst | 6 ++++--
> 1 file changed, 4 insertions(+), 2 deletions(-)
Everything Is ok formatting wise and info the only I see is the
Subject line: doc/ip_pipeline.rst: update f_post_init and correct f_track
Command to check:
./devtools/check-git-log.sh -1
Running git check log on HEAD~1: 34835
======================================
Wrong headline format:
doc/ip_pipeline.rst: update f_post_init and correct f_track
Once its corrected you can add my ack.
Acked-by: Marko Kovacevic <marko.kovacevic@intel.com>
^ permalink raw reply [flat|nested] 4+ messages in thread
* [dpdk-dev] [PATCH v2] doc: update ip pipeline callback functions
2018-02-01 12:32 [dpdk-dev] [PATCH] doc/ip_pipeline.rst: update f_post_init and correct f_track longtb5
2018-02-07 13:55 ` Kovacevic, Marko
@ 2018-02-08 1:19 ` longtb5
2018-02-08 21:55 ` Thomas Monjalon
1 sibling, 1 reply; 4+ messages in thread
From: longtb5 @ 2018-02-08 1:19 UTC (permalink / raw)
To: marko.kovacevic; +Cc: dev, longtb5
From: longtb5 <longtb5@viettel.com.vn>
Update f_post_init for pipeline frontend.
Move f_track from pipeline backend to pipeline frontend.
Signed-off-by: Bao-Long Tran <longtb5@viettel.com.vn>
Acked-by: Marko Kovacevic <marko.kovacevic@intel.com>
---
doc/guides/sample_app_ug/ip_pipeline.rst | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/doc/guides/sample_app_ug/ip_pipeline.rst b/doc/guides/sample_app_ug/ip_pipeline.rst
index e0aa148..dd0a23f 100644
--- a/doc/guides/sample_app_ug/ip_pipeline.rst
+++ b/doc/guides/sample_app_ug/ip_pipeline.rst
@@ -876,8 +876,6 @@ The front-end communicates with the back-end through message queues.
| | | of some requests which are mandatory for all pipelines (e.g. |
| | | ping, statistics). |
+------------+------------------+--------------------------------------------------------------------+
- | f_track | Function pointer | See section Tracking pipeline output port to physical link |
- +------------+------------------+--------------------------------------------------------------------+
.. _table_ip_pipelines_front_end:
@@ -892,6 +890,10 @@ The front-end communicates with the back-end through message queues.
| f_init | Function pointer | Function to initialize the front-end of the current pipeline |
| | | instance. |
+------------+-----------------------+-------------------------------------------------------------------+
+ | f_post_init| Function pointer | Function to run once after f_init. |
+ +------------+-----------------------+-------------------------------------------------------------------+
+ | f_track | Function pointer | See section Tracking pipeline output port to physical link. |
+ +------------+-----------------------+-------------------------------------------------------------------+
| f_free | Function pointer | Function to free the resources allocated by the front-end of |
| | | the current pipeline instance. |
+------------+-----------------------+-------------------------------------------------------------------+
--
2.7.4
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [dpdk-dev] [PATCH v2] doc: update ip pipeline callback functions
2018-02-08 1:19 ` [dpdk-dev] [PATCH v2] doc: update ip pipeline callback functions longtb5
@ 2018-02-08 21:55 ` Thomas Monjalon
0 siblings, 0 replies; 4+ messages in thread
From: Thomas Monjalon @ 2018-02-08 21:55 UTC (permalink / raw)
To: longtb5; +Cc: dev, marko.kovacevic
08/02/2018 02:19, longtb5@viettel.com.vn:
> From: longtb5 <longtb5@viettel.com.vn>
>
> Update f_post_init for pipeline frontend.
> Move f_track from pipeline backend to pipeline frontend.
>
> Signed-off-by: Bao-Long Tran <longtb5@viettel.com.vn>
> Acked-by: Marko Kovacevic <marko.kovacevic@intel.com>
Applied, thanks
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2018-02-08 21:55 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-02-01 12:32 [dpdk-dev] [PATCH] doc/ip_pipeline.rst: update f_post_init and correct f_track longtb5
2018-02-07 13:55 ` Kovacevic, Marko
2018-02-08 1:19 ` [dpdk-dev] [PATCH v2] doc: update ip pipeline callback functions longtb5
2018-02-08 21:55 ` Thomas Monjalon
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).