From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga04.intel.com (mga04.intel.com [192.55.52.120]) by dpdk.org (Postfix) with ESMTP id 276FA47CE for ; Tue, 28 Mar 2017 16:41:05 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=intel.com; i=@intel.com; q=dns/txt; s=intel; t=1490712066; x=1522248066; h=subject:to:references:cc:from:message-id:date: mime-version:in-reply-to:content-transfer-encoding; bh=gkujNkahfVr582nFp9Dd4kwL/85VjdwOKAe+DgixP7A=; b=LBoOE8MS4pWSkz6nfYQnQiXa0MtEmWtTND4kIq0vAw9cf+MQqem5I3qC RhZBDEDtx8NTHr6DHYY/TbsM9+Bp/w==; Received: from orsmga002.jf.intel.com ([10.7.209.21]) by fmsmga104.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 28 Mar 2017 07:41:05 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.36,236,1486454400"; d="scan'208";a="66002714" Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.237.220.122]) ([10.237.220.122]) by orsmga002.jf.intel.com with ESMTP; 28 Mar 2017 07:41:03 -0700 To: Ed Czeck , dev@dpdk.org References: <1490231015-31748-1-git-send-email-ed.czeck@atomicrules.com> <41265c4fa76265df0144d5d480e4553888df2ee8.1490309515.git.ed.czeck@atomicrules.com> Cc: john.miller@atomicrules.com, shepard.siegel@atomicrules.com, stephen@networkplumber.org From: Ferruh Yigit Message-ID: Date: Tue, 28 Mar 2017 15:41:02 +0100 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.8.0 MIME-Version: 1.0 In-Reply-To: <41265c4fa76265df0144d5d480e4553888df2ee8.1490309515.git.ed.czeck@atomicrules.com> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [PATCH v5 1/7] net/ark: PMD for Atomic Rules Arkville driver stub 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: , X-List-Received-Date: Tue, 28 Mar 2017 14:41:06 -0000 On 3/23/2017 10:59 PM, Ed Czeck wrote: > Enable Arkville on supported configurations > Add overview documentation > Minimum driver support for valid compile > Arkville PMD is not supported on ARM or PowerPC at this time > > v5: > * Address comments from Ferruh Yigit > * Added documentation on driver args > * Makefile fixes > * Safe argument processing > * vdev args to dev args > > v4: > * Address issues report from review > * Add internal comments on driver arg > * provide a bare-bones dev init to avoid compiler warnings > > v3: > * Split large patch into several smaller ones > > Signed-off-by: Ed Czeck > Signed-off-by: John Miller Because of a makefile update in the tree [1] related dependency resolving, can you please rebase driver on top of latest next-net, taking mentioned modifications into account? Thanks, ferruh [1] http://dpdk.org/browse/dpdk/commit/?id=feb9f680cd2c1df3d47bf4c05dc872467176e1e3