From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-it0-f52.google.com (mail-it0-f52.google.com [209.85.214.52]) by dpdk.org (Postfix) with ESMTP id 2065F298F for ; Wed, 21 Sep 2016 15:17:52 +0200 (CEST) Received: by mail-it0-f52.google.com with SMTP id x192so31150151itb.0 for ; Wed, 21 Sep 2016 06:17:52 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=lightcyber-com.20150623.gappssmtp.com; s=20150623; h=mime-version:from:date:message-id:subject:to; bh=obNWMx9np2J8GUVLTl04tPTp7hY8IUg2vngXvFUorUk=; b=Pr3KNA3/MXdCyv7VRz0Ad9q5m7Bfv0QEcCjzoLSxsm3rpf6NLla/hM/XEf3H28GXvd PzxX+B41cXFgifnrydPYZfDx9t6ddWt59vlZ47+OPn685B8MwWHkJIVGKLrt0YO5ErgG OZAvtUOa/yBNFh09P8r4iqu3U8mXaPdvP8bwcWXAAcLUnCQOZAH7YLrpWAG+HQlNm0PY Mup1P+gFNvcwYo6Sc9lXtkdjzx6sl5AYv9TV6zebwe2XHs0mNbkt10vKbtffy/ocXk0t shTEe+1870eYLZ0P7mg2oec3ggfqQnXaH/XLyRFEozdlId/H/veqUwOh7u1HM+xzb7fL /9mg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:from:date:message-id:subject:to; bh=obNWMx9np2J8GUVLTl04tPTp7hY8IUg2vngXvFUorUk=; b=ekf8HE1+yKTQ6bLUPZj78nYkcWsQFQbLkfhkLtX/y3DGfmokXyrV2l60KrIYSoNDdx /FZ3nMO07UlzaEBM4KYZodTgea6sipiaAOHwxGlODiaOqvtnyPGnAaZa9KJiOiQA2S8b 5sez5eq6IZHiS889sSvH3r6Ef4iSxuT6g/JOSVl4fxsAI9ZpSkQzKa9Z8jKRJNH1AO++ 256pJLXmbn1NwpQYG6z8PN2okK+kEULLPJnx+jWyca3KEOe5PMEyBh1Req3f4Rw+IGMb JVJZHxAG+fbscgL0S5KIABmzf6GIEVGaWWGOYHa9tCefwFHwqozGiqZolJ+DUj+WVkrE 2Uew== X-Gm-Message-State: AE9vXwOLlcwKqOrw4mnQcZedAgY7bJsHmX8f14gXLse9f1xuW9O+eOTeaUEvLPZzkaB8M56sGFeXzvu/I5uF0w== X-Received: by 10.36.253.200 with SMTP id m191mr4149688ith.77.1474463871485; Wed, 21 Sep 2016 06:17:51 -0700 (PDT) MIME-Version: 1.0 Received: by 10.36.194.199 with HTTP; Wed, 21 Sep 2016 06:17:51 -0700 (PDT) From: Keren Hochman Date: Wed, 21 Sep 2016 16:17:51 +0300 Message-ID: To: dev@dpdk.org Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.15 Subject: [dpdk-dev] rte_eth_link_get X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 21 Sep 2016 13:17:52 -0000 Hi, rte_eth_link_get returns after up to 9 seconds. If its return that link_status is down does it necessary means that the port is bot connected or there is a problem with the network or maybe just no data was received? Thanks, Keren