From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wg0-f46.google.com (mail-wg0-f46.google.com [74.125.82.46]) by dpdk.org (Postfix) with ESMTP id E84C05A58 for ; Wed, 15 Jul 2015 16:09:05 +0200 (CEST) Received: by wgkl9 with SMTP id l9so34706445wgk.1 for ; Wed, 15 Jul 2015 07:09:05 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id:organization :user-agent:in-reply-to:references:mime-version :content-transfer-encoding:content-type; bh=fVK+yGwW9Ur+16F6eiec7W4B3lxERA71yQ5mqMZ4tWk=; b=hy+sb/t/NNEJJB8wPFNc7avoBLpVYzjDLJKc0aqQ4zK9c1UcEUTWGUR/uI3rW6AcPQ lF6XhMrsooUZ4xt41EqQu+CZcBCwcoUC2DcirLh2/NbiRJNTWfJuHl3AIBrTBqRGuN94 WtitoF1jhg+78YuzCX13Vjr0VLhK+khPOShPw8LzBQ8F9CYqBT+cLAxGwJN2z7vdVa6I Y6/hvWxx3IORIuaEQxyvrsiznLKQTu88i3qcCVptJX6nqi+JhSq4mi/U8llE1JytL+V+ DrhSxhmjtRlde35daoMAnimvypN6QKof88uZESMi28ThNYmZBVCaq/almEtV5z6IWl59 Egaw== X-Gm-Message-State: ALoCoQlon9KhjCfMGG162h1DCHZRx70ZAiId94yxbz0KLP+9OS0MdDsUfySxihomdQBOmShopxS7 X-Received: by 10.194.200.42 with SMTP id jp10mr9216870wjc.66.1436969345759; Wed, 15 Jul 2015 07:09:05 -0700 (PDT) Received: from xps13.localnet (6wind.net2.nerim.net. [213.41.151.210]) by smtp.gmail.com with ESMTPSA id ck7sm8078712wjc.43.2015.07.15.07.09.04 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 15 Jul 2015 07:09:04 -0700 (PDT) From: Thomas Monjalon To: Sergio Gonzalez Monroy Date: Wed, 15 Jul 2015 16:07:54 +0200 Message-ID: <4037369.Rb2W2sk6PP@xps13> Organization: 6WIND User-Agent: KMail/4.14.8 (Linux/4.0.4-2-ARCH; KDE/4.14.8; x86_64; ; ) In-Reply-To: <1436948793-12867-10-git-send-email-sergio.gonzalez.monroy@intel.com> References: <1436864233-24746-1-git-send-email-sergio.gonzalez.monroy@intel.com> <1436948793-12867-1-git-send-email-sergio.gonzalez.monroy@intel.com> <1436948793-12867-10-git-send-email-sergio.gonzalez.monroy@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Cc: dev@dpdk.org Subject: Re: [dpdk-dev] [PATCH v9 9/9] doc: update malloc documentation X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Jul 2015 14:09:06 -0000 2015-07-15 09:26, Sergio Gonzalez Monroy: > Update malloc documentation to reflect new implementation details. > > doc/guides/prog_guide/img/malloc_heap.png | Bin 81329 -> 80952 bytes Sorry, you cannot update a PNG file without converting it as a SVG file. Some PNG files were allowed when importing doc in git. But we shouldn't allow it anymore because it doesn't allow others to update the image. Thanks