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 C8904A034F; Sun, 21 Mar 2021 10:48:47 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 8000F40042; Sun, 21 Mar 2021 10:48:47 +0100 (CET) Received: from mail-io1-f45.google.com (mail-io1-f45.google.com [209.85.166.45]) by mails.dpdk.org (Postfix) with ESMTP id D6CE040041 for ; Sun, 21 Mar 2021 10:48:45 +0100 (CET) Received: by mail-io1-f45.google.com with SMTP id n21so10786445ioa.7 for ; Sun, 21 Mar 2021 02:48:45 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=LP3z2DeI1uE+rphkai9H6IReDfREHfe7cq6zPSojwGM=; b=UgWIurZzn11oj+BWsNeCSntlK8coIiyA4ct3hAB5c8chodBdmA19ldIwC79B+k6izA tR1cOsCrRQShioAvn/Jv6BTK1NnFzimckPAZZGWr+A5e0H9xTAKg0Ao7LULpCiOf6dg3 cN4MF6k0HxiAJa8/ryNA4Q3Vhm/ncV8C90UxmwHmVmWaeSt24Xe6I0pDhkG4wsyafaXp hDEB9Zsz1hbZu6NhAEWZbGCnEeFumgBeO849N6Dmn+RW/DEsOjL9Bi3D+NpbAnL/0kBn Tc76KEdjDSePh2Li2bn5BiCUY+QQu2/tiI6HS0o+blaExyqYlsIU4pdUhxO7M7AOgxHm baBA== 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=LP3z2DeI1uE+rphkai9H6IReDfREHfe7cq6zPSojwGM=; b=UOAprc9eKC41rlHX7WKE884FCbn2mbdGZsZvM8YqwGy0kO9UtCA9/4aV4HNuVZb8wX mtktE7y0OWwX0Xyy1TIa9JiDMdvHPUIEgZLNH/bfv5FTuweNZSGun/RX0139gVrhWgat bdGDRSKaiWXNdi4QO5nsAGGFYPYGl1cC1iH4760El5+toT2PRCRXdPabRHdYhtgXmQbI j3Z95gUd2uDavxDS2NLhMJaiMQGoJA3ZafJo5zrzwnBTjgtj5bliDJjDznze2BKDr9vP A49+Ou7XzUH3d9nZTiyNzLdxnwm05AGRyqW0Hjjr9jE/AxeizSSolWnAxBMRFUUgaJNc mjKg== X-Gm-Message-State: AOAM530KgOWwnTSVU8VQln9UNSBzbKwdBqT62MOr2a9BMfHT8TclPMPM Jsx2NJ5lM720Z6xhn8xKVuL5CzJMuR0RbpcGAqA= X-Google-Smtp-Source: ABdhPJwrFC9zWUUGpDN57K/RIb5f67FxPB2Q6hSkoVATOwUSSOu1SZ0c/VAQQv0Dc9wBTss3YNMnGXpuFIAiwB4II50= X-Received: by 2002:a05:6602:2d95:: with SMTP id k21mr7674523iow.123.1616320125122; Sun, 21 Mar 2021 02:48:45 -0700 (PDT) MIME-Version: 1.0 References: <20210316221857.2254-1-timothy.mcdaniel@intel.com> <20210316221857.2254-2-timothy.mcdaniel@intel.com> In-Reply-To: <20210316221857.2254-2-timothy.mcdaniel@intel.com> From: Jerin Jacob Date: Sun, 21 Mar 2021 15:18:28 +0530 Message-ID: To: Timothy McDaniel Cc: dpdk-dev , Jerin Jacob , "Van Haaren, Harry" , Ray Kinsella , Neil Horman , Nikhil Rao , Erik Gabriel Carrillo , "Gujjar, Abhinandan S" , Pavan Nikhilesh , Hemant Agrawal , =?UTF-8?Q?Mattias_R=C3=B6nnblom?= , Peter Mccarthy Content-Type: text/plain; charset="UTF-8" Subject: Re: [dpdk-dev] [PATCH 01/25] event/dlb2: add dlb v2.5 probe 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 Sender: "dev" On Wed, Mar 17, 2021 at 3:49 AM Timothy McDaniel wrote: > > This commit adds dlb v2.5 probe support, and updates > parameter parsing. > > The dlb v2.5 device differs from dlb v2, in that the > number of resources (ports, queues, ...) is different, > so macros have been added to take the device version > into account. > > This commit also cleans up a few issues in the original > dlb2 source: > - eliminate duplicate constant definitions > - removed unused constant definitions > > Signed-off-by: Timothy McDaniel > --- > > -#define EVDEV_DLB2_NAME_PMD dlb2_event > +#define EVDEV_DLB2_NAME_PMD dlb_event Is this an intended change? why change the driver's name.