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,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 86FC5C433ED for ; Thu, 20 May 2021 12:39:55 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 6B2C361184 for ; Thu, 20 May 2021 12:39:55 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S237423AbhETMlO (ORCPT ); Thu, 20 May 2021 08:41:14 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:57950 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S238043AbhETMlD (ORCPT ); Thu, 20 May 2021 08:41:03 -0400 Received: from mail-lf1-x133.google.com (mail-lf1-x133.google.com [IPv6:2a00:1450:4864:20::133]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 92275C061239 for ; Thu, 20 May 2021 04:58:52 -0700 (PDT) Received: by mail-lf1-x133.google.com with SMTP id v8so19110949lft.8 for ; Thu, 20 May 2021 04:58:52 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=SbkeWKgFA087dOLlZvAZZU0ouqEITPuzLojLWaP9xgo=; b=He0rcQ1pm8qmSLHWyXUXLDdZX3NhP9wUjC9eRjni+SLRjb7nBpTYCTD7eCWHYETKgn IE++2ehevJ5sra2zlvCJwg6J7ohOssNN/+LAuU76MabvzXF4UihCJrk8A+e6d9288Pcx jsYXAGvRGfThd4TbMAJwJxF21Rh5+F4N+HL6QaRkEGxv9u0lFTHTu9i8E2PbEGk6bQQH 8WGAFPU7/M2pQD6f8Ib4FdjnYJBQ+o8e8YsF1GmbibL4b08Ir3Vv7epxrVe4k9lmXBOj GfUCf2BgIcFT3usLor76MxVAvmserxnz/UdkXA2As99j8+qFtRNHW5RYwH+pCkiMk8yr 5JFg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=SbkeWKgFA087dOLlZvAZZU0ouqEITPuzLojLWaP9xgo=; b=QqF6zEacS+xB2G6Ldtm1One2j0kRj++bhlebYnIqEHZvOcXCg5lWvlDV9+lry8j0vu w0s0Rk09sBQxRgXJwbuanM4uo5B8IIkX3nAX7yVHGUofVXUYJaqx7NZ86sbprn4A6crE iUjjnU+BcAMuGnLSVrrkrBWKWufOdGa2ZCSrDeaHluvUbWoxq6z7mxvwbcE4NUTTYKXa uCK4zMpFDUL4ojM7Wv4qxNezLnMz0pGfeMAs0a6I569MmRenMG8Pe7+BtSvqNpfQhu/0 5TWQ0zM8GYd2xW+tNp2KI0arXKkDBdd8G8iCrRiKFg/7KyAsUsZxFoE16DBqpIZK2O8n OoSA== X-Gm-Message-State: AOAM532jKJ3fRUGyMMLgi473GPQujXrx5IQSuydogH7Gb7RAei56tV6e TMhaRxTw7+eEXLHdYueYKkoRMtcngsuAxTF6Gc2WmA== X-Google-Smtp-Source: ABdhPJz0GaV73IL6WOG3YMGMH+NwVtnjpzjMiH5B4CYLZw/pOXkIl6QIUxpIrzh9QE7l5VxiHKhXK6SOBLMzntG364c= X-Received: by 2002:a05:6512:49b:: with SMTP id v27mr3222302lfq.29.1621511930963; Thu, 20 May 2021 04:58:50 -0700 (PDT) MIME-Version: 1.0 References: <20210513110040.2268-1-maciej.kwapulinski@linux.intel.com> In-Reply-To: <20210513110040.2268-1-maciej.kwapulinski@linux.intel.com> From: Linus Walleij Date: Thu, 20 May 2021 13:58:39 +0200 Message-ID: Subject: Re: [PATCH v3 00/14] Driver of Intel(R) Gaussian & Neural Accelerator To: Maciej Kwapulinski , Olof Johansson Cc: Greg Kroah-Hartman , Arnd Bergmann , Jonathan Corbet , Derek Kiernan , Dragan Cvetic , Andy Shevchenko , linux-kernel , Linux Doc Mailing List Content-Type: text/plain; charset="UTF-8" Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, May 13, 2021 at 1:01 PM Maciej Kwapulinski wrote: > This submission is a kernel driver to support Intel(R) Gaussian & Neural > Accelerator (Intel(R) GNA). Intel(R) GNA is a PCI-based neural co-processor > available on multiple Intel platforms. I replied to v2 and did not get any answer: https://lore.kernel.org/lkml/CACRpkdaHMKueLr9Q5CAXQXN5A5FwZScfroE-DYfK+NaGXaqN1A@mail.gmail.com/ Now more kernel maintainers are saying more or less the same thing, please address and reply to serious architectural comments instead of sending new iterations of the same patch set. Also include me and Olof Johansson when reposting, thanks. Yours, Linus Walleij