From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wi0-f175.google.com (mail-wi0-f175.google.com [209.85.212.175]) by dpdk.org (Postfix) with ESMTP id 5C6277E23 for ; Sun, 19 Jul 2015 23:38:23 +0200 (CEST) Received: by wicgb10 with SMTP id gb10so12291112wic.1 for ; Sun, 19 Jul 2015 14:38:23 -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=LTpyGHH+jP+V9xUyu3H6ir1X5A8RehtyN7Q5ePP7hSQ=; b=YPyvx2rHVX2xb11SaV1Gov+Eyq8fUKWLTwoQkZpii61eIRBBznuZbatLEiMAUbK2Mh JUj9M49DA47aQJxdfLZcz354u38a358UjLtORBWATvlOuuWVhLspft95+ykCrBGwfzlB Q0Yow7EHMh6plPqKtPeZv08c0T4nQqxHDnZT6DjZWK1qVQnwtTuVh5eBqOMtCVV7cZpK 7sbwIxW2sVXRmQtG2vPZVcGRf7X8bh6af4wsVK6DvudvysC37K2FR+qz6UCdoFwCBuTn SLXvRKvfXwy1/SeJkSM5XEmnltjt+cmSZyt/7VZs3x8c8Pk2ISEKP1ruR6mHSjWRZbhv xzfA== X-Gm-Message-State: ALoCoQkZiBUsuwW3H339WW1hb4Mxf4iASAp2MRdKW3pMNVc7+zTchlRBJRTJoCSbmudhSCdnQC5z X-Received: by 10.180.82.230 with SMTP id l6mr14954743wiy.61.1437341903306; Sun, 19 Jul 2015 14:38:23 -0700 (PDT) Received: from xps13.localnet (136-92-190-109.dsl.ovh.fr. [109.190.92.136]) by smtp.gmail.com with ESMTPSA id x5sm8659413wif.21.2015.07.19.14.38.21 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sun, 19 Jul 2015 14:38:21 -0700 (PDT) From: Thomas Monjalon To: Bernard Iremonger Date: Sun, 19 Jul 2015 23:37:10 +0200 Message-ID: <6685921.SebB9FNKJg@xps13> Organization: 6WIND User-Agent: KMail/4.14.8 (Linux/4.0.4-2-ARCH; KDE/4.14.8; x86_64; ; ) In-Reply-To: <1436792645-26831-3-git-send-email-bernard.iremonger@intel.com> References: <1436792645-26831-3-git-send-email-bernard.iremonger@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 v3 2/2] librte_ether: release queue array memory in close function 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: Sun, 19 Jul 2015 21:38:23 -0000 2015-07-13 14:04, Bernard Iremonger: > Signed-off-by: Bernard Iremonger Applied without the first patch which seems useless.