From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga06.intel.com (mga06.intel.com [134.134.136.31]) by dpdk.org (Postfix) with ESMTP id D08DD2C48 for ; Wed, 5 Jul 2017 19:37:06 +0200 (CEST) Received: from orsmga004.jf.intel.com ([10.7.209.38]) by orsmga104.jf.intel.com with ESMTP; 05 Jul 2017 10:37:05 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.40,312,1496127600"; d="scan'208";a="104745972" Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.237.220.91]) ([10.237.220.91]) by orsmga004.jf.intel.com with ESMTP; 05 Jul 2017 10:37:04 -0700 To: Declan Doherty , Daniel Mrzyglod Cc: dev@dpdk.org References: <20170705152747.55807-1-danielx.t.mrzyglod@intel.com> From: Ferruh Yigit Message-ID: <300b560d-71ce-e0c8-ca13-ed6176abdd7c@intel.com> Date: Wed, 5 Jul 2017 18:37:04 +0100 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.2.1 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [PATCH] test/bonding: fix namespace bonding mode4 unit 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, 05 Jul 2017 17:37:07 -0000 On 7/5/2017 5:41 PM, Declan Doherty wrote: > On 05/07/2017 4:27 PM, Daniel Mrzyglod wrote: >> ring network driver is limited to 32 characters >> the name of device was extened to net_ring_unit_test_mode4_slave_0 which is 33 >> >> Fixes: 5e41ab250dfa ("app/test: unit tests for bonding mode 4") >> >> Signed-off-by: Daniel Mrzyglod > Acked-by: Declan Doherty Applied to dpdk-next-net/master, thanks.