From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by dpdk.org (Postfix) with ESMTP id 52C0E10FD2 for ; Thu, 30 Mar 2017 13:18:01 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=intel.com; i=@intel.com; q=dns/txt; s=intel; t=1490872682; x=1522408682; h=subject:to:references:cc:from:message-id:date: mime-version:in-reply-to:content-transfer-encoding; bh=9MYTAQFz/xQjudeplmhCMGazUhSrQf15p+Xa8sUiI4U=; b=a56akaxLf9RieIZC52cns228awTfj/EFrFdnpa5lmxq9Df8HwT8fwhBX wLqKb2cqieIvaoTg2XDblxEKOAJEzg==; Received: from orsmga002.jf.intel.com ([10.7.209.21]) by orsmga102.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 30 Mar 2017 04:18:00 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.36,246,1486454400"; d="scan'208";a="66856697" Received: from dwdohert-dpdk.ir.intel.com ([163.33.210.152]) by orsmga002.jf.intel.com with ESMTP; 30 Mar 2017 04:17:59 -0700 To: Fan Zhang , dev@dpdk.org References: <1490804784-64350-1-git-send-email-roy.fan.zhang@intel.com> <1490870836-111037-1-git-send-email-roy.fan.zhang@intel.com> <1490870836-111037-3-git-send-email-roy.fan.zhang@intel.com> Cc: pablo.de.lara.guarch@intel.com, sergio.gonzalez.monroy@intel.com From: Declan Doherty Message-ID: <30fe1d21-bd1c-a2ad-4f70-dfae60c76a79@intel.com> Date: Thu, 30 Mar 2017 12:17:06 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.8.0 MIME-Version: 1.0 In-Reply-To: <1490870836-111037-3-git-send-email-roy.fan.zhang@intel.com> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [PATCH v6 2/3] crypto/scheduler: enable packet size based scheduling mode 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, 30 Mar 2017 11:18:02 -0000 On 30/03/17 11:47, Fan Zhang wrote: > This patch enables the packet size based scheduling mode in scheduler PMD. > > Signed-off-by: Fan Zhang > --- ... > Acked-by: Declan Doherty