DPDK patches and discussions
 help / color / mirror / Atom feed
From: Sergey Vyazmitinov <s.vyazmitinov@brain4net.com>
To: olivier.matz@6wind.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 <s.vyazmitinov@brain4net.com>
Subject: [dpdk-dev] [PATCH v5 0/2] kni: use bulk functions to allocate and free mbufs
Date: Thu, 19 Jan 2017 11:40:12 +0700	[thread overview]
Message-ID: <1484800814-983-1-git-send-email-s.vyazmitinov@brain4net.com> (raw)

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

             reply	other threads:[~2017-01-19  4:40 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-01-19  4:40 Sergey Vyazmitinov [this message]
2017-01-19  4:40 ` [dpdk-dev] [PATCH v5 1/2] kni: add bulk function to " Sergey Vyazmitinov
2017-01-19  4:40 ` [dpdk-dev] [PATCH v5 2/2] kni: Use bulk functions to allocate and " Sergey Vyazmitinov

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1484800814-983-1-git-send-email-s.vyazmitinov@brain4net.com \
    --to=s.vyazmitinov@brain4net.com \
    --cc=dev@dpdk.org \
    --cc=ferruh.yigit@intel.com \
    --cc=konstantin.ananyev@intel.com \
    --cc=mirqus@gmail.com \
    --cc=olivier.matz@6wind.com \
    --cc=stephen@networkplumber.org \
    --cc=yuanhan.liu@linux.intel.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).