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 2/2] pipeline: added missing symbols to map file
Date: Thu,  9 Jul 2015 10:17:10 +0200	[thread overview]
Message-ID: <1436429830-16239-2-git-send-email-maciejx.t.gajdzica@intel.com> (raw)
In-Reply-To: <1436429830-16239-1-git-send-email-maciejx.t.gajdzica@intel.com>

Exported symbols for port in, port out and table stats.

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

diff --git a/lib/librte_pipeline/rte_pipeline_version.map b/lib/librte_pipeline/rte_pipeline_version.map
index e9b5bd6..2b43542 100644
--- a/lib/librte_pipeline/rte_pipeline_version.map
+++ b/lib/librte_pipeline/rte_pipeline_version.map
@@ -20,3 +20,13 @@ DPDK_2.0 {
 
 	local: *;
 };
+
+DPDK_2.1 {
+	global:
+
+	rte_pipeline_table_stats_read;
+	rte_pipeline_port_in_stats_read;
+	rte_pipeline_port_out_stats_read;
+
+	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 [dpdk-dev] [PATCH 1/2] port: " Maciej Gajdzica
2015-07-09  8:17 ` Maciej Gajdzica [this message]
2015-07-09  9:53   ` [dpdk-dev] [PATCH 2/2] pipeline: " 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-2-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).