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 38439A0526; Tue, 10 Nov 2020 13:52:01 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 9333A2B93; Tue, 10 Nov 2020 13:51:59 +0100 (CET) Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [216.205.24.124]) by dpdk.org (Postfix) with ESMTP id 09D64F90 for ; Tue, 10 Nov 2020 13:51:56 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1605012715; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=SS2ugDQ2jzbTwW/nW/dxSCRUIEDYxngv6B1OUxJqsSs=; b=R35G/LXJhigQzoZIW/t9ukm1+h80ZvechipHE5HcB7034y8cJerKc2MUri4K8oGdtJdMKX 4E/Am5OerDEP/apphMYGRyxxlC1W7LUwl+k0vPhldGLzrWxxyjK0RYWyaMKMQtXSpY9ZIh QoI1X8r2CO7VJRA0Li5JoeHw2wPNcKU= Received: from mail-vk1-f198.google.com (mail-vk1-f198.google.com [209.85.221.198]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-49-4njtk-zzPYup3RamPVibiA-1; Tue, 10 Nov 2020 07:51:54 -0500 X-MC-Unique: 4njtk-zzPYup3RamPVibiA-1 Received: by mail-vk1-f198.google.com with SMTP id f77so2117786vkf.16 for ; Tue, 10 Nov 2020 04:51:54 -0800 (PST) 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=SS2ugDQ2jzbTwW/nW/dxSCRUIEDYxngv6B1OUxJqsSs=; b=SN3DoeMQW2kqN6WY2S+6Grfy5TmJMoBlF0Lnu9+ZUDxZG1hUN6S9PcHb42hpDKdwfu +T6N5C5MRISnwULlIDHEDnjSwh0YtSNwgf9gVsMmJ3DhYzxNiTFXkaHsO7bUwNqkTCq/ cyU9Z++30mil/Ra7DeQXHjGePh4+ESSmzZs0CtzRDEaGUqSKaxt396Y6mshvHbt1rqS4 rLi8xo+0ug3i1nRlAjP81GeV4okJMvC7kbY4dkjy1vG9Q1QA4iY/WMwscc3TPeWEjS2X v9zTQet6mqfcUEMsf1SnFbPz6oSkfiEb3x6FKkfZJF4gtzxYMKqyoz1WMxFXR8SXcd8Q 8VzA== X-Gm-Message-State: AOAM532LJFvDC1gn5yAf5en20IPZk56cFovPc0jKzBqAAIEo459CtsVy qPcyEX0uCiKQbzPVo3/xcAyBsxZ0TVTgnAq2TZ9RU0KUhlZC5AEbvnZ7odtrd5f76T0B5lgW4yv nLobtdcmovgXM83MTY1A= X-Received: by 2002:a05:6102:2362:: with SMTP id o2mr5878294vsa.5.1605012713633; Tue, 10 Nov 2020 04:51:53 -0800 (PST) X-Google-Smtp-Source: ABdhPJx1StsJ4eRmYlWIvTuVQf5Fhaqo21Nmbc7CVFyvqM8yHDr5TMZHjw3fzeKLZwub+RbaNwzLCIcowfYTYW+vP0A= X-Received: by 2002:a05:6102:2362:: with SMTP id o2mr5878285vsa.5.1605012713464; Tue, 10 Nov 2020 04:51:53 -0800 (PST) MIME-Version: 1.0 References: <20200612212434.6852-2-timothy.mcdaniel@intel.com> <1604258796-19966-1-git-send-email-timothy.mcdaniel@intel.com> In-Reply-To: From: David Marchand Date: Tue, 10 Nov 2020 13:51:41 +0100 Message-ID: To: "McDaniel, Timothy" Cc: dev , "Carrillo, Erik G" , "Eads, Gage" , "Van Haaren, Harry" , Jerin Jacob Kollanukkaran , Thomas Monjalon , Gaetan Rivet Authentication-Results: relay.mimecast.com; auth=pass smtp.auth=CUSA124A263 smtp.mailfrom=dmarchan@redhat.com X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Type: text/plain; charset="UTF-8" Subject: Re: [dpdk-dev] [PATCH v15 00/23] Add DLB 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 Sun, Nov 1, 2020 at 10:26 PM McDaniel, Timothy wrote: > > + I did not look too much at the PCI code in this file, but I suspect > > we could factor some of it with librte_pci. > > > > Can we look at possibly doing that post rc2 merge? Any update? -- David Marchand