From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id DF52C43154; Fri, 13 Oct 2023 13:27:37 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id BAD53402D4; Fri, 13 Oct 2023 13:27:37 +0200 (CEST) Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.133.124]) by mails.dpdk.org (Postfix) with ESMTP id A67F5402D3 for ; Fri, 13 Oct 2023 13:27:35 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1697196455; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=ZeUyAnRQPDdAHyNJ4T/ox/RzUJa8yCF5cNsYGaT53es=; b=iZM0Mm0Rj73aZ/E0SIIMGBS6t405Z4gQ8wAj5y6YjXVC47JZXAn+WnT8weyCkhStYNJj0R vLrhoc6XMPHEb5Uiuk7XDPh+1cNpXq88SiqOvXbLaC7iny3z/TsJjPAnfi4ktCKayLArPR pamzk06+Nh7qKo+EGzSzI3jZ2RJf6z8= Received: from mail-lj1-f199.google.com (mail-lj1-f199.google.com [209.85.208.199]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.3, cipher=TLS_AES_256_GCM_SHA384) id us-mta-82-jHnG_-8FNSGB14ZJO9UnFw-1; Fri, 13 Oct 2023 07:27:31 -0400 X-MC-Unique: jHnG_-8FNSGB14ZJO9UnFw-1 Received: by mail-lj1-f199.google.com with SMTP id 38308e7fff4ca-2c50234741eso10531271fa.1 for ; Fri, 13 Oct 2023 04:27:31 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1697196450; x=1697801250; h=content-transfer-encoding:cc:to:subject:message-id:date:from :in-reply-to:references:mime-version:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=ZeUyAnRQPDdAHyNJ4T/ox/RzUJa8yCF5cNsYGaT53es=; b=W63AYU7+NP6yTCCU9K04HPSdLvo45VTBzrz2uswd0hQFGveTZS9/a3EvbIlq6EVSuv 3B8U1NWCANZnb4mjJvo8oIsVTvShWJ7vqFdCJHq32FgGWD7zQVnU5AcFku0PySsjLuO0 zzCTEwtx6zW5sG3Zn0uiqzd3GyU5Li7h2arf/ztDKMHvToc0IXKLqWQzdPxHK9iskAJa 0HHXuVo9CuICYa+JjJgim7FlPp3wFAvXtctVw3elZC/CvYyPkpfFGOLLbxt2bp7rcz8i es5F5Yqmuynes+yUcfOQQy7USGBBGAnHDUnR+KXkcHNHSrYsjvM5kg1Y1Qia2ROxWN+x fJEA== X-Gm-Message-State: AOJu0YyaBOGfz5lpMAmMTgYixD/Z5OkueSvNysJ7r4WIycLLILryPzsd J9D1SbE2ljaugZQmDNiGB+kdhuUJz8QlNsM3tGLofeSgRgeEa4Yz5YCeedgESxsZNIcfBnq4ACg aq92SycA+fSHyjbGsI0c= X-Received: by 2002:a2e:7e04:0:b0:2bd:10b7:4610 with SMTP id z4-20020a2e7e04000000b002bd10b74610mr21561760ljc.25.1697196450412; Fri, 13 Oct 2023 04:27:30 -0700 (PDT) X-Google-Smtp-Source: AGHT+IF0U5xFUWwLCdsr7feC2VtT8OYihhxvghSmVh/xW0jcqPfh8cnk7uEusrYVB1A5p+TVjl1cvWLILYaFYBmKPo0= X-Received: by 2002:a2e:7e04:0:b0:2bd:10b7:4610 with SMTP id z4-20020a2e7e04000000b002bd10b74610mr21561742ljc.25.1697196450038; Fri, 13 Oct 2023 04:27:30 -0700 (PDT) MIME-Version: 1.0 References: <20231013105930.893575-1-brian.dooley@intel.com> In-Reply-To: <20231013105930.893575-1-brian.dooley@intel.com> From: David Marchand Date: Fri, 13 Oct 2023 13:27:18 +0200 Message-ID: Subject: Re: [PATCH v1] doc: update QAT kernel module entry To: Brian Dooley Cc: Kai Ji , dev@dpdk.org, gakhil@marvell.com, Ciara Power X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Hello, On Fri, Oct 13, 2023 at 1:00=E2=80=AFPM Brian Dooley wrote: > > The Kernel Module entry for 2.0 devices was incorrect in the doc table. > Updated table with Kernel Module qat_4xxx. > > Fixes: 83ce3b393176 ("doc: update QAT device support") This does not look like the right Fixes: tag. The commit that introduced first this reference to qat_401xxx is f4eac3a09c51 ("common/qat: enable GEN4 b devices"). > > Signed-off-by: Brian Dooley Otherwise, lgtm. Cc: Ciara for info. --=20 David Marchand