From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] rte_mbuf: mbuf bulk alloc/free functions added + unittest Date: Tue, 17 Mar 2015 21:24:46 +0100 Message-ID: <2117302.qM2478Su2B@xps13> References: <1426623368-29748-1-git-send-email-vadim.suraev@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev-VfR2kkLFssw@public.gmane.org To: "vadim.suraev-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org" Return-path: In-Reply-To: <1426623368-29748-1-git-send-email-vadim.suraev-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces-VfR2kkLFssw@public.gmane.org Sender: "dev" Hi Vadim, It would be easier to track your changes if you were adding v2 and changelog. Thanks 2015-03-17 22:16, vadim.suraev-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org: > From: "vadim.suraev-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org" > > - an API function to allocate a bulk of rte_mbufs > - an API function to free a bulk of rte_mbufs > - an API function to free a chained rte_mbuf > - unittest for above > > Signed-off-by: vadim.suraev-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org You should put your name before the email address. > --- > app/test/test_mbuf.c | 94 +++++++++++++++++++++++++++++++++++++++++++- > lib/librte_mbuf/rte_mbuf.h | 89 +++++++++++++++++++++++++++++++++++++++++ > 2 files changed, 182 insertions(+), 1 deletion(-)