From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from out1-smtp.messagingengine.com (out1-smtp.messagingengine.com [66.111.4.25]) by dpdk.org (Postfix) with ESMTP id 7E7601B41B for ; Thu, 10 May 2018 02:10:22 +0200 (CEST) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id EBEA521AE7; Wed, 9 May 2018 20:10:21 -0400 (EDT) Received: from mailfrontend1 ([10.202.2.162]) by compute1.internal (MEProxy); Wed, 09 May 2018 20:10:21 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monjalon.net; h= cc:content-transfer-encoding:content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to:x-me-sender :x-me-sender:x-sasl-enc; s=mesmtp; bh=lhAJIPBhcUr1xxsIyizzlftvUF 3DKgW/ghj3fs8sIhA=; b=cGBg5HUtIw7AS8jZGBFWdv1rsJdQMHsvH8NPAxpztc L5n/BhzPfatqVI1IgErB9yo2uJimB3MNwu+BkCqzFu0zs9AKdYljycVSxVmzWjAX Tndo87i8KKw9CBXRRavraQSJr0nl4N4RknMGEnIUNSA27smSDMXJQysF00GXfbYH g= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-me-sender:x-me-sender:x-sasl-enc; s=fm2; bh=lhAJIP BhcUr1xxsIyizzlftvUF3DKgW/ghj3fs8sIhA=; b=Z4vYgBE0vENt0jFGh+eKPF aawc4Q7RUL2q2FNUfT0QlWOUyiNPxlG/8yGkcKKzc5Gr1oh/aLwafFzlIaBZ7yGC omC4GXHbBlHpNr0P4jGvPft3RoOdYZ8QaPd4qwiPaHf/Xw5H1KIeyXOE1Sv4Rr1C yRXH3To81XXOlOyGoewdX2pyUo9/MtHztjJijhnO1o19rRE5LoCaycp/Ws8Vl4xy OSrs057ei+h6oT7284d8F2pVjpcvVaiu/Zz68b3IAlKOtaNYZyU4TH9Njp3z1CLY L62THaSLvb0+eI2cpuTgM8XzVYxl2zTpzAt6Q65Fc2nH7wTVJVYS2L7JcpDVgy2Q == X-ME-Sender: Received: from xps.localnet (184.203.134.77.rev.sfr.net [77.134.203.184]) by mail.messagingengine.com (Postfix) with ESMTPA id 70215E444A; Wed, 9 May 2018 20:10:21 -0400 (EDT) From: Thomas Monjalon To: Cristian Dumitrescu Cc: dev@dpdk.org Date: Thu, 10 May 2018 02:10:19 +0200 Message-ID: <20095303.JMGabksaOn@xps> In-Reply-To: <1525799548-163555-1-git-send-email-cristian.dumitrescu@intel.com> References: <1525799548-163555-1-git-send-email-cristian.dumitrescu@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [pull-request] next-tm 18.05 pre-rc3 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: Thu, 10 May 2018 00:10:22 -0000 08/05/2018 19:12, Cristian Dumitrescu: > http://dpdk.org/git/next/dpdk-next-qos Pulled with experimental function declaration fixed, and nits in commit logs. Thanks