From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wg0-f51.google.com (mail-wg0-f51.google.com [74.125.82.51]) by dpdk.org (Postfix) with ESMTP id 182A830D for ; Thu, 3 Jul 2014 16:43:37 +0200 (CEST) Received: by mail-wg0-f51.google.com with SMTP id x12so327816wgg.10 for ; Thu, 03 Jul 2014 07:43:52 -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=d+vJIhm7wn6+RUSJvFRH0sLJwflBh3G+qd/X98QzojQ=; b=Twr3VSBriylO6wP0pwO5TTTrqMC+z7wCx0T/uM7tg6Z84uiisY9OfjY1aheukp/f3s wirBB7D+9nguw8Sckualnlsp9DgA3vpZe4QPF5tTjvLmCYeWGkg455DExfOLO/Qm6jq1 pDXSZpfaT1ccF0nbjtBcw0cv/weqwPZgcbS/HViRTMiyAngmMSL/sRBvvXMvdfu9WDjl n9cqU62XYfds9ArRwRUuLZ9DDEKosjFxH1BrzihsIQE5gBoZI36FKhRR5P2+U0jm8VRS rAB8L7DgxHxESrD3toVyZJgkvcIbwq8Q/ietrBgFB90A5NKR76V80Ow7osnZT/OOlkSI zn0w== X-Gm-Message-State: ALoCoQn5U0At1r8rN2khFulq0CI0d0Z6gZam9qNoPeUPE6ufrQIWwz36mvbmCaViFrKo5ll5+VMq X-Received: by 10.194.119.34 with SMTP id kr2mr5626548wjb.34.1404398632250; Thu, 03 Jul 2014 07:43:52 -0700 (PDT) Received: from xps13.localnet (6wind.net2.nerim.net. [213.41.180.237]) by mx.google.com with ESMTPSA id jy8sm62477483wjc.7.2014.07.03.07.43.49 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 03 Jul 2014 07:43:51 -0700 (PDT) From: Thomas Monjalon To: Yong Liu Date: Thu, 03 Jul 2014 16:43:43 +0200 Message-ID: <18247970.t4289tJKVc@xps13> Organization: 6WIND User-Agent: KMail/4.13.1 (Linux/3.14.6-1-ARCH; KDE/4.13.1; x86_64; ; ) In-Reply-To: <1404377976-9231-1-git-send-email-yong.liu@intel.com> References: <1404377976-9231-1-git-send-email-yong.liu@intel.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] examples/qos_sched: fix flow pause after 2M packets 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: Thu, 03 Jul 2014 14:43:37 -0000 2014-07-03 16:59, Yong Liu: > After enable vector pmd, qos_sched only send 32 packets every burst. > That will cause some packets not transmitted and therefore mempool > will be drain after a while. > App qos_sched now will re-send the packets which failed to send out in > previous tx function. > > Signed-off-by: Yong Liu > Acked-by: Cristian Dumitrescu > Tested-by: Waterman Cao Applied for version 1.7.0 as it was a blocker for vectorized ixgbe + QoS. -- Thomas