diff options
author | Thomas Monjalon <thomas@monjalon.net> | 2018-11-26 18:51:14 +0100 |
---|---|---|
committer | Thomas Monjalon <thomas@monjalon.net> | 2018-11-26 20:19:24 +0100 |
commit | 43d162bc168e5c66346acf9f464495a088a5a9f0 (patch) | |
tree | 4da5a7d2e103433bf36c331093905f368f51bfa0 /app/test-eventdev/test_order_queue.c | |
parent | c5f21bdae4650bc168638c7b4a2c789e245ba562 (diff) | |
download | dpdk-next-eventdev-43d162bc168e5c66346acf9f464495a088a5a9f0.zip dpdk-next-eventdev-43d162bc168e5c66346acf9f464495a088a5a9f0.tar.gz dpdk-next-eventdev-43d162bc168e5c66346acf9f464495a088a5a9f0.tar.xz |
fix dpdk.org URLs
The DPDK website has a new URL scheme since June 2018.
Cc: stable@dpdk.org
Signed-off-by: Thomas Monjalon <thomas@monjalon.net>
Acked-by: John McNamara <john.mcnamara@intel.com>
Diffstat (limited to 'app/test-eventdev/test_order_queue.c')
-rw-r--r-- | app/test-eventdev/test_order_queue.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/test-eventdev/test_order_queue.c b/app/test-eventdev/test_order_queue.c index 17f7b98..a272c7a 100644 --- a/app/test-eventdev/test_order_queue.c +++ b/app/test-eventdev/test_order_queue.c @@ -7,7 +7,7 @@ #include "test_order_common.h" -/* See http://dpdk.org/doc/guides/tools/testeventdev.html for test details */ +/* See http://doc.dpdk.org/guides/tools/testeventdev.html for test details */ static inline __attribute__((always_inline)) void order_queue_process_stage_0(struct rte_event *const ev) |