doc: update callback functions in pipeline sample guide
authorBao-Long Tran <longtb5@viettel.com.vn>
Thu, 8 Feb 2018 01:19:03 +0000 (08:19 +0700)
committerThomas Monjalon <thomas@monjalon.net>
Thu, 8 Feb 2018 21:54:09 +0000 (22:54 +0100)
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

index 907f6de..69af6b8 100644 (file)
@@ -849,8 +849,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:
@@ -865,6 +863,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.                                    |
    +------------+-----------------------+-------------------------------------------------------------------+