From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga12.intel.com (mga12.intel.com [192.55.52.136]) by dpdk.org (Postfix) with ESMTP id A1B4058F6 for ; Mon, 25 Jun 2018 15:45:22 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga003.jf.intel.com ([10.7.209.27]) by fmsmga106.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 25 Jun 2018 06:45:21 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.51,270,1526367600"; d="scan'208";a="62006927" Received: from dwdohert-mobl.ger.corp.intel.com (HELO [163.33.228.210]) ([163.33.228.210]) by orsmga003.jf.intel.com with ESMTP; 25 Jun 2018 06:45:04 -0700 To: Alex Kiselev , "dev@dpdk.org" , Chas Williams <3chas3@gmail.com>, Stephen Hemminger , Matan Azrad References: <20180620083706.1C2A01B492@dpdk.org> From: "Doherty, Declan" Message-ID: <96616d41-71ec-7961-338d-b0c90b26f03f@intel.com> Date: Mon, 25 Jun 2018 14:45:04 +0100 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.8.0 MIME-Version: 1.0 In-Reply-To: <20180620083706.1C2A01B492@dpdk.org> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [PATCH v4] net/bonding: add add/remove mac addrs 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: Mon, 25 Jun 2018 13:45:23 -0000 On 20/06/2018 9:37 AM, Alex Kiselev wrote: > add functions to add/remove MAC addresses > Signed-off-by: Alex Kiselev > --- ... > Acked-by: Declan Doherty