From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-5.8 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 28DB6C43460 for ; Mon, 5 Apr 2021 11:16:36 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id E65E461158 for ; Mon, 5 Apr 2021 11:16:35 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233646AbhDELQk (ORCPT ); Mon, 5 Apr 2021 07:16:40 -0400 Received: from mail.kernel.org ([198.145.29.99]:56778 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229639AbhDELQk (ORCPT ); Mon, 5 Apr 2021 07:16:40 -0400 Received: by mail.kernel.org (Postfix) with ESMTPSA id 09EF9613AD; Mon, 5 Apr 2021 11:16:33 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1617621394; bh=ZgX5FuV/d1B88HMRXIpFcIpEF91kBI/1grIvpM3ISU8=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=yKCjUSF2qmT3zjArYOV07BK0ubsSA+Garp1PiqqswEfpSwcNPrJ8ezbHPgFY/09hP 5EZCoLV6XwhMFDGpte12URD+aICjSxvbTJPAnmA2X7gIxqeLRfPRe/2/j3tGQwkF1c 0dZsOZJamg5yiCjchaboGSy15gmzbcWuzarex9pA= Date: Mon, 5 Apr 2021 13:16:32 +0200 From: Greg Kroah-Hartman To: Gustavo Pimentel Cc: linux-doc@vger.kernel.org, linux-pci@vger.kernel.org, linux-kernel@vger.kernel.org, Derek Kiernan , Dragan Cvetic , Arnd Bergmann , Andrew Morton , Jonathan Corbet , Bjorn Helgaas , Krzysztof =?utf-8?Q?Wilczy=C5=84ski?= Subject: Re: [PATCH v10 0/4] misc: Add Synopsys DesignWare xData IP driver Message-ID: References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: linux-pci@vger.kernel.org On Mon, Mar 29, 2021 at 01:17:44PM +0200, Gustavo Pimentel wrote: > This patch series adds a new driver called xData-pcie for the Synopsys > DesignWare PCIe prototype. > > The driver configures and enables the Synopsys DesignWare PCIe traffic > generator IP inside of prototype Endpoint which will generate upstream > and downstream PCIe traffic. This allows to quickly test the PCIe link > throughput speed and check is the prototype solution has some limitation > or not. Looks good, all now queued up. greg k-h