Removed eventdev sw pmd specific information in document, renamed the document from eventdev_pipeline_sw_pmd to eventdev_pipeline.
Signed-off-by: Pavan Nikhilesh <pbhagavat...@caviumnetworks.com> Acked-by: Kevin Laatz <kevin.la...@intel.com> --- .../{eventdev_pipeline_sw_pmd.rst => eventdev_pipeline.rst} | 6 +++--- doc/guides/sample_app_ug/index.rst | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) rename doc/guides/sample_app_ug/{eventdev_pipeline_sw_pmd.rst => eventdev_pipeline.rst} (97%) diff --git a/doc/guides/sample_app_ug/eventdev_pipeline_sw_pmd.rst b/doc/guides/sample_app_ug/eventdev_pipeline.rst similarity index 97% rename from doc/guides/sample_app_ug/eventdev_pipeline_sw_pmd.rst rename to doc/guides/sample_app_ug/eventdev_pipeline.rst index 01a5f9b21..ff6d2f0b0 100644 --- a/doc/guides/sample_app_ug/eventdev_pipeline_sw_pmd.rst +++ b/doc/guides/sample_app_ug/eventdev_pipeline.rst @@ -29,8 +29,8 @@ (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -Eventdev Pipeline SW PMD Sample Application -=========================================== +Eventdev Pipeline Sample Application +==================================== The eventdev pipeline sample application is a sample app that demonstrates the usage of the eventdev API using the software PMD. It shows how an @@ -74,7 +74,7 @@ these settings is shown below: .. code-block:: console - ./build/eventdev_pipeline_sw_pmd --vdev event_sw0 -- -r1 -t1 -e4 -w FF00 -s4 -n0 -c32 -W1000 -D + ./build/eventdev_pipeline --vdev event_sw0 -- -r1 -t1 -e4 -w FF00 -s4 -n0 -c32 -W1000 -D The application has some sanity checking built-in, so if there is a function (eg; the RX core) which doesn't have a cpu core mask assigned, the application diff --git a/doc/guides/sample_app_ug/index.rst b/doc/guides/sample_app_ug/index.rst index db68ef765..6fcdeb0fb 100644 --- a/doc/guides/sample_app_ug/index.rst +++ b/doc/guides/sample_app_ug/index.rst @@ -74,7 +74,7 @@ Sample Applications User Guides netmap_compatibility ip_pipeline test_pipeline - eventdev_pipeline_sw_pmd + eventdev_pipeline dist_app vm_power_management tep_termination -- 2.15.1