From mboxrd@z Thu Jan 1 00:00:00 1970 From: Sharath Subject: Re: checking packet drop at NIC Date: Fri, 7 Feb 2014 11:13:37 +0530 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Cc: "dev-VfR2kkLFssw@public.gmane.org" To: Vladimir Medvedkin Return-path: In-Reply-To: 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" hi all, can anyone please let me know about this ?? Tx, -SB On Thu, Feb 6, 2014 at 11:20 AM, Sharath wrote: > hi Vladimir, > > I would like to know if there are any callback mechanism to detect FIFO > errors in NIC ? > could you please let me know. > > Tx > -SB > > > On Fri, Jan 31, 2014 at 12:56 PM, Sharath wrote: > >> thank you Vladimir. >> >> >> On Fri, Jan 31, 2014 at 12:36 PM, Vladimir Medvedkin < >> medvedkinv-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote: >> >>> Hi Sharath, >>> >>> In DPDK interrupts are disabled to eliminate the performance overhead. >>> Interrupts used only for link status change. So you can poll >>> rte_eth_stats_get and check struct rte_eth_stats for errors. >>> >>> Regards, >>> Vladimir >>> >>> >>> >>> 2014-01-31 Sharath >>> >>> Hi Daniel & all, >>>> >>>> can anyone please let me know about this. >>>> >>>> Tx >>>> -SB >>>> >>>> >>>> On Thu, Jan 30, 2014 at 4:50 PM, Sharath >>> >wrote: >>>> >>>> > hi! >>>> > >>>> > are there any interrupts which are raised by DPDK, for the fifo >>>> errors. >>>> > >>>> > please let me know, where can I find the details and how to handle >>>> such >>>> > interrupts ? >>>> > >>>> > Tx >>>> > -SB >>>> > >>>> > >>>> > On Thu, Jan 30, 2014 at 2:30 PM, Sharath < >>>> sharathjm.bharadwaj-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>wrote: >>>> > >>>> >> Thanks Daniel ! >>>> >> Let me check it out . . . >>>> >> On Jan 29, 2014 8:54 PM, "Daniel Kaminsky" < >>>> >> daniel.kaminsky-bIuJOMs36akdlAAv9/cgxFaTQe2KTcn/@public.gmane.org> wrote: >>>> >> >>>> >>> Hi Sharath, >>>> >>> >>>> >>> Try rte_eth_stats_get, I think this should give you what you're >>>> looking >>>> >>> for. >>>> >>> >>>> >>> Regards, >>>> >>> Daniel >>>> >>> >>>> >>> >>>> >>> On Tue, Jan 28, 2014 at 7:29 AM, Sharath < >>>> sharathjm.bharadwaj-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>wrote: >>>> >>> >>>> >>>> hi ! >>>> >>>> >>>> >>>> can someone please tell me whether the DPDK provides any method to >>>> >>>> handle >>>> >>>> below >>>> >>>> >>>> >>>> a. account the packet drops at NIC level ? is there any interrupt >>>> >>>> raised by >>>> >>>> DPDK for the same ? >>>> >>>> b. to check fifo errors ? >>>> >>>> c. way to check rx and tx in sync >>>> >>>> >>>> >>>> Tx, >>>> >>>> -SB >>>> >>>> >>>> >>> >>>> >>> >>>> > >>>> >>> >>> >> >