From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by dpdk.org (Postfix) with ESMTP id DEDC0F94 for ; Fri, 14 Apr 2017 11:39:23 +0200 (CEST) Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by fmsmga103.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 14 Apr 2017 02:39:22 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.37,197,1488873600"; d="scan'208";a="1155858105" Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.237.220.122]) ([10.237.220.122]) by fmsmga002.fm.intel.com with ESMTP; 14 Apr 2017 02:39:20 -0700 To: Declan Doherty , Ilya Maximets , dev@dpdk.org Cc: Heetae Ahn , Eric Kinzie , Bernard Iremonger , Jan Blunck References: <1491479991-26802-1-git-send-email-i.maximets@samsung.com> From: Ferruh Yigit Message-ID: <5b0e08d9-3220-d095-3182-25fee8ae7045@intel.com> Date: Fri, 14 Apr 2017 10:39:20 +0100 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=windows-1252 Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [PATCH] net/bonding: remove all slaves on close 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: Fri, 14 Apr 2017 09:39:24 -0000 On 4/14/2017 10:06 AM, Declan Doherty wrote: > On 06/04/17 12:59, Ilya Maximets wrote: >> Some applications like OVS knows nothing about the >> device type and wants to use same API to work with >> all of them. But bond_pmd, unlike other pmds, requires >> additional step (removing of all the slaves) before >> closing the device. >> >> In fact that bond_pmd automatically adds all the >> devices from kvargs to bonding on configuration it >> also should remove all of them on close. >> >> This change is intended to have the same API for physical >> and virtual devices. It allows us to handle virtual >> devices in OVS in a common way. >> >> Signed-off-by: Ilya Maximets >> --- > ... >> > > > Acked-by: Declan Doherty Applied to dpdk-next-net/master, thanks.