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 0C760A0521; Tue, 3 Nov 2020 15:50:18 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id DF23DCB04; Tue, 3 Nov 2020 15:50:16 +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 2614DCB00 for ; Tue, 3 Nov 2020 15:50:15 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1604415013; 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=iPmezciREyUK48Zdkj7WRTsFQ/sTLEFey39wwl9Ap9E=; b=S948jttZTmUdtz6KRPmEOkFd152NRw209CoxSkStxLm0fXC17b6t4Qn8TzVJpO0JEK4PLZ KFlaXXZfaNw9VzPvEJ1egIaM996ctSM0k2sb2nID+ZnlTGFbUImHhhzqLFzse3LZJ9HSy9 XFuf6EuT5VFxhkLQp3DstaHcZXXMEGg= Received: from mail-vs1-f72.google.com (mail-vs1-f72.google.com [209.85.217.72]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-232-yN3ZWug6NcKXihzedN5EJg-1; Tue, 03 Nov 2020 09:50:11 -0500 X-MC-Unique: yN3ZWug6NcKXihzedN5EJg-1 Received: by mail-vs1-f72.google.com with SMTP id 7so6274318vsu.23 for ; Tue, 03 Nov 2020 06:50:11 -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=iPmezciREyUK48Zdkj7WRTsFQ/sTLEFey39wwl9Ap9E=; b=XkrQNYMRdHXFA43M3K18aHnDIX5hT2rl2xkeDHyaLkP0YohB5Bw9XXK2CSeWUoabjR +sDH9UAtCMlKcE/9vnFzksJKhTQYikQ3iVrglqcgv5GR4W1X5YGlDJlcmoIfmUplCZNu BQJyNm2vRUycD/andPRwvrnQfZCeBKWaWyGk3YWJPeQDVdlPdBRJloxi0mhbJdkJ4XEc G7C1CtCbOuOT1YyBAs16Nrks+0SuSiZejqHde1no0tTlnt34EBYjHbX8tgZ0SMIgcueP jjySAeZ6bdb+05ClFSzvCQ9CVtmZMt+hrqruf6pLFV+g6Z0XSMr1DuSB0qOmbCHW8T4r 3Lpg== X-Gm-Message-State: AOAM530zGY+gEPiEPq+7Vz2bQLSZ54Meco64ExEi+WWDf9bABvzmsKQr TxLCK33cGxjSnP7o4JcQPLGxL57HMqDPdbzSn+/AlNWKTfFzAHjbE+967JUtUoWw38894M1fW2B DVRzGfBnKZB9uIiQf/lM= X-Received: by 2002:a67:f954:: with SMTP id u20mr18525507vsq.5.1604415011509; Tue, 03 Nov 2020 06:50:11 -0800 (PST) X-Google-Smtp-Source: ABdhPJwSOjyQ5fcLK7ZG1NkKDi4sO9aJfTcfFqTPnBGdutlBlxTJg1JLLRu0kQi6o+QrOvFH+F0nObGjx4B9DWz6xCA= X-Received: by 2002:a67:f954:: with SMTP id u20mr18525490vsq.5.1604415011278; Tue, 03 Nov 2020 06:50:11 -0800 (PST) MIME-Version: 1.0 References: <20201102174507.1085128-1-bruce.richardson@intel.com> <20201103123608.1114433-1-bruce.richardson@intel.com> In-Reply-To: <20201103123608.1114433-1-bruce.richardson@intel.com> From: David Marchand Date: Tue, 3 Nov 2020 15:50:00 +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 v2 0/7] 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 Tue, Nov 3, 2020 at 1:36 PM Bruce Richardson wrote: > > Since the driver filenames are now following a new standard naming convention > some doc updates are necessary. > > V2: > dropped patch 1, no longer necessary to fix meson.build file. > added two additional fixes to crypto doc patch > Series applied, thanks Bruce. -- David Marchand