From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bruce Richardson Subject: Re: [PATCH v5 0/2] fm10k: enable FTAG based forwarding Date: Thu, 10 Mar 2016 16:40:31 +0000 Message-ID: <20160310164031.GK18264@bricha3-MOBL3> References: <1456810601-7419-2-git-send-email-xiao.w.wang@intel.com> <1456917554-30257-1-git-send-email-xiao.w.wang@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: dev@dpdk.org To: Wang Xiao W Return-path: Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by dpdk.org (Postfix) with ESMTP id A5598379B for ; Thu, 10 Mar 2016 17:40:35 +0100 (CET) Content-Disposition: inline In-Reply-To: <1456917554-30257-1-git-send-email-xiao.w.wang@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" On Wed, Mar 02, 2016 at 07:19:12PM +0800, Wang Xiao W wrote: > v5: > * Used kvargs api to parse the devargs parameter. > * Put release note into the driver patch. > > v4: > * Removed the build time config option, used devargs to config FTAG. > * Rebased on head of dpdk-next-net/rel_16_04 branch. > > v3: > * Removed "\n" in PMD_INIT_LOG. > * Returned "-ENOTSUP" instead of -1 in VF FTAG use case. > > v2: > * Gave an error message for VF FTAG use case. > * Added a notice in the doc to emphasize that application should ensure > an appropriate FTAG for every frame in FTAG based forwarding mode. > > Wang Xiao W (2): > fm10k: enable FTAG based forwarding > doc: add introduction for fm10k FTAG based forwarding > Applied to dpdk-next-net/rel_16_04 /Bruce