From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by dpdk.org (Postfix) with ESMTP id DD74F3F9 for ; Wed, 10 Dec 2014 09:18:43 +0100 (CET) Received: from orsmga002.jf.intel.com ([10.7.209.21]) by orsmga103.jf.intel.com with ESMTP; 10 Dec 2014 00:16:45 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.07,551,1413270000"; d="scan'208";a="651427809" Received: from irsmsx109.ger.corp.intel.com ([163.33.3.23]) by orsmga002.jf.intel.com with ESMTP; 10 Dec 2014 00:18:41 -0800 Received: from irsmsx106.ger.corp.intel.com ([169.254.8.18]) by IRSMSX109.ger.corp.intel.com ([169.254.13.244]) with mapi id 14.03.0195.001; Wed, 10 Dec 2014 08:18:40 +0000 From: "Wodkowski, PawelX" To: Neil Horman , "Mrzyglod, DanielX T" Thread-Topic: [dpdk-dev] Added Spinlock to l3fwd-vf example to prevent race conditioning Thread-Index: AQHQEvXO2fJqynX8P0ONnxz6nzmI7ZyIfRpA Date: Wed, 10 Dec 2014 08:18:36 +0000 Message-ID: References: <1404818184-29388-1-git-send-email-danielx.t.mrzyglod@intel.com> <20141208144545.GD3237@localhost.localdomain> In-Reply-To: <20141208144545.GD3237@localhost.localdomain> Accept-Language: pl-PL, en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [163.33.239.181] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Cc: "dev@dpdk.org" Subject: Re: [dpdk-dev] Added Spinlock to l3fwd-vf example to prevent race conditioning 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: Wed, 10 Dec 2014 08:18:44 -0000 > Though, that said, doesn't it seem to anyone else like serialization of e= nqueue > to a port should be the responsibility of the library, not the applicatio= n? >=20 > Neil >>From my knowledge it is an application responsibility to serialize access = to queue on particular port. Pawel