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 at gmail.com: > From: "vadim.suraev at gmail.com" <vadim.suraev at gmail.com> > > - 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 at gmail.com <vadim.suraev at gmail.com> 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(-)