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 BDAA6A00B8; Mon, 28 Oct 2019 11:03:08 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 961E61BF05; Mon, 28 Oct 2019 11:03:07 +0100 (CET) Received: from new1-smtp.messagingengine.com (new1-smtp.messagingengine.com [66.111.4.221]) by dpdk.org (Postfix) with ESMTP id B8C431BF05 for ; Mon, 28 Oct 2019 11:03:04 +0100 (CET) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailnew.nyi.internal (Postfix) with ESMTP id 65EAE75AE; Mon, 28 Oct 2019 06:03:04 -0400 (EDT) Received: from mailfrontend1 ([10.202.2.162]) by compute1.internal (MEProxy); Mon, 28 Oct 2019 06:03:04 -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=7s14irrWfZ47CqsWIv52AH0iU5yVkC54Y8y3dfgx38g=; b=OUs/4hcaR1Ll rkb1c1EH7mITk9tB54nvzIWpCYl2hocL+SEV7vb1fXoQEwlrBqVcD7zsg/akIR6J Fd+aNGhI7rC2dnmbWezLrWknzPMD+C7y9bfxIEH8ci/NUF525IywBYv+twBrdJDf 6p47cEwFs9jAboRiGqL+B7ocvP0H8GU= 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=7s14irrWfZ47CqsWIv52AH0iU5yVkC54Y8y3dfgx3 8g=; b=DMXOrQJarhaZoUR1RMhHNIQVLiizdLV7k7gBSxFhCeMWpXk1uRP+G9Dne WazM1oV7cRbFjJqNeNhDx51iwRgi8DqJqJctQs9kiHdaP0HgXNUHaBrzU5CUBkx4 WO+4FFTqVnxCnUDRIRadCZO6TKt25/hycHDlEGWwmDAJO5iQ0l+ucm8Ocu7VFSee 3Z0U9KCWvNOIxC+tIrhBcmlFx6TITt3psg+EgHOk8mwOF+sh2r69D2auySe0jFnh ZrodF8e9ieSVDIn6Bbg/UE4MOqvluN5p7qPxfKR9vOl0Cl2W3VZ3tVQJpTia7Oq9 IsWtvOrgVUiYHcG3R2gUWqpBUlmsA== X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgedufedrleelgdduudcutefuodetggdotefrodftvf curfhrohhfihhlvgemucfhrghsthforghilhdpqfgfvfdpuffrtefokffrpgfnqfghnecu uegrihhlohhuthemuceftddtnecunecujfgurhephffvufffkfgjfhgggfgtsehtufertd dttddvnecuhfhrohhmpefvhhhomhgrshcuofhonhhjrghlohhnuceothhhohhmrghssehm ohhnjhgrlhhonhdrnhgvtheqnecukfhppeejjedrudefgedrvddtfedrudekgeenucfrrg hrrghmpehmrghilhhfrhhomhepthhhohhmrghssehmohhnjhgrlhhonhdrnhgvthenucev lhhushhtvghrufhiiigvpedt 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 A1AB980061; Mon, 28 Oct 2019 06:03:00 -0400 (EDT) From: Thomas Monjalon To: Ray Kinsella Cc: dev@dpdk.org, stephen@networkplumber.org, bruce.richardson@intel.com, ferruh.yigit@intel.com, konstantin.ananyev@intel.com, jerinj@marvell.com, olivier.matz@6wind.com, nhorman@tuxdriver.com, maxime.coquelin@redhat.com, john.mcnamara@intel.com, marko.kovacevic@intel.com, hemant.agrawal@nxp.com, ktraynor@redhat.com, aconole@redhat.com Date: Mon, 28 Oct 2019 11:02:59 +0100 Message-ID: <2901660.KKDCcqBxmT@xps> In-Reply-To: References: <1569603283-1857-1-git-send-email-mdr@ashroe.eu> <10410603.iXVFKWJQZn@xps> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH v6 2/4] doc: changes to abi policy introducing major abi versions 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" 25/10/2019 11:10, Ray Kinsella: > Hi Thomas, > > QQ - So is there really a 'no png' rule, because we have lots of them in the documentation? Yes, really. > root@rkinsell-MOBL2:.../rkinsell/dpdk# find doc/ -name "*.png" | wc -l > 61 > root@rkinsell-MOBL2:.../rkinsell/dpdk# find doc/ -name "*.svg" | wc -l > 116 That's because some of the initial PNGs were not converted. > I am looking at recreating the images as SVG, but if it comes down to it - would they be ok to go as PNGs? You already did it as SVG, thanks.