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 AA48EA0613 for ; Tue, 30 Jul 2019 23:14:41 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id D906A1BF9D; Tue, 30 Jul 2019 23:14:40 +0200 (CEST) Received: from out4-smtp.messagingengine.com (out4-smtp.messagingengine.com [66.111.4.28]) by dpdk.org (Postfix) with ESMTP id B67EF1BF6C for ; Tue, 30 Jul 2019 23:14:39 +0200 (CEST) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id 52AD72229F; Tue, 30 Jul 2019 17:14:39 -0400 (EDT) Received: from mailfrontend2 ([10.202.2.163]) by compute1.internal (MEProxy); Tue, 30 Jul 2019 17:14:39 -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=mesmtp; bh=JeGUbGQ10d3WMfo9sEUbyiSAjv8YURQ14oOWOmC2P+Q=; b=Lf30N0Sk4c/+ /hezF7VBNW1iec3F5IPwKv0cm4c2ELPmySm4Ye7JTU0w8tcvzoQ05J9sQDrWioAy oW7zZpF9TyM5CEu2THVDac3yqg6zQ6zS+eIrBtD2EF0weOk/YNwNPIKTpnz39brq a4DpUa/esMVW1hRylBWpdrEyLG7Zz5Q= 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=JeGUbGQ10d3WMfo9sEUbyiSAjv8YURQ14oOWOmC2P +Q=; b=PsNsKTG1IaJq7+qVAAYSfp4wLTYy/Ijaz2Ov1rQa4OMmQVHLKGWoosD0G HOKbxnBWXOiuJkQ1s7s1epK8AouVGPMt2fdH3SFkVZIkCulpCEHfxJDt2haXft3i feHENnlKR9aWPq74KyerB/wYCSkK+2vrZuXRh26e4dgVRa4F153tEf6eU6heEvHI Eep3OVYZpOxTf4sxGcvdXDwvMJ5DGvjzgLkBFYcTdMa71nzRHB+HfcEIpqYMvSas 4xQf2Eimmdexb+r0PaEAPk553jJL1kwdeSvlXbhIgjUwJY1/VHS5MB5ZGLYALoVR /RLD8zPrwv49SgsQNOzrqizS5ydsA== X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgeduvddrleefgdduheeiucetufdoteggodetrfdotf fvucfrrhhofhhilhgvmecuhfgrshhtofgrihhlpdfqfgfvpdfurfetoffkrfgpnffqhgen uceurghilhhouhhtmecufedttdenucesvcftvggtihhpihgvnhhtshculddquddttddmne cujfgurhephffvufffkfgjfhgggfgtsehtufertddttddvnecuhfhrohhmpefvhhhomhgr shcuofhonhhjrghlohhnuceothhhohhmrghssehmohhnjhgrlhhonhdrnhgvtheqnecukf hppeejjedrudefgedrvddtfedrudekgeenucfrrghrrghmpehmrghilhhfrhhomhepthhh ohhmrghssehmohhnjhgrlhhonhdrnhgvthenucevlhhushhtvghrufhiiigvpedt 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 49C74380079; Tue, 30 Jul 2019 17:14:38 -0400 (EDT) From: Thomas Monjalon To: "Singh, Jasvinder" Cc: dev@dpdk.org, "Dumitrescu, Cristian" Date: Tue, 30 Jul 2019 23:14:36 +0200 Message-ID: <2881726.t8e2CTCNzB@xps> In-Reply-To: <3EB4FA525960D640B5BDFFD6A3D891268E8F3CEB@IRSMSX108.ger.corp.intel.com> References: <20190726164215.40173-1-jasvinder.singh@intel.com> <3EB4FA525960D640B5BDFFD6A3D891268E8F3CEB@IRSMSX108.ger.corp.intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH] maintainers: add co-maintainer to sched library 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" > > Add myself as a co-maintainer to dpdk sched library. > > > > Signed-off-by: Jasvinder Singh > > --- > > Hierarchical scheduler > > M: Cristian Dumitrescu > > +M: Jasvinder Singh > > F: lib/librte_sched/ > > F: doc/guides/prog_guide/qos_framework.rst > > F: app/test/test_red.c > > Acked-by: Cristian Dumitrescu Applied, thanks