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 1/2] port: added missing symbols to map file
Date: Thu, 9 Jul 2015 09:53:09 +0000 [thread overview]
Message-ID: <60ABE07DBB3A454EB7FAD707B4BB158213952E26@IRSMSX109.ger.corp.intel.com> (raw)
In-Reply-To: <1436429830-16239-1-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 1/2] port: added missing symbols to map file
>
> 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
Acked-by: Michal Jastrzebski <michalx.k.jastrzebski@intel.com>
next prev parent 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 Maciej Gajdzica
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 ` Jastrzebski, MichalX K [this message]
2015-07-09 11:37 ` [dpdk-dev] [PATCH 1/2] port: " 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=60ABE07DBB3A454EB7FAD707B4BB158213952E26@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).