From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-qa0-x22b.google.com (mail-qa0-x22b.google.com [IPv6:2607:f8b0:400d:c00::22b]) by dpdk.org (Postfix) with ESMTP id E7640156 for ; Tue, 5 Nov 2013 10:29:09 +0100 (CET) Received: by mail-qa0-f43.google.com with SMTP id cm18so898826qab.2 for ; Tue, 05 Nov 2013 01:29:57 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=x9f8+T63NXSvAPGmkJVrR5w5psvYrFzZP8N4l+peEMU=; b=xkIeJv64cVqJfH0RAoT6dXefL1L3MDP0sfmxHgmn93GJmqOI6uEk+I95DHpe1SETyq aL2w6Dfta/7X2QCJv4Dzj5sEYdqBwqz8RkOSmLbYrnCRwYCKEgXSdRlM++PHQxTsQ3t/ ncUTogoHOXVLJPsYhsoogH7TEM8/lTwMHl24zqKCY0JtyhlSCRNXNLe0T5wAaraqkND2 srK9C/tKuaDxrVFrn1q5FTytnqDfPsRqT9SaqkHsRQhmB9yawaabS8bZW6RE5DnZlBWX uj1/DRR0pxHRESFo/khVq31avC1/0KqtjhJgKMgZi7yWZdWY+hiAq7CQGZedBgOqeNt2 d3Ww== MIME-Version: 1.0 X-Received: by 10.224.79.71 with SMTP id o7mr27794663qak.36.1383643797859; Tue, 05 Nov 2013 01:29:57 -0800 (PST) Received: by 10.140.27.4 with HTTP; Tue, 5 Nov 2013 01:29:57 -0800 (PST) In-Reply-To: References: Date: Tue, 5 Nov 2013 13:29:57 +0400 Message-ID: From: Alexander Belyakov To: Prashant Upadhyaya Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.15 Cc: "dev@dpdk.org" Subject: Re: [dpdk-dev] Surprisingly high TCP ACK packets drop counter 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: Tue, 05 Nov 2013 09:29:10 -0000 Hello, On Mon, Nov 4, 2013 at 7:06 AM, Prashant Upadhyaya < prashant.upadhyaya@aricent.com> wrote: > Hi Alexander, > > Please confirm if the patch works for you. > Disabling RSC (DPDK 1.3) indeed brings ACK flood forwarding performance to 14,5+ Mpps. No negative side affects were discovered so far, but we're still testing. > > @Wang, are you saying that without the patch the NIC does not fan out the > messages properly on all the receive queues ? > So what exactly happens ? > > Patch deals with RSC (receive side coalescing) but not RSS (receive side scaling). > Regards > -Prashant > > > -----Original Message----- > From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Alexander Belyakov > Sent: Monday, November 04, 2013 1:51 AM > To: Wang, Shawn > Cc: dev@dpdk.org > Subject: Re: [dpdk-dev] Surprisingly high TCP ACK packets drop counter > > Hi, > > thanks for the patch and explanation. We have tried DPDK 1.3 and 1.5 - > both have the same issue. > > Regards, > Alexander > >