From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id 6F52EA04C3; Sat, 12 Sep 2020 10:56:06 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 20F8A1C0DA; Sat, 12 Sep 2020 10:56:05 +0200 (CEST) Received: from wout5-smtp.messagingengine.com (wout5-smtp.messagingengine.com [64.147.123.21]) by dpdk.org (Postfix) with ESMTP id 5DC661C0CF for ; Sat, 12 Sep 2020 10:56:03 +0200 (CEST) Received: from compute7.internal (compute7.nyi.internal [10.202.2.47]) by mailout.west.internal (Postfix) with ESMTP id B113C6CC; Sat, 12 Sep 2020 04:56:01 -0400 (EDT) Received: from mailfrontend2 ([10.202.2.163]) by compute7.internal (MEProxy); Sat, 12 Sep 2020 04:56:02 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monjalon.net; h= from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding:content-type; s=fm2; bh= WaPun/xArHqaLKKlHLuBIzoSZ1QcdXaxjEeoOp/rBMc=; b=L53lP1m8IIal/qdw PpaoA1xHF2rhqUh3BNJ8nXHJdFQYxrtLlSotCUJbQW4x55Xb8ZwYtNj81nIejRgU LiHZ/Hjek7wV3zpNRyE0N8WJeQ7aOLwfBLNb3kgLzQVAHB5KF4LXJ3PFqOMRvMoR oWvtGcD9eEehd0kQH7jbP3CiPnu0agZVG9FglK0igN96Rf/xFNb+cPhTrMkqbkne pj7mJdXI3TPjgNRI8+eVcqmqV5qfsvxL/6ZqNvrXaXQbK5la1gY7vSoY89obsVQ5 Zvvk4Mpdl3FOFaYLhbgrN7Ia8y9RbC2gU/fuNPoWBsIY74Hn8slkcfH2yF/jWczY +gfxXw== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-me-proxy:x-me-proxy:x-me-sender:x-me-sender :x-sasl-enc; s=fm3; bh=WaPun/xArHqaLKKlHLuBIzoSZ1QcdXaxjEeoOp/rB Mc=; b=BF8oObpn9uQnW0El0jvtzONC7+9ga1gxDeH3IPmjqMrl6Q9UjzCE/Cyuq ALzWYkVm1eGQPAPusL6Stqd7qJKp/8x2o81dRr/FA51g+JXmrFGYOHhMzqrdbEPI j2SDQYEotZfjtAnWYmHBiKr75Q1zMemYuzCDpp6zfzcD/cbXFo0SbPek5ZTbPvEv ySuxPSAI78RMFlvT4zlqJl5gK0nKdmozCjT+AVqGavAyT52htjQxAmz56NswtG32 5cLDV4UIRxY23zU9G4jzyTAm55rJM4PXHgWt0qUx2T/0vQn8A+Pf8cvX+12VO7ca woxP/P4FwArJ/Bx3LSGDuZ7GmQ7KA== X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgeduiedrudeiuddguddtucetufdoteggodetrfdotf fvucfrrhhofhhilhgvmecuhfgrshhtofgrihhlpdfqfgfvpdfurfetoffkrfgpnffqhgen uceurghilhhouhhtmecufedttdenucesvcftvggtihhpihgvnhhtshculddquddttddmne cujfgurhephffvufffkfgjfhgggfgtsehtufertddttddvnecuhfhrohhmpefvhhhomhgr shcuofhonhhjrghlohhnuceothhhohhmrghssehmohhnjhgrlhhonhdrnhgvtheqnecugg ftrfgrthhtvghrnhepffdvffejueetleefieeludduuefgteejleevfeekjeefieegheet ffdvkeefgedunecuffhomhgrihhnpeguphgukhdrohhrghenucfkphepjeejrddufeegrd dvtdefrddukeegnecuvehluhhsthgvrhfuihiivgeptdenucfrrghrrghmpehmrghilhhf rhhomhepthhhohhmrghssehmohhnjhgrlhhonhdrnhgvth X-ME-Proxy: Received: from xps.localnet (184.203.134.77.rev.sfr.net [77.134.203.184]) by mail.messagingengine.com (Postfix) with ESMTPA id 181C3306467E; Sat, 12 Sep 2020 04:56:00 -0400 (EDT) From: Thomas Monjalon To: Ferruh Yigit Cc: dev@dpdk.org, david.marchand@redhat.com, jerinj@marvell.com, stephen@networkplumber.org Date: Sat, 12 Sep 2020 10:55:57 +0200 Message-ID: <4556062.c2Oo22o5jP@thomas> In-Reply-To: References: <20200907225049.547832-1-thomas@monjalon.net> <20200911155448.2744303-1-thomas@monjalon.net> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH v2] kernel: remove igb_uio X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 11/09/2020 18:22, Ferruh Yigit: > On 9/11/2020 4:54 PM, Thomas Monjalon wrote: > > As decided in the Technical Board in November 2019, > > the kernel module igb_uio is moved to the dpdk-kmods repository > > in the /linux/igb_uio/ directory. > > > > Minutes of Technical Board meeting: > > https://mails.dpdk.org/archives/dev/2019-November/151763.html > > > > Signed-off-by: Thomas Monjalon > > --- > > v2: update few docs (including release notes) > > <...> > > > @@ -292,7 +292,6 @@ F: doc/guides/linux_gsg/ > > > > Linux UIO > > M: Ferruh Yigit > > -F: kernel/linux/igb_uio/ > > F: drivers/bus/pci/linux/*uio* > > > > We are loosing maintainer information for the kernel module, same concern for > other kernel modules in the 'dpdk-kmods' repo. There is not even contribution guidelines, mailing-list etc. > One option is 'dpdk-kmods' repo can have it's maintainers file, but I believe > better to have single maintainer file, and cover the maintainer and location > information in this file. I think the contribution infos (including maintainers contact) should be inside the repo dpdk-kmods. > <...> > > +which can be found in the repository ``dpdk-kmods``. > > There is no information where 'dpdk-kmods' repo is. It can be good to have it as > link. The real URL would be the git ones: git://dpdk.org/dpdk-kmods http://dpdk.org/git/dpdk-kmods but the most convenient (for clicking) should be the cgit one: http://git.dpdk.org/dpdk-kmods/ or directly the sub-directory in cgit: http://git.dpdk.org/dpdk-kmods/tree/linux/igb_uio Note that this last one does not show the git URLs for cloning. Which one do you prefer?