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 15861A0A02; Fri, 21 May 2021 12:26:19 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id D6E7940143; Fri, 21 May 2021 12:26:18 +0200 (CEST) Received: from mga18.intel.com (mga18.intel.com [134.134.136.126]) by mails.dpdk.org (Postfix) with ESMTP id 4934340041 for ; Fri, 21 May 2021 12:26:17 +0200 (CEST) IronPort-SDR: C+xh1f9DwCfo2UlK3OxJEDjuof2NZtJ/hpa+RdvPwoEdujuhoHLPZP6A2mslIJu40HjkX2cWW0 j5eRUFinxH0g== X-IronPort-AV: E=McAfee;i="6200,9189,9990"; a="188853723" X-IronPort-AV: E=Sophos;i="5.82,313,1613462400"; d="scan'208";a="188853723" Received: from orsmga002.jf.intel.com ([10.7.209.21]) by orsmga106.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 21 May 2021 03:26:15 -0700 IronPort-SDR: h9UuUQFjT7YB1LrGGWeFdXqhEs/FqSvQwnx+N0NodAgBMw/Wa6/TYMzc+l7N6Ej1zlxE1TH0+e a6el4nTgc9iw== X-IronPort-AV: E=Sophos;i="5.82,313,1613462400"; d="scan'208";a="412558161" Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.213.210.36]) ([10.213.210.36]) by orsmga002-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 21 May 2021 03:26:14 -0700 To: David Marchand , dev@dpdk.org Cc: thomas@monjalon.net, jerinj@marvell.com, timothy.mcdaniel@intel.com, John McNamara References: <20210521091137.21221-1-david.marchand@redhat.com> From: Ferruh Yigit X-User: ferruhy Message-ID: <39e75778-4cd7-4904-32c2-6862a555f231@intel.com> Date: Fri, 21 May 2021 11:26:10 +0100 MIME-Version: 1.0 In-Reply-To: <20210521091137.21221-1-david.marchand@redhat.com> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [PATCH v3 0/4] DLB2 fixes for 21.05 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 5/21/2021 10:11 AM, David Marchand wrote: > Just sending a series with 4 ordered fixes (versioned v3 since some were > marked as v2). > Fixed rebase damage, fixes lines and updated titles. > Thanks David!