From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from out1-smtp.messagingengine.com (out1-smtp.messagingengine.com [66.111.4.25]) by dpdk.org (Postfix) with ESMTP id 4CA8F2BF7 for ; Thu, 23 Aug 2018 13:24:11 +0200 (CEST) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id CA34E21F17; Thu, 23 Aug 2018 07:24:10 -0400 (EDT) Received: from mailfrontend1 ([10.202.2.162]) by compute1.internal (MEProxy); Thu, 23 Aug 2018 07:24:10 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monjalon.net; h= cc:content-transfer-encoding:content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to:x-me-sender :x-me-sender:x-sasl-enc; s=mesmtp; bh=k+kuMfnlnqGq6CV6IE2GBaBJDR b8eW5Ot6cQ41tcLho=; b=HGsKKZYSclYkhQxn9Ga646rib8p8NYiHcG90VRQmv6 0qxn63p4ffMuOlKVaO5yuqHi7ARlqBBl6MYpptO+K8kDfwLwxO7MrKyl7SK+E8IE 81ujwoz/TgP4ztpUQkOB4r9/kh6kZKYrNMmVYVMUKT7tYzeWEvT/ucON67IaLViw E= 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-sender:x-me-sender:x-sasl-enc; s=fm3; bh=k+kuMf nlnqGq6CV6IE2GBaBJDRb8eW5Ot6cQ41tcLho=; b=W9U/P0amT07b9INf1J5klh XUiOPg02eVAYSt5rsw0AyH1ezzrNB7FK+D2UotM2W4dxftdNiJWxBS7SaCnL3czl M/Q51pQNTx7YEq6GgAFiO5L31f4STODYrr37mEAS+9K0VLzT2i+uL1ZPt14t4gO7 WyXgvTapJgChuXoM2DLKhXKbibeAK/sHYjSAIDQam3654yZI3cBvK4fwjmT7EOaT lRzeROr7zCml2KInS4ufP7pdyTg93UepphsY2otl9suxucrGeVclqeMNs89H7Slg RCu9PqEBXXIfOXwG/NI5k5hazSq0Q07B+rlmLQJ/Ns0Ir60Tp+hi4SvfxNJLh88Q == X-ME-Proxy: X-ME-Sender: Received: from xps.localnet (163.41.136.77.rev.sfr.net [77.136.41.163]) by mail.messagingengine.com (Postfix) with ESMTPA id 7762AE405E; Thu, 23 Aug 2018 07:24:08 -0400 (EDT) From: Thomas Monjalon To: Akhil Goyal Cc: Fiona Trahe , dev@dpdk.org, pablo.de.lara.guarch@intel.com, tomaszx.jozwiak@intel.com Date: Thu, 23 Aug 2018 13:24:03 +0200 Message-ID: <2703345.FnO9srYX5e@xps> In-Reply-To: <39ccc6a8-3e65-9cb2-5f11-5b5305361c60@nxp.com> References: <1533833430-29134-8-git-send-email-fiona.trahe@intel.com> <1533910253-29652-1-git-send-email-fiona.trahe@intel.com> <39ccc6a8-3e65-9cb2-5f11-5b5305361c60@nxp.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH v3 0/6] doc/qat: clarify build config options 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: , X-List-Received-Date: Thu, 23 Aug 2018 11:24:11 -0000 23/08/2018 13:12, Akhil Goyal: > Patchset applied to dpdk-next-crypto. > > Subject for "doc/qat: fix typos and make cosmetic changes" changed to "doc/qat: correct typo and make cosmetic changes" > > to avoid git log error. Which error? Lack of Fixes tag? As a committer, you must be sure the Fixes tags and Cc: stable@dpdk.org are all set. It is mandatory to know what should be backported and where. Even typos should be backported.