DPDK patches and discussions
 help / color / mirror / Atom feed
From: Maciej Gajdzica <maciejx.t.gajdzica@intel.com>
To: dev@dpdk.org
Subject: [dpdk-dev] [PATCH 1/2] port: added missing symbols to map file
Date: Thu,  9 Jul 2015 10:17:09 +0200	[thread overview]
Message-ID: <1436429830-16239-1-git-send-email-maciejx.t.gajdzica@intel.com> (raw)

Exported symbols for nodrop, fragmentation, reassembly ports

Signed-off-by: Maciej Gajdzica <maciejx.t.gajdzica@intel.com>
---
 lib/librte_port/rte_port_version.map |   11 +++++++++++
 1 file changed, 11 insertions(+)

diff --git a/lib/librte_port/rte_port_version.map b/lib/librte_port/rte_port_version.map
index f8abbc1..b7acb3c 100644
--- a/lib/librte_port/rte_port_version.map
+++ b/lib/librte_port/rte_port_version.map
@@ -16,3 +16,14 @@ DPDK_2.0 {
 
 	local: *;
 };
+
+DPDK_2.1 {
+	global:
+
+	rte_port_ethdev_writer_nodrop_ops;
+	rte_port_ring_reader_ipv6_frag_ops;
+	rte_port_ring_writer_ipv6_ras_ops;
+	rte_port_ring_writer_nodrop_ops;
+
+	local: *;
+} DPDK_2.0;
-- 
1.7.9.5

             reply	other threads:[~2015-07-09  8:16 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-07-09  8:17 Maciej Gajdzica [this message]
2015-07-09  8:17 ` [dpdk-dev] [PATCH 2/2] pipeline: " Maciej Gajdzica
2015-07-09  9:53   ` Jastrzebski, MichalX K
2015-07-09 11:38   ` Dumitrescu, Cristian
2015-07-09  9:53 ` [dpdk-dev] [PATCH 1/2] port: " Jastrzebski, MichalX K
2015-07-09 11:37 ` Dumitrescu, Cristian
2015-07-09 15:26   ` Thomas Monjalon

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=1436429830-16239-1-git-send-email-maciejx.t.gajdzica@intel.com \
    --to=maciejx.t.gajdzica@intel.com \
    --cc=dev@dpdk.org \
    /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).