From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v2] fm10k: add debug info for actual Rx/Tx func Date: Fri, 27 Nov 2015 19:53:03 +0100 Message-ID: <1636157.cVp5iefs6P@xps13> References: <1448344809-10054-1-git-send-email-jing.d.chen@intel.com> <1448589252-16195-1-git-send-email-jing.d.chen@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org To: "Chen Jing D(Mark)" Return-path: Received: from mail-wm0-f45.google.com (mail-wm0-f45.google.com [74.125.82.45]) by dpdk.org (Postfix) with ESMTP id 42E3858D8 for ; Fri, 27 Nov 2015 19:54:24 +0100 (CET) Received: by wmec201 with SMTP id c201so68192550wme.1 for ; Fri, 27 Nov 2015 10:54:24 -0800 (PST) In-Reply-To: <1448589252-16195-1-git-send-email-jing.d.chen@intel.com> List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 2015-11-27 09:54, Chen Jing D: > From: "Chen Jing D(Mark)" > > After introducing vPMD feature, fm10k driver will select best > Rx/Tx in running time. Original implementation selects Rx/Tx > silently without notifications. > > This patch adds debug info to notify user what actual Rx/Tx > func are used. > > Signed-off-by: Chen Jing D(Mark) Applied, thanks