From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andrew Rybchenko Subject: Re: [PATCH v2 12/13] ethdev: process declarative eth devargs Date: Thu, 20 Sep 2018 13:11:50 +0300 Message-ID: <203b6979-0857-06f6-0ded-cc9d500dbc5d@solarflare.com> References: <52d2e15926c5c190cb9e98e1b462b3e1e2057842.1537372746.git.gaetan.rivet@6wind.com> Mime-Version: 1.0 Content-Type: text/plain; charset="utf-8"; format=flowed Content-Transfer-Encoding: 7bit To: Gaetan Rivet , Return-path: Received: from dispatch1-us1.ppe-hosted.com (dispatch1-us1.ppe-hosted.com [67.231.154.164]) by dpdk.org (Postfix) with ESMTP id EBE977CBC for ; Thu, 20 Sep 2018 12:12:40 +0200 (CEST) In-Reply-To: <52d2e15926c5c190cb9e98e1b462b3e1e2057842.1537372746.git.gaetan.rivet@6wind.com> Content-Language: en-GB 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 9/19/18 7:03 PM, Gaetan Rivet wrote: > Process the eth parameters of a devargs. > For each parameters that have a setter implemented, > the relevant field in rte_eth_dev field is written. > > Currently only "name" is implemented. > > Signed-off-by: Gaetan Rivet Acked-by: Andrew Rybchenko