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 2B2F0A04E7; Mon, 2 Nov 2020 21:04:07 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 113F82BE1; Mon, 2 Nov 2020 21:04:06 +0100 (CET) Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [216.205.24.124]) by dpdk.org (Postfix) with ESMTP id 9A3E929C6 for ; Mon, 2 Nov 2020 21:04:03 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1604347442; 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=qzvNd3CKhFDwc/t2WPVLc9FH5VpUC2TpLAukl6pqKvQ=; b=cAJkaAE21GQ3E//nrMni+K5AQDhqiXUgXt6CU7vzMONmgl/HiJxPkasHsMBw1fuAdp+2My 94xK/cYFnRIldq5jemU6CMb28SldvZsY/+4Aun57WrMjALAhy7XGWPDfywOK6ZK4xibbb5 +BdtFBkqaRX+Pyxhm4K2xthErznc0p0= 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-555-fAr3Ov-SO-iRKWlM-9xkIQ-1; Mon, 02 Nov 2020 15:04:01 -0500 X-MC-Unique: fAr3Ov-SO-iRKWlM-9xkIQ-1 Received: by mail-vs1-f72.google.com with SMTP id r10so5303557vsq.7 for ; Mon, 02 Nov 2020 12:04:00 -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=qzvNd3CKhFDwc/t2WPVLc9FH5VpUC2TpLAukl6pqKvQ=; b=ryTdoKCUvpyHi4JG0qwcEciKr20M5WCP9QKAapYzjAzKqe98+W5w2sHU5+lFjGThmN 7MfmIt6L7qx1am2N5A20d7F9QXlCg7WBI59MRD51ncKTArN5CaWCExTDtIK2t3iBAd8F GU3JJM1UERKsuASKG3kVtnfQzIJs7mLAKFAoq+sQvkVZNweW66dWheycErUzEk25RH+G cI3/BI7O+TnZKjhNOv7CMWQuEKA2IsaN5TIJKBwSJ55t1xRWxao70OUdhZ5VJkal77g9 VcSZdMxJ3J7c7kdM+NUgqg+y9rPqqUWce2ldkWdUR+tIKY8Lcob9+VWbwEfRW4mxiprM sV3w== X-Gm-Message-State: AOAM532aeY0MU9ctyXOjKSU4/ZFCQBFNntcD3tPoVTeBJP3qVn8LkjB6 nus71jengmGkmidbKLw8IAM7gFZQmVPQUlnh2T1YiAoqCgTD7vrTf40so78dWyOSGRir2lJbLe2 bMW1+TWoW4jHBoia8/MQ= X-Received: by 2002:a67:fd46:: with SMTP id g6mr2296422vsr.27.1604347440571; Mon, 02 Nov 2020 12:04:00 -0800 (PST) X-Google-Smtp-Source: ABdhPJxG3+thqa24nFCSed5dJUuhLJl/Sn9J9HTA23lCvFn9mVq8lyodBSXsVTkJvvOaNANS0/4WO1qp6pmUNVwMVGI= X-Received: by 2002:a67:fd46:: with SMTP id g6mr2296409vsr.27.1604347440420; Mon, 02 Nov 2020 12:04:00 -0800 (PST) MIME-Version: 1.0 References: <20201102174507.1085128-1-bruce.richardson@intel.com> <20201102174507.1085128-5-bruce.richardson@intel.com> In-Reply-To: <20201102174507.1085128-5-bruce.richardson@intel.com> From: David Marchand Date: Mon, 2 Nov 2020 21:03:49 +0100 Message-ID: To: Bruce Richardson Cc: dev , Jerin Jacob , Pavan Nikhilesh , 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 4/8] doc: fix driver names in event devices 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:46 PM Bruce Richardson wrote: > > Since the built driver filenames have changed in DPDK 20.11, we need to > update the driver doc to match. > > Fixes: a20b2c01a7a1 ("build: standardize component names and defines") > > Signed-off-by: Bruce Richardson Reviewed-by: David Marchand -- David Marchand