examples/eventdev: rename example

Rename eventdev_pipeline_sw_pmd to eventdev_pipeline as it is no longer
specific underlying event device.

Signed-off-by: Pavan Nikhilesh <pbhagavatula@caviumnetworks.com>
Acked-by: Harry van Haaren <harry.van.haaren@intel.com>
This commit is contained in:
Pavan Nikhilesh 2018-01-10 16:40:12 +05:30 committed by Jerin Jacob
parent d8b69cbad0
commit 6d239dd529
9 changed files with 8 additions and 8 deletions

View File

@ -718,8 +718,8 @@ Software Eventdev PMD
M: Harry van Haaren <harry.van.haaren@intel.com>
F: drivers/event/sw/
F: doc/guides/eventdevs/sw.rst
F: examples/eventdev_pipeline_sw_pmd/
F: doc/guides/sample_app_ug/eventdev_pipeline_sw_pmd.rst
F: examples/eventdev_pipeline/
F: doc/guides/sample_app_ug/eventdev_pipeline.rst
Software OPDL Eventdev PMD
M: Liang Ma <liang.j.ma@intel.com>

View File

@ -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

View File

@ -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

View File

@ -103,6 +103,6 @@ $(info vm_power_manager requires libvirt >= 0.9.3)
endif
endif
DIRS-y += eventdev_pipeline_sw_pmd
DIRS-y += eventdev_pipeline
include $(RTE_SDK)/mk/rte.extsubdir.mk

View File

@ -11,7 +11,7 @@ RTE_TARGET ?= x86_64-native-linuxapp-gcc
include $(RTE_SDK)/mk/rte.vars.mk
# binary name
APP = eventdev_pipeline_sw_pmd
APP = eventdev_pipeline
# all source are stored in SRCS-y
SRCS-y := main.c