From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by dpdk.org (Postfix) with ESMTP id D8F9F7CE2 for ; Wed, 26 Jul 2017 19:06:14 +0200 (CEST) Received: from orsmga001.jf.intel.com ([10.7.209.18]) by orsmga102.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 26 Jul 2017 10:06:13 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.40,416,1496127600"; d="scan'208";a="1155664980" Received: from dwdohert-mobl1.ger.corp.intel.com (HELO [163.33.228.138]) ([163.33.228.138]) by orsmga001.jf.intel.com with ESMTP; 26 Jul 2017 10:06:13 -0700 To: Daniel Mrzyglod References: <20170726154403.120941-1-danielx.t.mrzyglod@intel.com> Cc: dev@dpdk.org From: Declan Doherty Message-ID: <7bfc54b5-cc4d-dd6e-945f-2ad684a5c846@intel.com> Date: Wed, 26 Jul 2017 18:06:12 +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: <20170726154403.120941-1-danielx.t.mrzyglod@intel.com> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [PATCH] test/bonding: fix namespace of the rss tests 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: Wed, 26 Jul 2017 17:06:16 -0000 On 26/07/2017 4:44 PM, Daniel Mrzyglod wrote: > drivers are looking by name of the device so change namespace to proper one > > Fixes: 43b630244e7e ("app/test: add dynamic bonding RSS configuration") > > Signed-off-by: Daniel Mrzyglod > --- > test/test/test_link_bonding_rssconf.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/test/test/test_link_bonding_rssconf.c b/test/test/test_link_bonding_rssconf.c > index dcbc9d1e2..f8cf1cabf 100644 > --- a/test/test/test_link_bonding_rssconf.c > +++ b/test/test/test_link_bonding_rssconf.c > @@ -60,7 +60,7 @@ > #define RXTX_RING_SIZE 1024 > #define RXTX_QUEUE_COUNT 4 > > -#define BONDED_DEV_NAME ("rssconf_bond_dev") > +#define BONDED_DEV_NAME ("net_bonding_rss") > > #define SLAVE_DEV_NAME_FMT ("net_null%d") > #define SLAVE_RXTX_QUEUE_FMT ("rssconf_slave%d_q%d") > Acked-by: Declan Doherty