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 1BE46A04B1; Tue, 29 Sep 2020 20:41:25 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id EF4731DA7C; Tue, 29 Sep 2020 20:41:23 +0200 (CEST) Received: from mail-il1-f193.google.com (mail-il1-f193.google.com [209.85.166.193]) by dpdk.org (Postfix) with ESMTP id 6D3131DA49 for ; Tue, 29 Sep 2020 20:41:22 +0200 (CEST) Received: by mail-il1-f193.google.com with SMTP id v13so3765425ilc.7 for ; Tue, 29 Sep 2020 11:41:22 -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=AKrZMs5TvNKfRC+J7PUgMXxZknNAUH3BHc/KZXnCB1E=; b=hLhEmyd8O/Y0k2LD4gxc4hi3ldZVJR9+obU5WZ3vHnkPLlvvXf+KYorgcjp640/h95 WgddN3d8osATGc9Kqj9OwFvMUxO2V2Lms3QlfMrCtpkNdnOH12kH4p1jqk3PYFnBW4LD oaMvPdhM71+IgQ8THjle363KiHEX2EG14izjVk0RFwgwMI/89pQKtv7br1oe7/x60gFn VPS7FWtw6AWO1u57seteNgTPpXl1cffS8nUMsDNwD1qPRmGVXacHHfdMRKB577jP20Hz g/WdUpW4m+wOO6mit17VqhMluT+tICYshlAnYWEd6Dug5PVFl7uJEMpoQ+EfHDN6ehch Lr8w== 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=AKrZMs5TvNKfRC+J7PUgMXxZknNAUH3BHc/KZXnCB1E=; b=gBt2L1ifwjZJc0QgNxxYlmkZ6YIBraVDN2j2vcva9jccrbf11NxTfZsetwKhy0gmvr QLTIEugpnR83A1C5C5qmXqXOeVnH8lg/mTIUQ3juFJ7eLHHBnTjU3eUnYltJr0sRLZLl ciWcq+CDBAtkxJS/3Cmv5rqoFIt7W+M2g17LzoSXNersmhcQmGfQXIaOi/a3R7l1Z/Ez su7RoHOk8oeJXDUMsK5twW1obJlOkmD4t1KvnP1Vjgn+mUxH2cHJZY7sOl9hWx4CAmAR mJrAFIDymoUfbofCQopkWRRSBAtF3iPX5il8e8pf4deNnBfjllnrplsY8ghmZFMNJuQZ tIiQ== X-Gm-Message-State: AOAM533Lx/qbPYmNvuCrIDv+xlBt930//dA2oCj+32JN5iFVqs8PzfA6 /dbmXVqBPZ1DpaSFTnsfcfCEONrBcd/DvnM9c2c= X-Google-Smtp-Source: ABdhPJzjeleyxdGWbLV0zIW4B7Y+i9S3QoaEEGOcJ2VXlkuSelqZd2eRqCDuHbjRKSKj0MG4Nb+adfWO/menj/MjUao= X-Received: by 2002:a05:6e02:13a2:: with SMTP id h2mr3045718ilo.271.1601404880692; Tue, 29 Sep 2020 11:41:20 -0700 (PDT) MIME-Version: 1.0 References: <1599855987-25976-1-git-send-email-timothy.mcdaniel@intel.com> In-Reply-To: From: Jerin Jacob Date: Wed, 30 Sep 2020 00:11:04 +0530 Message-ID: To: "McDaniel, Timothy" Cc: dpdk-dev , "Carrillo, Erik G" , "Eads, Gage" , "Van Haaren, Harry" , Jerin Jacob Content-Type: text/plain; charset="UTF-8" Subject: Re: [dpdk-dev] [PATCH 00/22] Add DLB2 PMD 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, Sep 21, 2020 at 10:45 PM McDaniel, Timothy wrote: > > > > > -----Original Message----- > > From: Jerin Jacob > > Sent: Monday, September 21, 2020 12:12 PM > > To: McDaniel, Timothy > > Cc: dpdk-dev ; Carrillo, Erik G ; Eads, > > Gage ; Van Haaren, Harry > > ; Jerin Jacob > > Subject: Re: [dpdk-dev] [PATCH 00/22] Add DLB2 PMD > > > > On Sat, Sep 12, 2020 at 2:00 AM Timothy McDaniel > > wrote: > > > > > > > > > > Timothy McDaniel (22): > > > > > > There is two version of driver(DLB and DLB2)[1] > > Both are needed? > > Is two separate set of HW? > > > > Yes, the two PMDs, DLB and DLB2 are both needed. They support two different hardware devices. There are plenty of build errors. Please see http://mails.dpdk.org/archives/test-report/2020-September/152143.html Also, I would like close the eventdev spec first before we merge this driver as the driver is depended on http://patches.dpdk.org/patch/77465/ > >