* [dpdk-dev] [PATCH] maintainers: add Windows exports script
@ 2019-06-13 14:11 Thomas Monjalon
2019-06-13 14:17 ` David Marchand
2019-06-17 9:33 ` Thomas Monjalon
0 siblings, 2 replies; 5+ messages in thread
From: Thomas Monjalon @ 2019-06-13 14:11 UTC (permalink / raw)
To: dev; +Cc: bruce.richardson
A script used with meson was missing in the list of files.
Fixes: 4c773788e05a ("build: generate Windows exports file")
Cc: bruce.richardson@intel.com
Signed-off-by: Thomas Monjalon <thomas@monjalon.net>
---
MAINTAINERS | 1 +
1 file changed, 1 insertion(+)
diff --git a/MAINTAINERS b/MAINTAINERS
index 0212fe6d0..fdc083db9 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -117,6 +117,7 @@ F: lib/librte_eal/freebsd/BSDmakefile.meson
F: meson_options.txt
F: config/rte_config.h
F: buildtools/gen-pmdinfo-cfile.sh
+F: buildtools/map_to_def.py
F: buildtools/symlink-drivers-solibs.sh
Public CI
--
2.21.0
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [dpdk-dev] [PATCH] maintainers: add Windows exports script
2019-06-13 14:11 [dpdk-dev] [PATCH] maintainers: add Windows exports script Thomas Monjalon
@ 2019-06-13 14:17 ` David Marchand
2019-06-17 9:33 ` Thomas Monjalon
1 sibling, 0 replies; 5+ messages in thread
From: David Marchand @ 2019-06-13 14:17 UTC (permalink / raw)
To: Thomas Monjalon; +Cc: dev, Bruce Richardson
On Thu, Jun 13, 2019 at 4:12 PM Thomas Monjalon <thomas@monjalon.net> wrote:
> A script used with meson was missing in the list of files.
>
> Fixes: 4c773788e05a ("build: generate Windows exports file")
> Cc: bruce.richardson@intel.com
>
> Signed-off-by: Thomas Monjalon <thomas@monjalon.net>
> ---
> MAINTAINERS | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 0212fe6d0..fdc083db9 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -117,6 +117,7 @@ F: lib/librte_eal/freebsd/BSDmakefile.meson
> F: meson_options.txt
> F: config/rte_config.h
> F: buildtools/gen-pmdinfo-cfile.sh
> +F: buildtools/map_to_def.py
> F: buildtools/symlink-drivers-solibs.sh
>
> Public CI
>
Reviewed-by: David Marchand <david.marchand@redhat.com>
--
David Marchand
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [dpdk-dev] [PATCH] maintainers: add Windows exports script
2019-06-13 14:11 [dpdk-dev] [PATCH] maintainers: add Windows exports script Thomas Monjalon
2019-06-13 14:17 ` David Marchand
@ 2019-06-17 9:33 ` Thomas Monjalon
2019-06-17 10:02 ` Bruce Richardson
1 sibling, 1 reply; 5+ messages in thread
From: Thomas Monjalon @ 2019-06-17 9:33 UTC (permalink / raw)
To: bruce.richardson; +Cc: dev
13/06/2019 17:11, Thomas Monjalon:
> A script used with meson was missing in the list of files.
>
> Fixes: 4c773788e05a ("build: generate Windows exports file")
> Cc: bruce.richardson@intel.com
>
> Signed-off-by: Thomas Monjalon <thomas@monjalon.net>
Bruce, do you agree with following addition?
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -117,6 +117,7 @@ F: lib/librte_eal/freebsd/BSDmakefile.meson
> F: meson_options.txt
> F: config/rte_config.h
> F: buildtools/gen-pmdinfo-cfile.sh
> +F: buildtools/map_to_def.py
> F: buildtools/symlink-drivers-solibs.sh
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [dpdk-dev] [PATCH] maintainers: add Windows exports script
2019-06-17 9:33 ` Thomas Monjalon
@ 2019-06-17 10:02 ` Bruce Richardson
2019-06-17 11:28 ` Thomas Monjalon
0 siblings, 1 reply; 5+ messages in thread
From: Bruce Richardson @ 2019-06-17 10:02 UTC (permalink / raw)
To: Thomas Monjalon; +Cc: dev
On Mon, Jun 17, 2019 at 12:33:58PM +0300, Thomas Monjalon wrote:
> 13/06/2019 17:11, Thomas Monjalon:
> > A script used with meson was missing in the list of files.
> >
> > Fixes: 4c773788e05a ("build: generate Windows exports file")
> > Cc: bruce.richardson@intel.com
> >
> > Signed-off-by: Thomas Monjalon <thomas@monjalon.net>
>
>
> Bruce, do you agree with following addition?
>
No objections. Sorry for not replying sooner.
Acked-by: Bruce Richardson <bruce.richardson@intel.com>
> > --- a/MAINTAINERS
> > +++ b/MAINTAINERS
> > @@ -117,6 +117,7 @@ F: lib/librte_eal/freebsd/BSDmakefile.meson
> > F: meson_options.txt
> > F: config/rte_config.h
> > F: buildtools/gen-pmdinfo-cfile.sh
> > +F: buildtools/map_to_def.py
> > F: buildtools/symlink-drivers-solibs.sh
>
>
>
>
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [dpdk-dev] [PATCH] maintainers: add Windows exports script
2019-06-17 10:02 ` Bruce Richardson
@ 2019-06-17 11:28 ` Thomas Monjalon
0 siblings, 0 replies; 5+ messages in thread
From: Thomas Monjalon @ 2019-06-17 11:28 UTC (permalink / raw)
To: Bruce Richardson; +Cc: dev
17/06/2019 13:02, Bruce Richardson:
> On Mon, Jun 17, 2019 at 12:33:58PM +0300, Thomas Monjalon wrote:
> > 13/06/2019 17:11, Thomas Monjalon:
> > > A script used with meson was missing in the list of files.
> > >
> > > Fixes: 4c773788e05a ("build: generate Windows exports file")
> > > Cc: bruce.richardson@intel.com
> > >
> > > Signed-off-by: Thomas Monjalon <thomas@monjalon.net>
> >
> >
> > Bruce, do you agree with following addition?
> >
>
> No objections. Sorry for not replying sooner.
>
> Acked-by: Bruce Richardson <bruce.richardson@intel.com>
Applied, thanks
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2019-06-17 11:29 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-06-13 14:11 [dpdk-dev] [PATCH] maintainers: add Windows exports script Thomas Monjalon
2019-06-13 14:17 ` David Marchand
2019-06-17 9:33 ` Thomas Monjalon
2019-06-17 10:02 ` Bruce Richardson
2019-06-17 11:28 ` Thomas Monjalon
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).