Skip to content

Commit

Permalink
examples/ptpclient: remove wrong comment
Browse files Browse the repository at this point in the history
This patch deletes the comments which are wrong and unnecessary.

Fixes: ab129e9 ("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>
  • Loading branch information
hushenggitcount authored and tmonjalo committed Apr 20, 2021
1 parent 1c8b6af commit e1d10a4
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions examples/ptpclient/ptpclient.c
Expand Up @@ -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());

Expand Down

0 comments on commit e1d10a4

Please sign in to comment.