From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v2 2/4] doc: remove redundant prerequisite info for dpaa devices Date: Sun, 16 Sep 2018 01:05:47 +0200 Message-ID: <1682492.GABOoNfPDe@xps> References: <1535614772-20886-1-git-send-email-hemant.agrawal@nxp.com> <1536305122-23322-1-git-send-email-hemant.agrawal@nxp.com> <1536305122-23322-2-git-send-email-hemant.agrawal@nxp.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, john.mcnamara@intel.com To: Hemant Agrawal Return-path: Received: from out1-smtp.messagingengine.com (out1-smtp.messagingengine.com [66.111.4.25]) by dpdk.org (Postfix) with ESMTP id 6267A2C37 for ; Sun, 16 Sep 2018 10:05:12 +0200 (CEST) In-Reply-To: <1536305122-23322-2-git-send-email-hemant.agrawal@nxp.com> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 07/09/2018 09:25, Hemant Agrawal: > Signed-off-by: Hemant Agrawal > --- > doc/guides/cryptodevs/dpaa_sec.rst | 25 ++-------------- > doc/guides/eventdevs/dpaa.rst | 48 +++---------------------------- > doc/guides/nics/dpaa.rst | 59 +------------------------------------- > 3 files changed, 7 insertions(+), 125 deletions(-) If I understand well, first patch is copying the content in a new place, and second patch is removing the original content. It is a move, right? Would it be clearer to merge patch pairs?