From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <konstantin.ananyev@intel.com>
Received: from mga14.intel.com (mga14.intel.com [192.55.52.115])
 by dpdk.org (Postfix) with ESMTP id EB4E928FD
 for <dev@dpdk.org>; Fri, 10 Jun 2016 20:12:47 +0200 (CEST)
Received: from fmsmga001.fm.intel.com ([10.253.24.23])
 by fmsmga103.fm.intel.com with ESMTP; 10 Jun 2016 11:12:48 -0700
X-ExtLoop1: 1
X-IronPort-AV: E=Sophos;i="5.26,451,1459839600"; d="scan'208";a="985000761"
Received: from irsmsx107.ger.corp.intel.com ([163.33.3.99])
 by fmsmga001.fm.intel.com with ESMTP; 10 Jun 2016 11:12:47 -0700
Received: from irsmsx105.ger.corp.intel.com ([169.254.7.51]) by
 IRSMSX107.ger.corp.intel.com ([169.254.10.96]) with mapi id 14.03.0248.002;
 Fri, 10 Jun 2016 19:12:45 +0100
From: "Ananyev, Konstantin" <konstantin.ananyev@intel.com>
To: "Iremonger, Bernard" <bernard.iremonger@intel.com>, "dev@dpdk.org"
 <dev@dpdk.org>
CC: "Doherty, Declan" <declan.doherty@intel.com>
Thread-Topic: [PATCH v2 1/6] bonding: add spinlock to rx and tx queues
Thread-Index: AQHRt203e0i7TxD5FUG4D3sBwhtjzp/jGDqw
Date: Fri, 10 Jun 2016 18:12:45 +0000
Message-ID: <2601191342CEEE43887BDE71AB97725836B6E3AB@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-2-git-send-email-bernard.iremonger@intel.com>
In-Reply-To: <1464280727-25752-2-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 1/6] bonding: add spinlock to rx and tx
	queues
X-BeenThere: dev@dpdk.org
X-Mailman-Version: 2.1.15
Precedence: list
List-Id: patches and discussions about DPDK <dev.dpdk.org>
List-Unsubscribe: <http://dpdk.org/ml/options/dev>,
 <mailto:dev-request@dpdk.org?subject=unsubscribe>
List-Archive: <http://dpdk.org/ml/archives/dev/>
List-Post: <mailto:dev@dpdk.org>
List-Help: <mailto:dev-request@dpdk.org?subject=help>
List-Subscribe: <http://dpdk.org/ml/listinfo/dev>,
 <mailto:dev-request@dpdk.org?subject=subscribe>
X-List-Received-Date: Fri, 10 Jun 2016 18:12:48 -0000


> Signed-off-by: Bernard Iremonger <bernard.iremonger@intel.com>
> ---
>  drivers/net/bonding/rte_eth_bond_pmd.c     | 4 ++++
>  drivers/net/bonding/rte_eth_bond_private.h | 4 +++-
>  2 files changed, 7 insertions(+), 1 deletion(-)
>=20

Acked-by: Konstantin Ananyev <konstantin.ananyev@intel.com>