From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephen Hemminger Subject: Re: [PATCH v4 1/8] net/mvneta: add neta PMD skeleton Date: Wed, 19 Sep 2018 09:19:50 -0700 Message-ID: <20180919091950.4e41de71@xeon-e3> References: <1535720386-18775-1-git-send-email-amo@semihalf.com> <1537369294-17099-1-git-send-email-amo@semihalf.com> <1537369294-17099-2-git-send-email-amo@semihalf.com> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: dev@dpdk.org, mw@semihalf.com, zr@semihalf.com, tdu@semihalf.com, nadavh@marvell.com To: Andrzej Ostruszka Return-path: Received: from mail-pg1-f195.google.com (mail-pg1-f195.google.com [209.85.215.195]) by dpdk.org (Postfix) with ESMTP id 666D05F2A for ; Wed, 19 Sep 2018 18:19:59 +0200 (CEST) Received: by mail-pg1-f195.google.com with SMTP id d1-v6so2992599pgo.3 for ; Wed, 19 Sep 2018 09:19:59 -0700 (PDT) In-Reply-To: <1537369294-17099-2-git-send-email-amo@semihalf.com> 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 Wed, 19 Sep 2018 17:01:27 +0200 Andrzej Ostruszka wrote: > + > +- Custom Linux Kernel sources > + > + .. code-block:: console > + > + git clone https://github.com/MarvellEmbeddedProcessors/linux-marvell.git -b linux-4.4.52-armada-17.10 > + In general the rule for DPDK is that drivers in upstream DPDK must have their OS support components upstream. You are relying on an old Linux kernel which is maybe the way embedded works, but it really needs to be upstream first.