From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-we0-f172.google.com (mail-we0-f172.google.com [74.125.82.172]) by dpdk.org (Postfix) with ESMTP id 54ABFB0AF for ; Fri, 27 Jun 2014 02:05:55 +0200 (CEST) Received: by mail-we0-f172.google.com with SMTP id u57so4460037wes.31 for ; Thu, 26 Jun 2014 17:06:14 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id:organization :user-agent:in-reply-to:references:mime-version :content-transfer-encoding:content-type; bh=8sh9LSd6UYGA9mh+K49InWM3mX5GN2V94nMmq0k+GnA=; b=E0J8ZCAMzfLbFDIabm4IqWGLhJaGbQo/4XWKRTuneyzzhk1uYM/5BGX0nefV25EaJr RlCJmt7Z4A5u6t+HFJmkUwwGj1pJYgxbQ06q3cBcgIb0My3iJMM1CwmUKO9OxzZepXEl eUU6Vy5FQF0WWd/SZocvRvHq2E5+9UZ6dL4bCZ/BHNsW8fqYp2UELC22VpbuRcMiBiYo 5Fu4NWy0fxt+yaNx8GUmJwI4Vsgbco1+cuPRcDQqSka/xCkKGrpIlao2qh0XGJUhaEnB LqMmvDnyF/PDOpiJEfRy+zMxmIEtRxEHn19hYUCOC6yLSLGMcK68olrx2jj+JdFC0b2F mePg== X-Gm-Message-State: ALoCoQmE/hcDb5EFjIFer06Ca2H1UjqT6UnmudtVfwYyx0+JfeaRUOnGiZdg43NZGfQPdkkf4kPC X-Received: by 10.194.63.196 with SMTP id i4mr22035955wjs.50.1403827574426; Thu, 26 Jun 2014 17:06:14 -0700 (PDT) Received: from xps13.localnet (136-92-190-109.dsl.ovh.fr. [109.190.92.136]) by mx.google.com with ESMTPSA id lo18sm29948933wic.1.2014.06.26.17.06.12 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 26 Jun 2014 17:06:13 -0700 (PDT) From: Thomas Monjalon To: Olivier MATZ Date: Fri, 27 Jun 2014 02:06:08 +0200 Message-ID: <4328496.8S88m80QKT@xps13> Organization: 6WIND User-Agent: KMail/4.13.1 (Linux/3.14.6-1-ARCH; KDE/4.13.1; x86_64; ; ) In-Reply-To: <53AAB64E.6060709@6wind.com> References: <1403270038-19286-1-git-send-email-thomas.monjalon@6wind.com> <53AAB64E.6060709@6wind.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Cc: dev@dpdk.org Subject: Re: [dpdk-dev] [PATCH] ethdev: read link state interrupt without link_update service 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: Fri, 27 Jun 2014 00:05:55 -0000 > > It is now possible to read link status updated by interrupt without > > having manual link_update() service provided by the PMD. > > Indeed link_update() is useless in interrupt case. > > > > Signed-off-by: Thomas Monjalon > > Acked-by: Olivier Matz Applied for version 1.7.0. -- Thomas