From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id 06A60A04E7; Mon, 2 Nov 2020 21:20:00 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 90E832C2A; Mon, 2 Nov 2020 21:19:58 +0100 (CET) Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [63.128.21.124]) by dpdk.org (Postfix) with ESMTP id CA0BFA3 for ; Mon, 2 Nov 2020 21:19:55 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1604348394; 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: in-reply-to:in-reply-to:references:references; bh=zuW2OkggTyxiQD4uUgUdwdt0ZNxG7BUq3l4euG+fmFY=; b=MF6mmNYL1CC70Nl4me2IN/zKBRydvpEE5fcl8kSUBteUHt5oPumgBkthMuJagIy7QnotnR Zw1uvQQlIP/0IHF3axhFanbkXlwVCygXmwgwLEPyVvQSF1QKBeHO2Y/+Ylk+Y2kJMBddd8 i6/IGrUnPkRb1Xmsslu3zr9A4H3F9vE= Received: from mail-vs1-f71.google.com (mail-vs1-f71.google.com [209.85.217.71]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-72-56_-DH1EOYyFV2GsW1So2w-1; Mon, 02 Nov 2020 15:19:52 -0500 X-MC-Unique: 56_-DH1EOYyFV2GsW1So2w-1 Received: by mail-vs1-f71.google.com with SMTP id 2so5308651vsv.17 for ; Mon, 02 Nov 2020 12:19:52 -0800 (PST) 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=zuW2OkggTyxiQD4uUgUdwdt0ZNxG7BUq3l4euG+fmFY=; b=ei4JtaHNfkPiZFAEdkd/akx/qgA0TUde2qQhXm2wNJgV9YDPOT2SCrp73eQJ0B4QtE vjKNJBJIPhk9GMO7qNFVHBVitDaLx1cLuBIN/sqq/TWVRoxZ/Zhj+OsXm6ewyUlx+Nch sUmOHssPLT/Ix9s1xEw1ON0+vRpz1+rvHWI72OyeCNAM5GJSvEDe8otzpE/YJRSZDHf3 O3m6TJJO98PzA3O7PBSyhccOb0N1Td98ghUrmi+6prNOGyUq1oE9o8kp9v5ndPQN4s5P ELpOSowXHmlz23vNXeAyvo6x0kI0GgoY7/6CdKFtxVKEtDXmtlvGkDPbthtWVVnjpSDa O4zw== X-Gm-Message-State: AOAM53185DUoRuNPvZVKFY437a6O9NUYA0I1B87zSWJbBTyBqISn7L3r a6mUb+xxNSuTsR/uY0ckPrMu2sgcfGR9N+dCIo/R5PKTsfFq3upVXEYMKEP39fc7EPBVjQUraKV spVaVxFT8KR8AVrEe3II= X-Received: by 2002:a67:f954:: with SMTP id u20mr16415348vsq.5.1604348392371; Mon, 02 Nov 2020 12:19:52 -0800 (PST) X-Google-Smtp-Source: ABdhPJzJhqUKlEfDLWFcdHuvWBFAunxv2RKY7reodCUpi0krcr1Q7yG3GXHJQFdcAx2k+pGFOfviCaDQ93d/lAGtd1A= X-Received: by 2002:a67:f954:: with SMTP id u20mr16415338vsq.5.1604348392116; Mon, 02 Nov 2020 12:19:52 -0800 (PST) MIME-Version: 1.0 References: <20201102174507.1085128-1-bruce.richardson@intel.com> In-Reply-To: <20201102174507.1085128-1-bruce.richardson@intel.com> From: David Marchand Date: Mon, 2 Nov 2020 21:19:41 +0100 Message-ID: To: Bruce Richardson Cc: dev Authentication-Results: relay.mimecast.com; auth=pass smtp.auth=CUSA124A263 smtp.mailfrom=dmarchan@redhat.com X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Type: text/plain; charset="UTF-8" Subject: Re: [dpdk-dev] [PATCH 0/8] fix driver filenames in the docs 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: , Errors-To: dev-bounces@dpdk.org Sender: "dev" On Mon, Nov 2, 2020 at 6:45 PM Bruce Richardson wrote: > > Since the driver filenames are now following a new standard naming convention > some doc updates are necessary. This patch makes those changes, and also > includes a few other fixes, such as the first patch, where we remove an > unncessary name override. > > Bruce Richardson (8): > regex/octeontx2: fix unnecessary name override > doc: fix driver names in compression devices guide > doc: fix driver names in crypto devices guide > doc: fix driver names in event devices guide > doc: fix driver names in NIC devices guide > doc: fix driver names in regex devices guide > doc: fix driver names in vDPA devices guide > doc: fix driver names in programmers guide First patch collides with Thomas' previous patch, but I vote yours is better. Only caught 2 misses in crypto, the rest lgtm. Thanks for the series Bruce. -- David Marchand