* [PATCH] cmdline: add cmdline_token_portlist_ops to version map
@ 2015-02-04 7:07 Panu Matilainen
[not found] ` <2f7ec12dfcf988fe41e2f8bd947a8c820eba095b.1423033634.git.pmatilai-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>
0 siblings, 1 reply; 4+ messages in thread
From: Panu Matilainen @ 2015-02-04 7:07 UTC (permalink / raw)
To: dev-VfR2kkLFssw
cmdline_token_portlist_ops fell through cracks in the initial symbol
versioning patch, breaking pktgen build.
Signed-off-by: Panu Matilainen <pmatilai-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>
---
lib/librte_cmdline/rte_cmdline_version.map | 1 +
1 file changed, 1 insertion(+)
diff --git a/lib/librte_cmdline/rte_cmdline_version.map b/lib/librte_cmdline/rte_cmdline_version.map
index 3e7b86b..6193462 100644
--- a/lib/librte_cmdline/rte_cmdline_version.map
+++ b/lib/librte_cmdline/rte_cmdline_version.map
@@ -48,6 +48,7 @@ DPDK_2.0 {
cmdline_token_etheraddr_ops;
cmdline_token_ipaddr_ops;
cmdline_token_num_ops;
+ cmdline_token_portlist_ops;
cmdline_token_string_ops;
cmdline_token_string_ops;
cmdline_write_char;
--
2.1.0
^ permalink raw reply related [flat|nested] 4+ messages in thread[parent not found: <2f7ec12dfcf988fe41e2f8bd947a8c820eba095b.1423033634.git.pmatilai-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>]
* Re: [PATCH] cmdline: add cmdline_token_portlist_ops to version map [not found] ` <2f7ec12dfcf988fe41e2f8bd947a8c820eba095b.1423033634.git.pmatilai-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org> @ 2015-02-04 8:58 ` Olivier MATZ 2015-02-04 11:42 ` Neil Horman 1 sibling, 0 replies; 4+ messages in thread From: Olivier MATZ @ 2015-02-04 8:58 UTC (permalink / raw) To: Panu Matilainen, dev-VfR2kkLFssw On 02/04/2015 08:07 AM, Panu Matilainen wrote: > cmdline_token_portlist_ops fell through cracks in the initial symbol > versioning patch, breaking pktgen build. > > Signed-off-by: Panu Matilainen <pmatilai-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org> > --- > lib/librte_cmdline/rte_cmdline_version.map | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/lib/librte_cmdline/rte_cmdline_version.map b/lib/librte_cmdline/rte_cmdline_version.map > index 3e7b86b..6193462 100644 > --- a/lib/librte_cmdline/rte_cmdline_version.map > +++ b/lib/librte_cmdline/rte_cmdline_version.map > @@ -48,6 +48,7 @@ DPDK_2.0 { > cmdline_token_etheraddr_ops; > cmdline_token_ipaddr_ops; > cmdline_token_num_ops; > + cmdline_token_portlist_ops; > cmdline_token_string_ops; > cmdline_token_string_ops; > cmdline_write_char; > Acked-by: Olivier Matz <olivier.matz-pdR9zngts4EAvxtiuMwx3w@public.gmane.org> ^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH] cmdline: add cmdline_token_portlist_ops to version map [not found] ` <2f7ec12dfcf988fe41e2f8bd947a8c820eba095b.1423033634.git.pmatilai-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org> 2015-02-04 8:58 ` Olivier MATZ @ 2015-02-04 11:42 ` Neil Horman [not found] ` <20150204114230.GA29569-B26myB8xz7F8NnZeBjwnZQMhkBWG/bsMQH7oEaQurus@public.gmane.org> 1 sibling, 1 reply; 4+ messages in thread From: Neil Horman @ 2015-02-04 11:42 UTC (permalink / raw) To: Panu Matilainen; +Cc: dev-VfR2kkLFssw On Wed, Feb 04, 2015 at 09:07:14AM +0200, Panu Matilainen wrote: > cmdline_token_portlist_ops fell through cracks in the initial symbol > versioning patch, breaking pktgen build. > > Signed-off-by: Panu Matilainen <pmatilai-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org> > --- > lib/librte_cmdline/rte_cmdline_version.map | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/lib/librte_cmdline/rte_cmdline_version.map b/lib/librte_cmdline/rte_cmdline_version.map > index 3e7b86b..6193462 100644 > --- a/lib/librte_cmdline/rte_cmdline_version.map > +++ b/lib/librte_cmdline/rte_cmdline_version.map > @@ -48,6 +48,7 @@ DPDK_2.0 { > cmdline_token_etheraddr_ops; > cmdline_token_ipaddr_ops; > cmdline_token_num_ops; > + cmdline_token_portlist_ops; > cmdline_token_string_ops; > cmdline_token_string_ops; > cmdline_write_char; > -- > 2.1.0 > > Acked-by: Neil Horman <nhorman-2XuSBdqkA4R54TAoqtyWWQ@public.gmane.org> ^ permalink raw reply [flat|nested] 4+ messages in thread
[parent not found: <20150204114230.GA29569-B26myB8xz7F8NnZeBjwnZQMhkBWG/bsMQH7oEaQurus@public.gmane.org>]
* Re: [PATCH] cmdline: add cmdline_token_portlist_ops to version map [not found] ` <20150204114230.GA29569-B26myB8xz7F8NnZeBjwnZQMhkBWG/bsMQH7oEaQurus@public.gmane.org> @ 2015-02-04 22:35 ` Thomas Monjalon 0 siblings, 0 replies; 4+ messages in thread From: Thomas Monjalon @ 2015-02-04 22:35 UTC (permalink / raw) To: Panu Matilainen; +Cc: dev-VfR2kkLFssw 2015-02-04 06:42, Neil Horman: > On Wed, Feb 04, 2015 at 09:07:14AM +0200, Panu Matilainen wrote: > > cmdline_token_portlist_ops fell through cracks in the initial symbol > > versioning patch, breaking pktgen build. > > > > Signed-off-by: Panu Matilainen <pmatilai-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org> > > + cmdline_token_portlist_ops; > Acked-by: Neil Horman <nhorman-2XuSBdqkA4R54TAoqtyWWQ@public.gmane.org> Applied, thanks ^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2015-02-04 22:35 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-02-04 7:07 [PATCH] cmdline: add cmdline_token_portlist_ops to version map Panu Matilainen
[not found] ` <2f7ec12dfcf988fe41e2f8bd947a8c820eba095b.1423033634.git.pmatilai-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>
2015-02-04 8:58 ` Olivier MATZ
2015-02-04 11:42 ` Neil Horman
[not found] ` <20150204114230.GA29569-B26myB8xz7F8NnZeBjwnZQMhkBWG/bsMQH7oEaQurus@public.gmane.org>
2015-02-04 22:35 ` Thomas Monjalon
This is an external index of several public inboxes, see mirroring instructions on how to clone and mirror all data and code used by this external index.