From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <thomas.monjalon@6wind.com>
Received: from mail-wi0-f179.google.com (mail-wi0-f179.google.com
 [209.85.212.179]) by dpdk.org (Postfix) with ESMTP id 3D02F11A2
 for <dev@dpdk.org>; Fri, 25 Sep 2015 12:15:49 +0200 (CEST)
Received: by wiclk2 with SMTP id lk2so13153103wic.1
 for <dev@dpdk.org>; Fri, 25 Sep 2015 03:15:49 -0700 (PDT)
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
 d=1e100.net; s=20130820;
 h=x-gm-message-state:from:to:cc:subject:date:message-id:organization
 :user-agent:in-reply-to:references:mime-version
 :content-transfer-encoding:content-type;
 bh=sEVhjjRXhb65CqX9lZ/4tFkGefWWeSKGTt5sTHBnc1Q=;
 b=I8IglB4KZ0rV1RfvHlKIYK4NaxKooF6g8jMMs+CNBNo+3eacZ0uZ5gJqFKyGm1P8VS
 sC/UwxtrbMWipyQf+KYG7XVvNTYdDf/WcHSmG/akIbSSN2NgEI4o1HCgTNr8Cvu4P30E
 J40V9M+VuqDEn2PyLd+A2R1q+g04FFDdJvmyjHvyldd4VOGrbVyigMyFClBp8mgaDf90
 ju1ydlfsrIQ369irhp7drx1LVk9aTsyBGFLBHYQRBoz6lv4nptcJ5PGwdfnvP/anvOSi
 5UNA9HkM0XYW9Jf7F2mVMy+11QIQzEmpjVrbHDdKl4cFWzL4GqrLMS6MqIh0aRBH+L+o
 tXvg==
X-Gm-Message-State: ALoCoQnv8AuTm1qNZ6thx1pOTGCsIks+na8dLNBlL0QXpvfEzQKIwkuSkKv5op/cGwhvlekx4ypd
X-Received: by 10.194.111.232 with SMTP id il8mr5189009wjb.117.1443176148866; 
 Fri, 25 Sep 2015 03:15:48 -0700 (PDT)
Received: from xps13.localnet (136-92-190-109.dsl.ovh.fr. [109.190.92.136])
 by smtp.gmail.com with ESMTPSA id ft3sm2481310wib.17.2015.09.25.03.15.48
 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128);
 Fri, 25 Sep 2015 03:15:48 -0700 (PDT)
From: Thomas Monjalon <thomas.monjalon@6wind.com>
To: Tomasz Kulasek <tomaszx.kulasek@intel.com>
Date: Fri, 25 Sep 2015 12:14:42 +0200
Message-ID: <2199492.J7PB9h2Jie@xps13>
Organization: 6WIND
User-Agent: KMail/4.14.10 (Linux/4.1.6-1-ARCH; KDE/4.14.11; x86_64; ; )
In-Reply-To: <1436981189-3320-8-git-send-email-tomaszx.kulasek@intel.com>
References: <1435589444-1988-1-git-send-email-tomaszx.kulasek@intel.com>
 <1436981189-3320-1-git-send-email-tomaszx.kulasek@intel.com>
 <1436981189-3320-8-git-send-email-tomaszx.kulasek@intel.com>
MIME-Version: 1.0
Content-Transfer-Encoding: 7Bit
Content-Type: text/plain; charset="us-ascii"
Cc: dev@dpdk.org
Subject: Re: [dpdk-dev] [PATCHv4 7/9] bonding: queue stats mapping
X-BeenThere: dev@dpdk.org
X-Mailman-Version: 2.1.15
Precedence: list
List-Id: patches and discussions about DPDK <dev.dpdk.org>
List-Unsubscribe: <http://dpdk.org/ml/options/dev>,
 <mailto:dev-request@dpdk.org?subject=unsubscribe>
List-Archive: <http://dpdk.org/ml/archives/dev/>
List-Post: <mailto:dev@dpdk.org>
List-Help: <mailto:dev-request@dpdk.org?subject=help>
List-Subscribe: <http://dpdk.org/ml/listinfo/dev>,
 <mailto:dev-request@dpdk.org?subject=subscribe>
X-List-Received-Date: Fri, 25 Sep 2015 10:15:49 -0000

2015-07-15 19:26, Tomasz Kulasek:
> +		.queue_stats_mapping_set = bond_ethdev_queue_stats_mapping_set,

As explained with previous version of this patchset, this API should be
removed. It is specific to some Intel devices.
Please do not use it in bonding.
Then we could discuss in another thread how to remove it from ethdev.