From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ferruh Yigit Subject: Re: [PATCH v3 0/4] support more ethdev iterator filters Date: Wed, 24 Oct 2018 09:27:15 +0100 Message-ID: <848da191-a546-660c-baab-2bff9510f2a4@intel.com> References: <20181009021858.19216-1-thomas@monjalon.net> <20181022131530.6403-1-thomas@monjalon.net> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Cc: gaetan.rivet@6wind.com, ophirmu@mellanox.com, arybchenko@solarflare.com, olivier.matz@6wind.com, remy.horton@intel.com, bruce.richardson@intel.com To: Thomas Monjalon , dev@dpdk.org Return-path: Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by dpdk.org (Postfix) with ESMTP id 2B60A2C2F for ; Wed, 24 Oct 2018 10:27:19 +0200 (CEST) In-Reply-To: <20181022131530.6403-1-thomas@monjalon.net> Content-Language: en-US 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 10/22/2018 2:15 PM, Thomas Monjalon wrote: > The new ethdev iterator lacks the support of filtering > by representor port id or by MAC address. > > > Changes in v3: > - improve comment for representor_id > > Changes in v2: > - fix list parsing in kvargs > - support mac= parameter > > > Thomas Monjalon (4): > kvargs: support list value > ethdev: move representor parsing functions > ethdev: support representor id as iterator filter > ethdev: support MAC address as iterator filter Series applied to dpdk-next-net/master, thanks.