DPDK patches and discussions
 help / color / mirror / Atom feed
* [dpdk-dev] [PATCH] maintainers: set git tree for EAL and core libraries
@ 2020-01-20 20:35 David Marchand
  2020-01-22 22:07 ` Thomas Monjalon
  0 siblings, 1 reply; 2+ messages in thread
From: David Marchand @ 2020-01-20 20:35 UTC (permalink / raw)
  To: dev; +Cc: Thomas Monjalon

Without a git tree, the "guess" script from dpdk-ci will ignore all files
that are referenced in those sections and let a patchset land in any
subtree.
Changes in the EAL, mbuf, mempool... go through the main repository.

Signed-off-by: David Marchand <david.marchand@redhat.com>
---
 MAINTAINERS | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/MAINTAINERS b/MAINTAINERS
index a2cccc760..d5690ad1f 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -161,6 +161,7 @@ F: doc/guides/tools/pmdinfo.rst
 
 Environment Abstraction Layer
 -----------------------------
+T: git://dpdk.org/dpdk
 
 EAL API and common code
 F: lib/librte_eal/common/*
@@ -329,6 +330,7 @@ F: doc/guides/windows_gsg/
 
 Core Libraries
 --------------
+T: git://dpdk.org/dpdk
 
 Memory pool
 M: Olivier Matz <olivier.matz@6wind.com>
-- 
2.23.0


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [dpdk-dev] [PATCH] maintainers: set git tree for EAL and core libraries
  2020-01-20 20:35 [dpdk-dev] [PATCH] maintainers: set git tree for EAL and core libraries David Marchand
@ 2020-01-22 22:07 ` Thomas Monjalon
  0 siblings, 0 replies; 2+ messages in thread
From: Thomas Monjalon @ 2020-01-22 22:07 UTC (permalink / raw)
  To: David Marchand; +Cc: dev

20/01/2020 21:35, David Marchand:
> Without a git tree, the "guess" script from dpdk-ci will ignore all files
> that are referenced in those sections and let a patchset land in any
> subtree.
> Changes in the EAL, mbuf, mempool... go through the main repository.
> 
> Signed-off-by: David Marchand <david.marchand@redhat.com>

Acked-by: Thomas Monjalon <thomas@monjalon.net>

Note: this is needed because of this change in our tooling:
http://git.dpdk.org/tools/dpdk-ci/commit/?id=fb8eab4f89333

Applied, thanks



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-01-22 22:07 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-01-20 20:35 [dpdk-dev] [PATCH] maintainers: set git tree for EAL and core libraries David Marchand
2020-01-22 22:07 ` 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).