DPDK patches and discussions
 help / color / mirror / Atom feed
From: "Jastrzebski, MichalX K" <michalx.k.jastrzebski@intel.com>
To: "Gajdzica, MaciejX T" <maciejx.t.gajdzica@intel.com>,
	"dev@dpdk.org" <dev@dpdk.org>
Subject: Re: [dpdk-dev] [PATCH 2/2] pipeline: added missing symbols to map file
Date: Thu, 9 Jul 2015 09:53:16 +0000	[thread overview]
Message-ID: <60ABE07DBB3A454EB7FAD707B4BB158213952E31@IRSMSX109.ger.corp.intel.com> (raw)
In-Reply-To: <1436429830-16239-2-git-send-email-maciejx.t.gajdzica@intel.com>

> -----Original Message-----
> From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Maciej Gajdzica
> Sent: Thursday, July 09, 2015 10:17 AM
> To: dev@dpdk.org
> Subject: [dpdk-dev] [PATCH 2/2] pipeline: added missing symbols to map file
> 
> 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

 Acked-by: Michal Jastrzebski  <michalx.k.jastrzebski@intel.com>

  reply	other threads:[~2015-07-09  9:53 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 ` [dpdk-dev] [PATCH 2/2] pipeline: " Maciej Gajdzica
2015-07-09  9:53   ` Jastrzebski, MichalX K [this message]
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=60ABE07DBB3A454EB7FAD707B4BB158213952E31@IRSMSX109.ger.corp.intel.com \
    --to=michalx.k.jastrzebski@intel.com \
    --cc=dev@dpdk.org \
    --cc=maciejx.t.gajdzica@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).