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 04916A0562; Wed, 14 Apr 2021 21:16:33 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 80B5A1607D2; Wed, 14 Apr 2021 21:16:33 +0200 (CEST) Received: from mail-io1-f54.google.com (mail-io1-f54.google.com [209.85.166.54]) by mails.dpdk.org (Postfix) with ESMTP id 9F7A2160713 for ; Wed, 14 Apr 2021 21:16:31 +0200 (CEST) Received: by mail-io1-f54.google.com with SMTP id d5so12309872iof.3 for ; Wed, 14 Apr 2021 12:16:31 -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=oRMKskUwFar0yZeAl81cw8y51eEGBaEdXgZJumI16ZM=; b=NuPRTARLdK0P+5pKeWQRjRLpjhJXwNYtpYpdeoF7zqrzuz70QFhOQI3xlH3awWp7Q8 kD268/+0rV58Pjud9wUn9eQ35VaCX7iWnVIahBSf/CNmrt+RLzM0256ATxbERqioynkb 1HVK0m3hopdIq32zuvTKTMbrKDntGhKzBxI/w5oijg8jjA88jbQPdKoDXmebEuKlnsSb 9WaDafx9Uam/jD35X3/DzKpeKcwg836gAaX1Kf7sHOAziEz6z9HIdUwmpU8wo+k9kO2Q VPpKXv2ipATfszy8ZseTKT7DNL7rhhU70S5SUKtoH4NG0VlLu9A0QbE1V6D7kumq4SS6 QR4Q== 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=oRMKskUwFar0yZeAl81cw8y51eEGBaEdXgZJumI16ZM=; b=TL6RnPUCVbem0g5LotwXVfyqqka23eJevHLdKNnfcAJpZFNYs9JZt8CEcEjJ/GRqIE AzQtTgToBpEuGc+E0pnemnlVf5sQPUM1vllCffXAsYZlmog44qpLMHi9pU3dp+WxsP3P pCQ2J4HIW5rYZ6LVBosf5uYTrWIB2O0KbUGB0GRREiyZpGLBOdq/Rynz6QYaoviWvjvo vItgE6EviZ3NlnNR4cfKY8kd729vc023bBjY9ka25yEzSRZ3qJL7iTND58sgANNEHMc2 Tet396mjPF0o1DN+peshu3drb36oxuG4JHDWDd8zJmuVGTLiLNRP6eIC8dPzL6g6olu6 +kmA== X-Gm-Message-State: AOAM531o2GsWj0MyATG16LlI7rnaXRrIPtvoSyMw1tlC6RyXoip3rJ8m KZb01bxuLNtXd6tnTdGtthe2VH0o1Kpq7i60XOc= X-Google-Smtp-Source: ABdhPJzpfLb2ULYKbigf73dRM0mzbGzZz1uqjaRoJuxplZICePRTv8dsQgB06uQnCybz6aLrsldzts/zDIxcce6eoSs= X-Received: by 2002:a05:6638:2508:: with SMTP id v8mr25095745jat.133.1618427791011; Wed, 14 Apr 2021 12:16:31 -0700 (PDT) MIME-Version: 1.0 References: <20210316221857.2254-2-timothy.mcdaniel@intel.com> <1618344896-2090-1-git-send-email-timothy.mcdaniel@intel.com> <1618344896-2090-2-git-send-email-timothy.mcdaniel@intel.com> In-Reply-To: <1618344896-2090-2-git-send-email-timothy.mcdaniel@intel.com> From: Jerin Jacob Date: Thu, 15 Apr 2021 00:46:14 +0530 Message-ID: To: Timothy McDaniel Cc: dpdk-dev , Erik Gabriel Carrillo , Gage Eads , "Van Haaren, Harry" , Jerin Jacob , Thomas Monjalon Content-Type: text/plain; charset="UTF-8" Subject: Re: [dpdk-dev] [PATCH v3 01/26] event/dlb2: add 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, Apr 14, 2021 at 1:46 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. > Please move the original source cleanup (the below items) to separate patch > This commit also cleans up a few issues in the original > dlb2 source: > - eliminate duplicate constant definitions > - removed unused constant definitions > - remove #ifdef FPGA > - remove unused include file, dlb2_mbox.h