From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wm0-f51.google.com (mail-wm0-f51.google.com [74.125.82.51]) by dpdk.org (Postfix) with ESMTP id 981F82935 for ; Fri, 30 Sep 2016 17:31:43 +0200 (CEST) Received: by mail-wm0-f51.google.com with SMTP id b80so49990384wme.0 for ; Fri, 30 Sep 2016 08:31:43 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=6wind-com.20150623.gappssmtp.com; s=20150623; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc; bh=Vgm1GGkLQZiykYPv7Otau8mXs7WneMxK8+O39VaTU9s=; b=Kb9+wSTgV0+QUfC0zlTjLZyVU2Tbus+dVk/dTV3hu9NKLB1hIS0Etys+lUy9PvZD+O 5lVa4fUHZG7JSPoMLUVeGolWBx/hv8jHF75NGFYwnxSk8no/7z6ptTttRjrU1IEwKjZC IyAGys1rrIwoeGS2z56rw9P3PMLUqkTdt61pPmv10u4AD2LcU/7oL39dylzcY6rQP68C 46NZagDI7aoaW541wLQI50ubwri6z5365eQUfUHEgLI5IkSTvezcfyYK/ZoAHsRFTiuu HiotEJ/6GtzVWs3F1yuPVgz/Fi1K3nyO7wNy3zsvjddYeGd0D4E1hazRKyqK0nwDTxS1 2T6Q== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=Vgm1GGkLQZiykYPv7Otau8mXs7WneMxK8+O39VaTU9s=; b=DRegCzGNdF3L6KGMGlVpXA4t1+EqTyjjauY3rsMQYk6LGNmnHMleDdcdXE05wVZXJQ IQU137/7NcvMOkK0OJ0hMj2Zl9KigwhT7j1E7ftmmA3eoaVuaRGh69uhMd7mC4AGNbxj 47/cxbIZg+EftKE+SMaIro5lhrlrT18t+7t6zKdC0DLyewtKaBozdI6KGvlHGvjbFSCJ /8i8+xPj16dK/1CAiUc/HVIwDRVW7v0QNb8yu4Q0swinDW6jwDn5uSoi63bd9tYfzoOr VbZciO2KRavrRoPcEwMUOxNjl7gbHRwBVwhweNv9GDjGW7gTIVwAdueAKtoAa844MtTs Svyg== X-Gm-Message-State: AA6/9RnYiVA3VQFYCcpcQoxVBwBvaLynIQvd8CRJQ90iwrXSczfm0jCbsBdHeIq0Q0y3MXP1Up6eznlMGuCk8kci X-Received: by 10.28.93.193 with SMTP id r184mr4282347wmb.114.1475249503357; Fri, 30 Sep 2016 08:31:43 -0700 (PDT) MIME-Version: 1.0 Received: by 10.28.95.130 with HTTP; Fri, 30 Sep 2016 08:31:22 -0700 (PDT) In-Reply-To: <1474985551-14219-1-git-send-email-shreyansh.jain@nxp.com> References: <1472704915-13112-1-git-send-email-shreyansh.jain@nxp.com> <1474985551-14219-1-git-send-email-shreyansh.jain@nxp.com> From: David Marchand Date: Fri, 30 Sep 2016 17:31:22 +0200 Message-ID: To: Shreyansh Jain Cc: "dev@dpdk.org" , Jan Viktorin , Thomas Monjalon Content-Type: text/plain; charset=UTF-8 Subject: Re: [dpdk-dev] [PATCH v1 0/4] Generalize PCI specific EAL function/structures X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 30 Sep 2016 15:31:43 -0000 On Tue, Sep 27, 2016 at 4:12 PM, Shreyansh Jain wrote: > (I rebased these over HEAD 7b3c4f3) > > These patches were initially part of Jan's original series on SoC > Framework ([1],[2]). An update to that series, without these patches, > was posted here [3]. > > Main motivation for these is aim of introducing a non-PCI centric > subsystem in EAL. As of now the first usecase is SoC, but not limited to > it. > > 4 patches in this series are independent of each other, as well as SoC > framework. All these focus on generalizing some structure or functions > present with the PCI specific code to EAL Common area (or splitting a > function to be more userful). Those patches move linux specifics (binding pci devices using sysfs) to common infrastucture. We have no proper hotplug support on bsd, but if we had some common code we should at least try to make the apis generic. -- David Marchand