From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-lf0-f47.google.com (mail-lf0-f47.google.com [209.85.215.47]) by dpdk.org (Postfix) with ESMTP id 566AF568C for ; Mon, 18 Apr 2016 17:34:55 +0200 (CEST) Received: by mail-lf0-f47.google.com with SMTP id g184so221371411lfb.3 for ; Mon, 18 Apr 2016 08:34:55 -0700 (PDT) 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; bh=MWPfGfIEsN+O8lc4cB1T9Y2g59okkobNtuwPXfWUI/A=; b=evw+oZRRStLvrQwkX/FBPp/3kAKqySEFXudIEPyyHrHLbStqFClvcHkUbGkVMcQ2Yl qH6wj+kT6yZBsfxBcNh4Oc0cY+hri8PkxBNsRkAAsjMUSTb9LHu8e8E1Ig23hbZUCCFx yQLHNwQRcJbOeFOD76/QM+9jzTTgnM/kegVo+/+AA7Pqp9z73LAIAXv8yNxdVgeeUydX 5pB3/OWVSpAJFGgMjcHIGLtFMsqPBzxl48zdqa0kOU7L9Qcd8p1nmPgE+zgmKFsNe1Bv 7QrvBMSmYImZvOiUC3mlMuhEugDrF2SeRJtLIjkZjd4gHF5jExKjknh2XhrfPO0gayrC rRXA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:date :message-id:subject:from:to:cc; bh=MWPfGfIEsN+O8lc4cB1T9Y2g59okkobNtuwPXfWUI/A=; b=TgPrPxnW7SCwdp4VFvb2C2gv42akjVC3owtkZhRd/PI62CIxHae1ATlxXXAYj4qoB4 oKhUl8jJQCvkFgM+6JF1BX80plgQFOoEHwt9Satyl+Qkk+Kxv3VboEcA78FU3PpWyeQF PxeCIW779i6Mg0W2zI4jjOKorLBsdY+QN+/7EYuzKwxwlkvWYZ73kJmp5ROW3+LQ3zsx JGIW25SQiCAJq+nTMWYLgtWrMdnl6yeKxqif3+PUp/mYrEH8akXvy9lqTTQyuY5+42er 8BsWYernk810w5ArHZSBfnHXpjvYO+95lhKXsDrQVdkWxDPPEfjLjPornr8MJkw9YeQW 3z3A== X-Gm-Message-State: AOPr4FVZnkJj1JupmwyJQacfkD2VYCsQRNKKTlERNWybvhUcoUdAgjupXOqB+iJTq+sFNuYqBl06XoOoXXv6Cw== MIME-Version: 1.0 X-Received: by 10.25.155.85 with SMTP id d82mr15736726lfe.74.1460993695069; Mon, 18 Apr 2016 08:34:55 -0700 (PDT) Received: by 10.112.164.40 with HTTP; Mon, 18 Apr 2016 08:34:55 -0700 (PDT) In-Reply-To: References: Date: Mon, 18 Apr 2016 17:34:55 +0200 Message-ID: From: =?UTF-8?Q?Javier_Coleto_Fern=C3=A1ndez?= To: "Wiles, Keith" Cc: Andriy Berestovskyy , users Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.15 Subject: Re: [dpdk-users] mbuf free cnt not decreasing X-BeenThere: users@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: usage discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Apr 2016 15:34:55 -0000 I've checked every return value for the rte_eth_tx_burst() and it's always the same as the 'n' I provided, so I assume it's sending all the packets i put in the ring. Basing on what you say, is that return value supposed to be less than 'n' in case the ring is filled up or do I have to check the ring size before calling rte_eth_tx_burst()? Regards, Javier