X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=examples%2Fioat%2Fioatfwd.c;h=53de231795f7cbe6141f168364df28938a706b75;hb=c81e3f21d1ea05e5123278b15d9d5e1257b6ba99;hp=7255ff3c9e5e0d978ca9d321889cb84eed69d4a7;hpb=a357d09d54246ea72625c22a970d81a3165fbf94;p=dpdk.git diff --git a/examples/ioat/ioatfwd.c b/examples/ioat/ioatfwd.c index 7255ff3c9e..53de231795 100644 --- a/examples/ioat/ioatfwd.c +++ b/examples/ioat/ioatfwd.c @@ -718,7 +718,7 @@ check_link_status(uint32_t port_mask) "Port %d Link Up. Speed %u Mbps - %s\n", portid, link.link_speed, (link.link_duplex == ETH_LINK_FULL_DUPLEX) ? - ("full-duplex") : ("half-duplex\n")); + ("full-duplex") : ("half-duplex")); link_status = 1; } else printf("Port %d Link Down\n", portid);