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 2BC8928FD for ; Fri, 10 Jun 2016 20:14:13 +0200 (CEST) Received: from orsmga002.jf.intel.com ([10.7.209.21]) by fmsmga103.fm.intel.com with ESMTP; 10 Jun 2016 11:14:03 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.26,451,1459839600"; d="scan'208";a="995182598" Received: from irsmsx109.ger.corp.intel.com ([163.33.3.23]) by orsmga002.jf.intel.com with ESMTP; 10 Jun 2016 11:14:02 -0700 Received: from irsmsx105.ger.corp.intel.com ([169.254.7.51]) by IRSMSX109.ger.corp.intel.com ([169.254.13.193]) with mapi id 14.03.0248.002; Fri, 10 Jun 2016 19:14:01 +0100 From: "Ananyev, Konstantin" To: "Iremonger, Bernard" , "dev@dpdk.org" CC: "Doherty, Declan" Thread-Topic: [PATCH v2 2/6] bonding: grab queue spinlocks in slave add and remove Thread-Index: AQHRt20oamRXbMgUrUq6f+5XNAnHvZ/jGMmA Date: Fri, 10 Jun 2016 18:14:00 +0000 Message-ID: <2601191342CEEE43887BDE71AB97725836B6E3C8@irsmsx105.ger.corp.intel.com> References: <1462461300-9962-1-git-send-email-bernard.iremonger@intel.com> <1464280727-25752-1-git-send-email-bernard.iremonger@intel.com> <1464280727-25752-3-git-send-email-bernard.iremonger@intel.com> In-Reply-To: <1464280727-25752-3-git-send-email-bernard.iremonger@intel.com> Accept-Language: en-IE, en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [163.33.239.180] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH v2 2/6] bonding: grab queue spinlocks in slave add and remove X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 10 Jun 2016 18:14:13 -0000 >=20 > Signed-off-by: Bernard Iremonger > --- Acked-by: Konstantin Ananyev