numam-dpdk/examples/ip_pipeline
Jasvinder Singh 358eb13389 examples/ip_pipeline: remove check of null response
For sending request messages to data plane threads, the
caller invokes *_msg_send_recv() functions which never
return null response. Thus, removed redundant check on
the returned response.

Coverity issue: 357750, 357740, 357749, 357758, 357702, 357736
Coverity issue: 357679, 357791, 357738, 357778, 357716, 357705
Coverity issue: 357776, 357753, 357729, 357735, 357773, 357723
Fixes: 32e5d9b154 ("examples/ip_pipeline: add enable and disable commands")
Fixes: 50e73d0518 ("examples/ip_pipeline: add stats read commands")
Fixes: 6b1b3c3c9d ("examples/ip_pipeline: add port enable and disable commands")
Fixes: a3a95b7d58 ("examples/ip_pipeline: add table entry commands")
Fixes: 3186282f8e ("examples/ip_pipeline: add table bulk add command")
Fixes: f634e4c569 ("examples/ip_pipeline: add table entry delete command")
Fixes: c64b9121a9 ("examples/ip_pipeline: add table entry stats command")
Fixes: 7e11393e40 ("examples/ip_pipeline: add meter profile commands")
Fixes: e92058d604 ("examples/ip_pipeline: add meter stats command")
Fixes: 2b82ef4861 ("examples/ip_pipeline: add DSCP table update command")
Fixes: d0d306c7f2 ("examples/ip_pipeline: add TTL stats command")
Fixes: a3169ee5ec ("examples/ip_pipeline: support rule time read")
Cc: stable@dpdk.org

Signed-off-by: Jasvinder Singh <jasvinder.singh@intel.com>
Acked-by: Cristian Dumitrescu <cristian.dumitrescu@intel.com>
2020-05-24 18:24:28 +02:00
..
examples examples: use separate crypto session mempools 2019-01-10 16:57:22 +01:00
action.c examples/ip_pipeline: support packet decap action 2018-10-12 19:33:36 +02:00
action.h examples/ip_pipeline: support symmetric crypto action 2018-10-12 19:33:15 +02:00
cli.c replace packed attributes 2020-04-16 18:16:46 +02:00
cli.h examples/ip_pipeline: add pipeline object 2018-04-05 19:00:08 +02:00
common.h examples/ip_pipeline: add mempool object 2018-04-05 18:23:49 +02:00
conn.c mk: build with _GNU_SOURCE defined by default 2018-10-22 11:28:27 +02:00
conn.h examples/ip_pipeline: add CLI interface 2018-04-05 18:23:49 +02:00
cryptodev.c cryptodev: make xform key pointer constant 2019-07-19 14:15:21 +02:00
cryptodev.h examples: use separate crypto session mempools 2019-01-10 16:57:22 +01:00
kni.c examples: check status of getting ethdev info 2019-10-07 14:45:35 +02:00
kni.h examples/ip_pipeline: add KNI object 2018-04-05 19:00:00 +02:00
link.c examples: check status of getting link info 2019-10-07 15:00:54 +02:00
link.h examples/ip_pipeline: add link command 2018-07-12 13:48:29 +02:00
main.c examples/ip_pipeline: add cryptodev 2018-10-12 19:33:09 +02:00
Makefile examples: hide error for missing pkg-config path flag 2019-11-20 22:48:32 +01:00
mempool.c examples/ip_pipeline: replace strncpy with strlcpy 2018-05-08 13:35:10 +02:00
mempool.h examples/ip_pipeline: add mempool object 2018-04-05 18:23:49 +02:00
meson.build examples/ip_pipeline: disable build when no epoll 2019-02-26 16:22:49 +01:00
parser.c examples: use common macro RTE_DIM 2020-02-05 14:37:41 +01:00
parser.h net: add rte prefix to ether structures 2019-05-24 13:34:45 +02:00
pipeline.c net: add rte prefix to TCP structure 2019-05-24 13:34:46 +02:00
pipeline.h cryptodev: make xform key pointer constant 2019-07-19 14:15:21 +02:00
swq.c examples/ip_pipeline: replace strncpy with strlcpy 2018-05-08 13:35:10 +02:00
swq.h examples/ip_pipeline: add sw queue object 2018-04-05 18:23:50 +02:00
tap.c replace snprintf with strlcpy without adding extra include 2019-04-04 22:45:54 +02:00
tap.h examples/ip_pipeline: add tap object 2018-04-05 18:23:51 +02:00
thread.c examples/ip_pipeline: remove check of null response 2020-05-24 18:24:28 +02:00
thread.h examples/ip_pipeline: add enable and disable commands 2018-04-05 19:00:17 +02:00
tmgr.c examples/ip_pipeline: add subport config flexibility to TM 2019-10-25 17:53:07 +02:00
tmgr.h sched: add 64-bit values 2019-10-25 18:07:26 +02:00