From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ferruh Yigit Subject: Re: [PATCH v6 3/3] net/i40e: enable runtime queue setup Date: Fri, 20 Apr 2018 12:17:35 +0100 Message-ID: References: <20180212045314.171616-1-qi.z.zhang@intel.com> <20180408024221.228450-1-qi.z.zhang@intel.com> <20180408024221.228450-4-qi.z.zhang@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Cc: dev@dpdk.org, beilei.xing@intel.com, jingjing.wu@intel.com, wenzhuo.lu@intel.com To: Qi Zhang , thomas@monjalon.net, konstantin.ananyev@intel.com Return-path: Received: from mga04.intel.com (mga04.intel.com [192.55.52.120]) by dpdk.org (Postfix) with ESMTP id C68F97286 for ; Fri, 20 Apr 2018 13:17:38 +0200 (CEST) In-Reply-To: <20180408024221.228450-4-qi.z.zhang@intel.com> Content-Language: en-US List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" On 4/8/2018 3:42 AM, Qi Zhang wrote: > Expose the runtime queue configuration capability and enhance > i40e_dev_[rx|tx]_queue_setup to handle the situation when > device already started. > > Signed-off-by: Qi Zhang > Acked-by: Konstantin Ananyev > --- > v5: > - fix first tx queue check. > > v4: > - fix rx/tx conflict check. > - no need conflict check for first rx/tx queue at runtime setup. > > v3: > - no queue start/stop in setup/release > - return fail when required rx/tx function conflict with > exist setup > > drivers/net/i40e/i40e_ethdev.c | 4 + > drivers/net/i40e/i40e_rxtx.c | 183 +++++++++++++++++++++++++++++++++++------ Can you please update *i40e*.ini file to announce new introduced feature.