From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wg0-f43.google.com (mail-wg0-f43.google.com [74.125.82.43]) by dpdk.org (Postfix) with ESMTP id 259A63B5 for ; Wed, 4 Mar 2015 11:28:27 +0100 (CET) Received: by wghn12 with SMTP id n12so45704536wgh.1 for ; Wed, 04 Mar 2015 02:28:27 -0800 (PST) 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=bvVoAwT+d9AJLtTC8zw4c19DkPPC+ey66KcdQ5IIYx8=; b=j3TFNiElJa9NMH16wFOVa8Oy999twwzeC1/HVTiutOuXlwQoRzHLaZnNKz2L4WcKBC BH9UFeXetrKrfuZUWSzjlu7voxkxUrT1RAnNqpT+gSP9FXtIfZfuvGb83l8H0Y+kOpL4 6wugar6ki79W9Es6qnPdiirackAosBqEWqctbkmpzj/iDDYpq1bjjN5AkxrqbAJns1tw VIen5bVIltZ8ZoA+9VoRLBclL4IgWHw2F2u3pi7GyOePBjpn/eORPqfrqnqQebaIH85o dcaes2POqFoLrNWY80w9EikS0GjSZhw/xTScH2X6QmhSZQT9JjSQl8LMC2jQt9RGbcNI pm9A== X-Gm-Message-State: ALoCoQndelYb0+SgUV2WQ1DMmOGFqYdBa8Fyh5PPe6u68o5dqCWGJTquEK0UX6OCMCvlexTExBsm X-Received: by 10.180.38.76 with SMTP id e12mr53120094wik.76.1425464907010; Wed, 04 Mar 2015 02:28:27 -0800 (PST) Received: from xps13.localnet (136-92-190-109.dsl.ovh.fr. [109.190.92.136]) by mx.google.com with ESMTPSA id l4sm24548579wiw.9.2015.03.04.02.28.25 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 04 Mar 2015 02:28:26 -0800 (PST) From: Thomas Monjalon To: Pawel Wodkowski Date: Wed, 04 Mar 2015 11:27:51 +0100 Message-ID: <4624781.BEoFaQ3L8n@xps13> Organization: 6WIND User-Agent: KMail/4.14.4 (Linux/3.18.4-1-ARCH; KDE/4.14.4; x86_64; ; ) In-Reply-To: <54F07113.5030200@6wind.com> References: <1424700600-1765-1-git-send-email-pawelx.wodkowski@intel.com> <1424868086-4232-1-git-send-email-pawelx.wodkowski@intel.com> <54F07113.5030200@6wind.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 v2 0/4] Fix issues reported by static analysis tool 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: Wed, 04 Mar 2015 10:28:27 -0000 > > Static analysis report some issues against current DPDK version. Most of > > them need only cosmetic code changes (changing type of variable). > > > > One issue related with ring pmd fix real memory leak problem. > > > > PATCH v2 changes: > > - remove patch 5/5 as it was NACKed > > - reword commit log acording to mailing list sugestions. > > > > Pawel Wodkowski (4): > > rte_timer: change declaration of rte_timer_cb_t > > librte_kvargs: make rte_kvargs_free() be consistent with other > > "free()" functions > > pmd ring: fix possible memory leak during devinit > > cmdline: make parse_set_list() use size_t instead of int for low/high > > parameter > > Series: > Acked-by: Olivier Matz Applied, thanks