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 D6862A0562; Sun, 7 Mar 2021 16:34:43 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 78C5A22A24F; Sun, 7 Mar 2021 16:34:43 +0100 (CET) Received: from mail-il1-f173.google.com (mail-il1-f173.google.com [209.85.166.173]) by mails.dpdk.org (Postfix) with ESMTP id 6E91F22A244 for ; Sun, 7 Mar 2021 16:34:42 +0100 (CET) Received: by mail-il1-f173.google.com with SMTP id v14so6588225ilj.11 for ; Sun, 07 Mar 2021 07:34:42 -0800 (PST) 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=U7KhDiN0m29TRN1c0Cr3NJiP8bszK55nfevpIxx+nGs=; b=GKiDl46Hu0I7JAQEW4ryz9P6me+x3TQyvXNVcHGqEQiO3tXlH7rGrlOgTQfxjyiyuo 8BRCoxpkX9CzZxmnwl2nYMetNNNf+Uwwqj9co7qFOK3X5azr+goGOin9/tYkcb52O2Pf Kqxx471wtW2zMABb0vSTPWrOyn3zMij4tK62gRkLB0un0N0wi/CZQbDtF0vspm+elBo3 6FV/6jfWIuBU2wERenERuBiTSIfgzdvebrGTxa9UEA52BMkXDXv2+wKP5zuiiMTSmA0H hzgHvJN5sw0j+bhjejb8V4gOqTo+IcpunroNcb4qPKpVYYqaPArxxexBKK4qzhJbs+60 ULlA== 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=U7KhDiN0m29TRN1c0Cr3NJiP8bszK55nfevpIxx+nGs=; b=DjnMi2zfHcf1mZ0tW12YWCA2deSyAbiY3diL5BWS+nHytIGV69wD7rvt3sThqgl/QS ibHmNhQ2wkmA0cA3HIUlMDTWmKWWIBRNQriMaK7pvCl6JR+UG6p9ZC2NwReeWg1X9F+9 O77Wunqufl10Jszh72TIWzXepoQDzKbwlREzLPuxp43HLJjR1DfpzIq6hpY30KAHMFpQ 0ws5x92jJrOEAFfWUgGJ0iCwYQROYsF2PFTUoin17l+r+xZOftKMvt0K8UFtQmAPs+2L 5z+c8Cfl9sQY6v2vRSfoyLBBFE5A/ONat1XiiZ3bRUDpQODCqJAle1QV5u83pgtm+DWn au6A== X-Gm-Message-State: AOAM532VEDe9Ar7n4vUmSFDTPdE3ToUv4r/mWRosJcgPPEaVr66usTbu BFt91h+v2F+Nz0QPVzX8kNV2o+PfEyswVfBzpYc= X-Google-Smtp-Source: ABdhPJytz/PRLuzS20vVpPW6YmWBH0pCSe1XjVbDHyLHifrprtoyawGvlGEqv63oqIyKC9U2F/udeA00/EQTElusSU8= X-Received: by 2002:a92:b70c:: with SMTP id k12mr17589139ili.60.1615131281754; Sun, 07 Mar 2021 07:34:41 -0800 (PST) MIME-Version: 1.0 References: <1614618060-12773-1-git-send-email-timothy.mcdaniel@intel.com> In-Reply-To: <1614618060-12773-1-git-send-email-timothy.mcdaniel@intel.com> From: Jerin Jacob Date: Sun, 7 Mar 2021 21:04:25 +0530 Message-ID: To: Timothy McDaniel Cc: dpdk-dev , Erik Gabriel Carrillo , "Van Haaren, Harry" , Jerin Jacob , Thomas Monjalon Content-Type: text/plain; charset="UTF-8" Subject: Re: [dpdk-dev] [PATCH 0/4] Remove Support For DLB V1 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 Mon, Mar 1, 2021 at 10:31 PM Timothy McDaniel wrote: > > This patch set removes DLB V1 from DPDK 21.05. > > All DLB V1 customers obtain the source code for that device directly > from Intel, and will continue to do so in the future. > > DLB V2 remains in DPDK, and will be supplemented with support > for DLB V2.5 in a future patch set tageted for DPDK 21.05. > > Timothy McDaniel (4): > event/dlb: remove DLB V1 from build > event/dlb: remove DLB V1 documentation > event/dlb: remove DLB V1 source code > doc: update 21.05 release notes to announce removal of DLB V1 Please 1) Rebase this patch on top of dpdk-next-eventdev 2) Squash all patches to single patch as it is the removal. Also, it is the first time in DPDK, we are adding a driver and removing it in the next subsequent release. Please plan for driver upstreaming properly, as it takes a considerable amount of time and energy to review the code and merge it.