From mboxrd@z Thu Jan 1 00:00:00 1970 From: Olivier MATZ Subject: Re: [PATCH] ethdev: read link state interrupt without link_update service Date: Wed, 25 Jun 2014 13:45:18 +0200 Message-ID: <53AAB64E.6060709@6wind.com> References: <1403270038-19286-1-git-send-email-thomas.monjalon@6wind.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit To: Thomas Monjalon , dev-VfR2kkLFssw@public.gmane.org Return-path: In-Reply-To: <1403270038-19286-1-git-send-email-thomas.monjalon-pdR9zngts4EAvxtiuMwx3w@public.gmane.org> List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces-VfR2kkLFssw@public.gmane.org Sender: "dev" On 06/20/2014 03:13 PM, Thomas Monjalon wrote: > 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