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 03759A04E7; Mon, 2 Nov 2020 21:12:19 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 007FE2C2A; Mon, 2 Nov 2020 21:12:17 +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 C257C2BF7 for ; Mon, 2 Nov 2020 21:12:15 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1604347934; 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=GJ8ZKw40cpKjH+XMwL4Y1A48T+bLaqDM7THfJsT5AQE=; b=jAVeRSwRreWbCn1uWMDjRWhy4r1w1tLFvMmt7MvmPdUGn16gIeOVug7v32FoDp6xYl5f8V zxyEH6O2uRJwZ7wpJSNRMLgW/3VvVEX+Ge+yAM1GMzN3YReAoyIl+7D1//64WCOn62Q23H 0ZCG5+PpEECZlZUXOmIkhmPt0qn5Dwo= 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-596-EcDQR5BkOqil-bj71fIupw-1; Mon, 02 Nov 2020 15:12:12 -0500 X-MC-Unique: EcDQR5BkOqil-bj71fIupw-1 Received: by mail-vs1-f71.google.com with SMTP id g5so5339630vsg.14 for ; Mon, 02 Nov 2020 12:12:12 -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=GJ8ZKw40cpKjH+XMwL4Y1A48T+bLaqDM7THfJsT5AQE=; b=cLWGhPmAaSzb9JtC0rR69IShLJ502WObNWkrr61GIu22hlMOpiDpeaKrZ3pQbCAw28 IV81CzDHfnW//kZKAN53Dp9pStATAshSu60l9xR5EDY2/TTjG51GRd+/iMB0GzpYWGbs 9iP9wt+vIrjGzzIF+a1JLxXsBhf3wZUbwDoLjPH/hKj7a9k3r8HAxu8L9ODrcg4ZuIRD KrwrBOq2SBuBka7DQsvoXGU+sfzMHvX8TsMkW4R0g77G2m1dKQT102emH5+LfqWd9C8k drvhbb0jgLSU9iz2KUSFqpsOZjLTRh7qbb5yWNR0yJxpzgEz5hCriCdZPFPw7I11/9Hl SPMg== X-Gm-Message-State: AOAM5326vhrcrP03esSwIWsmykKSlGvvhz926rEfm4C4/VjggsW6xv4q 4S2Ue+1tPLBhshF4wT3k9JAXhGBbJmn+fT8iJLuH8zmk+snYiQBvfhtxlh2q/le0vnb8NQ/rCk2 xERphdB8RpFdMv5+7gmE= X-Received: by 2002:a1f:d205:: with SMTP id j5mr10122908vkg.9.1604347932293; Mon, 02 Nov 2020 12:12:12 -0800 (PST) X-Google-Smtp-Source: ABdhPJwvYTDyIkccubBGPdOzrbzy5Bs8uVxlNSJ0bZyPluhF9b7oPOrKrvJ1iyu+YUayg9HMsDV1ZjvZFNRVBvLBGGo= X-Received: by 2002:a1f:d205:: with SMTP id j5mr10122903vkg.9.1604347932106; Mon, 02 Nov 2020 12:12:12 -0800 (PST) MIME-Version: 1.0 References: <20201102174507.1085128-1-bruce.richardson@intel.com> <20201102174507.1085128-9-bruce.richardson@intel.com> In-Reply-To: <20201102174507.1085128-9-bruce.richardson@intel.com> From: David Marchand Date: Mon, 2 Nov 2020 21:12:01 +0100 Message-ID: To: Bruce Richardson Cc: dev , Chas Williams , "Min Hu (Connor)" , Andrew Rybchenko , Luca Boccassi , Rosen Xu 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 8/8] doc: fix driver names in programmers guide 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:48 PM Bruce Richardson wrote: > > Since the built driver filenames have changed in DPDK 20.11, we need to > update the programmers guide doc to match. > > Fixes: a20b2c01a7a1 ("build: standardize component names and defines") > > Signed-off-by: Bruce Richardson Reviewed-by: David Marchand -- David Marchand