From mboxrd@z Thu Jan 1 00:00:00 1970 From: Sergey Vyazmitinov Subject: [PATCH v6 0/2] kni: use bulk functions to allocate and free mbufs Date: Thu, 19 Jan 2017 11:46:57 +0700 Message-ID: <1484801219-1312-1-git-send-email-s.vyazmitinov@brain4net.com> Cc: konstantin.ananyev@intel.com, stephen@networkplumber.org, yuanhan.liu@linux.intel.com, ferruh.yigit@intel.com, dev@dpdk.org, mirqus@gmail.com, Sergey Vyazmitinov To: olivier.matz@6wind.com Return-path: Received: from mail-lf0-f54.google.com (mail-lf0-f54.google.com [209.85.215.54]) by dpdk.org (Postfix) with ESMTP id 8EE70FB39 for ; Thu, 19 Jan 2017 05:47:06 +0100 (CET) Received: by mail-lf0-f54.google.com with SMTP id v186so27398724lfa.1 for ; Wed, 18 Jan 2017 20:47:06 -0800 (PST) List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" Optimized kni_allocate_mbufs and kni_free_mbufs by using mbuf bulk functions Sergey Vyazmitinov (2): kni: add bulk function to free mbufs kni: Use bulk functions to allocate and free mbufs lib/librte_kni/rte_kni.c | 47 +++++++++++++++++++---------------------- lib/librte_kni/rte_kni_fifo.h | 18 ++++++++++++++++ lib/librte_mbuf/rte_mbuf.h | 49 +++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 89 insertions(+), 25 deletions(-) -- 2.7.4