git.droids-corp.org
/
dpdk.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
021a812
)
event/opdl: remove commented out code
author
Kevin Traynor
<ktraynor@redhat.com>
Wed, 6 Nov 2019 19:02:02 +0000
(19:02 +0000)
committer
Thomas Monjalon
<thomas@monjalon.net>
Fri, 8 Nov 2019 15:40:29 +0000
(16:40 +0100)
Some variables are commented out. Remove them.
Fixes:
d548ef513cd7
("event/opdl: add unit tests")
Cc: stable@dpdk.org
Signed-off-by: Kevin Traynor <ktraynor@redhat.com>
Acked-by: Liang Ma <liang.j.ma@intel.com>
drivers/event/opdl/opdl_test.c
patch
|
blob
|
history
diff --git
a/drivers/event/opdl/opdl_test.c
b/drivers/event/opdl/opdl_test.c
index
5868ec1
..
e7a32fb
100644
(file)
--- a/
drivers/event/opdl/opdl_test.c
+++ b/
drivers/event/opdl/opdl_test.c
@@
-695,9
+695,6
@@
single_link_w_stats(struct test *t)
static int
single_link(struct test *t)
{
- /* const uint8_t rx_port = 0; */
- /* const uint8_t w1_port = 1; */
- /* const uint8_t w3_port = 3; */
const uint8_t tx_port = 2;
int err;
struct rte_mbuf *mbufs[3];