From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCHv4 7/9] bonding: queue stats mapping Date: Fri, 25 Sep 2015 12:14:42 +0200 Message-ID: <2199492.J7PB9h2Jie@xps13> 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-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org To: Tomasz Kulasek Return-path: 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 ; Fri, 25 Sep 2015 12:15:49 +0200 (CEST) Received: by wiclk2 with SMTP id lk2so13153103wic.1 for ; Fri, 25 Sep 2015 03:15:49 -0700 (PDT) In-Reply-To: <1436981189-3320-8-git-send-email-tomaszx.kulasek@intel.com> List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 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.