Skip to content

Commit

Permalink
examples/ptpclient: remove wrong comment
Browse files Browse the repository at this point in the history
[ upstream commit e1d10a4 ]

This patch deletes the comments which are wrong and unnecessary.

Fixes: ab129e9 ("examples/ptpclient: add minimal PTP client")

Signed-off-by: Min Hu (Connor) <humin29@huawei.com>
Acked-by: Ferruh Yigit <ferruh.yigit@intel.com>
  • Loading branch information
hushenggitcount authored and steevenlee committed May 8, 2021
1 parent 51ca414 commit 512393d
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions examples/ptpclient/ptpclient.c
Expand Up @@ -603,10 +603,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());

Expand Down

0 comments on commit 512393d

Please sign in to comment.