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 09426A04C1; Tue, 26 Nov 2019 09:47:47 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id CA87D2A5D; Tue, 26 Nov 2019 09:47:46 +0100 (CET) Received: from out2-smtp.messagingengine.com (out2-smtp.messagingengine.com [66.111.4.26]) by dpdk.org (Postfix) with ESMTP id 1C40B28EE for ; Tue, 26 Nov 2019 09:47:45 +0100 (CET) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id 5FEFE228FD; Tue, 26 Nov 2019 03:47:44 -0500 (EST) Received: from mailfrontend2 ([10.202.2.163]) by compute1.internal (MEProxy); Tue, 26 Nov 2019 03:47:44 -0500 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=KpWDsY+dk7rPnb9dNwyptMUe5NWE2rqRqc3dXQjicTA=; b=nED1bLf8TdrV lbIllvdxSWpNoHYmlBiKbk8m19tOPmWZtZ6peRKNJp4CnP8ixUP9BQpWHudmI+Fx JAg6Yy0vl2UMg0TgNIrID4/wb4hYlNL6o1w32cOeuUMHWTM0q6LEtEIaQhWDXmG4 MjPngi+YyniT1ojPI0/U4Ea1Baf8lbY= 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=fm1; bh=KpWDsY+dk7rPnb9dNwyptMUe5NWE2rqRqc3dXQjic TA=; b=xGSKw86swWQDunOM3DatOaT0BWrKn254UvWBkm4y9D/Bz/LdNXsbKT9D2 CiIPBKnjjDQ8ileMW/yZDnwhZRQRfb/DF7ew0MQbE5FaYflG8CrE6Amo9cJjqppw lKo3vhYQm3IoiXJD2tTG2qAV7U0FJu2M3zEY90NjMZ6Q38Lwlec5nO3iLBdMVBwj tibwoiR/+IAt9C+/boBQmwREkQZd8Y4B/kE1dpV6XnvTGeAdoky+3JdoWlBs3/nm SwuOdyvi5ZFAZEHCB3IvEr6QX0JsXWyJAvJfncyjqSahuT1QrtEbdSgmDyA6eLSC H2qSRc2bis8q4Q6cxfRD5Lo7dP/mQ== X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgedufedrudeivddguddvhecutefuodetggdotefrod ftvfcurfhrohhfihhlvgemucfhrghsthforghilhdpqfgfvfdpuffrtefokffrpgfnqfgh necuuegrihhlohhuthemuceftddtnecusecvtfgvtghiphhivghnthhsucdlqddutddtmd enucfjughrpefhvffufffkjghfggfgtgesthfuredttddtvdenucfhrhhomhepvfhhohhm rghsucfoohhnjhgrlhhonhcuoehthhhomhgrshesmhhonhhjrghlohhnrdhnvghtqeenuc fkphepjeejrddufeegrddvtdefrddukeegnecurfgrrhgrmhepmhgrihhlfhhrohhmpeht hhhomhgrshesmhhonhhjrghlohhnrdhnvghtnecuvehluhhsthgvrhfuihiivgeptd 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 5F817306005B; Tue, 26 Nov 2019 03:47:43 -0500 (EST) From: Thomas Monjalon To: Jasvinder Singh Cc: dev@dpdk.org, cristian.dumitrescu@intel.com, john.mcnamara@intel.com, marko.kovacevic@intel.com Date: Tue, 26 Nov 2019 09:47:41 +0100 Message-ID: <3017568.4A7DOBss1a@xps> In-Reply-To: <20191029131942.50298-1-jasvinder.singh@intel.com> References: <20191029131942.50298-1-jasvinder.singh@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH 1/3] sched: documentation update 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" 29/10/2019 14:19, Jasvinder Singh: > Updates documentation to reflect the changes in the qos scheduler > library. > > Signed-off-by: Jasvinder Singh > --- > .../prog_guide/img/sched_hier_per_port.png | Bin 58973 -> 0 bytes > .../prog_guide/img/sched_hier_per_port.svg | Bin 0 -> 1463490 bytes [...] > -.. figure:: img/sched_hier_per_port.* > +.. figure:: img/sched_hier_per_port.svg checkpatches.sh raises this warning: Warning in /doc/guides/prog_guide/qos_framework.rst: Using explicit .svg extension instead of .* Wildcard is needed because PDF build converts svg to png. I will fix when applying.