From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wi0-f174.google.com (mail-wi0-f174.google.com [209.85.212.174]) by dpdk.org (Postfix) with ESMTP id B0616804A for ; Thu, 11 Dec 2014 02:09:35 +0100 (CET) Received: by mail-wi0-f174.google.com with SMTP id h11so13052276wiw.1 for ; Wed, 10 Dec 2014 17:09:35 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id:organization :user-agent:in-reply-to:references:mime-version :content-transfer-encoding:content-type; bh=F5ygEPBbTMwb+tp5gcwg2lzubS1Vcn1KD7FQiz0e6m4=; b=Kcdup32gVkJrUnHdIeLSWmt8VQVutXCHcZepLPZ21rmXngV5S2yELr5vRmztK3Gb67 RStWLYEsAQ9H0vNaylECi8jFNyDvFqVuxE6JP29q5663Iighjd290PECDmu8szpvwwBb QHXzp3nisN/FEKgrzFcY0lLRs0BZIyfc4lc/ir0q4RsluDhX9mml8mwQkiYPwJKWuSdY CwwfgC8W1MjEGZqjtz11hqEOkGE5w/MXvwOA3QdtoCeagvCBFDm+HXoEpdi8h/ajXi/y 79ws5m/vxPVzVGW9Rac6ImUqgjWz+VxWatUThFPm0Pj4OWpfnKmdDn5YqF1RZEI423jh 9Gmg== X-Gm-Message-State: ALoCoQktfKS/rXjyVvb5Zmgpo6sZK9edBjiwfABvq81LQ2rRKyKVKyAu4yjHmhrT0wR3A0SQBUIo X-Received: by 10.180.14.163 with SMTP id q3mr18059897wic.54.1418260175598; Wed, 10 Dec 2014 17:09:35 -0800 (PST) Received: from xps13.localnet ([88.249.222.12]) by mx.google.com with ESMTPSA id bs2sm7883124wjc.43.2014.12.10.17.09.34 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Wed, 10 Dec 2014 17:09:34 -0800 (PST) From: Thomas Monjalon To: Daniel Mrzyglod Date: Thu, 11 Dec 2014 02:08:57 +0100 Message-ID: <1444843.bUb3XjPkOK@xps13> Organization: 6WIND User-Agent: KMail/4.14.3 (Linux/3.17.4-1-ARCH; KDE/4.14.3; x86_64; ; ) In-Reply-To: <20141208144545.GD3237@localhost.localdomain> References: <1404818184-29388-1-git-send-email-danielx.t.mrzyglod@intel.com> <20141208144545.GD3237@localhost.localdomain> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" 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: Thu, 11 Dec 2014 01:09:35 -0000 > > Signed-off-by: Daniel Mrzyglod > > Acked-by: Neil Horman Applied Thanks -- Thomas