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:
1c8b6af
)
examples/ptpclient: remove wrong comment
author
Min Hu (Connor)
<humin29@huawei.com>
Sat, 27 Mar 2021 07:36:26 +0000
(15:36 +0800)
committer
Thomas Monjalon
<thomas@monjalon.net>
Tue, 20 Apr 2021 01:03:42 +0000
(
03:03
+0200)
This patch deletes the comments which are wrong and unnecessary.
Fixes:
ab129e9065a5
("examples/ptpclient: add minimal PTP client")
Cc: stable@dpdk.org
Signed-off-by: Min Hu (Connor) <humin29@huawei.com>
Acked-by: Ferruh Yigit <ferruh.yigit@intel.com>
examples/ptpclient/ptpclient.c
patch
|
blob
|
history
diff --git
a/examples/ptpclient/ptpclient.c
b/examples/ptpclient/ptpclient.c
index
33b297e
..
878d1a0
100644
(file)
--- a/
examples/ptpclient/ptpclient.c
+++ b/
examples/ptpclient/ptpclient.c
@@
-606,10
+606,6
@@
lcore_main(void)
unsigned nb_rx;
struct rte_mbuf *m;
- /*
- * Check that the port is on the same NUMA node as the polling thread
- * for best performance.
- */
printf("\nCore %u Waiting for SYNC packets. [Ctrl+C to quit]\n",
rte_lcore_id());