From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wi0-f177.google.com (mail-wi0-f177.google.com [209.85.212.177]) by dpdk.org (Postfix) with ESMTP id 9D5F65A8C for ; Tue, 31 Mar 2015 02:19:50 +0200 (CEST) Received: by wibg7 with SMTP id g7so4462239wib.1 for ; Mon, 30 Mar 2015 17:19:50 -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=q/U4FMNwC+/IY25iZD0S3NL+AcaplVImVzRawtsPLTg=; b=dKLcf0ri9NcnE3LWW4kLz2CYxdxGwcV6dkbHsCP0D3yQ8DfBle8fJW3nFdyn7apnyN qgF0OeDNZcQcwkJIWusxxgYr2qV82mL8987gSfn6AWOLVwbTKSmjrn63LtPFpQ2EFX4N i9na0PprvjIcg9tlBn3EUqQTDG0gP8vIlwtJxURnBPUD1F2Gy1rE8R0VYVj50UKJSYdT 2fJNPNlgBSVJwViXyenZuZhvw5YbiHYPHgFuc9Je5Gyay29mWjXyx0m2av1iFuzGOJ+3 2beRucd0lPB8Ap+9ftKlIaRknrjyl9IGep4SGgWXhyT57vIFmViDwahXcCKRx/vrENjL rz6g== X-Gm-Message-State: ALoCoQn+/RmQ6dH3E+d9WcRtyimnVl8WnxmZWGcGKf+NBEHT73JfLmHMEYyg7TaNA8qwjNsv/Rq8 X-Received: by 10.180.81.65 with SMTP id y1mr595447wix.14.1427761190535; Mon, 30 Mar 2015 17:19:50 -0700 (PDT) Received: from xps13.localnet (136-92-190-109.dsl.ovh.fr. [109.190.92.136]) by mx.google.com with ESMTPSA id uo6sm17876788wjc.49.2015.03.30.17.19.49 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 30 Mar 2015 17:19:49 -0700 (PDT) From: Thomas Monjalon To: "Wodkowski, PawelX" Date: Tue, 31 Mar 2015 02:19:08 +0200 Message-ID: <12325474.oMxRoBkuTi@xps13> Organization: 6WIND User-Agent: KMail/4.14.4 (Linux/3.18.4-1-ARCH; KDE/4.14.4; x86_64; ; ) In-Reply-To: References: <1426066917-4602-1-git-send-email-pawelx.wodkowski@intel.com> <1426674039-13016-1-git-send-email-pawelx.wodkowski@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 v2] doc: add l2fwd-jobstats user guide 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: Tue, 31 Mar 2015 00:19:50 -0000 2015-03-27 15:33, De Lara Guarch, Pablo: > > Signed-off-by: Pawel Wodkowski > > --- > > > > Changes v2 > > 1. Fix trailing spaces and typos. > > 2. Add maintaners claim > > PDF will not build due to the extension of the images. Can you change them from ".svg" to ".*"? Applied with above fix, thanks