From mboxrd@z Thu Jan 1 00:00:00 1970 From: Wang Xiao W Subject: [PATCH v2 0/3] fm10k: enable FTAG based forwarding Date: Tue, 2 Feb 2016 18:50:13 +0800 Message-ID: <1454410216-13333-1-git-send-email-xiao.w.wang@intel.com> References: <1453709251-32309-2-git-send-email-xiao.w.wang@intel.com> Cc: dev@dpdk.org To: jing.d.chen@intel.com Return-path: Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) by dpdk.org (Postfix) with ESMTP id 2ECB393F6 for ; Tue, 2 Feb 2016 11:50:25 +0100 (CET) In-Reply-To: <1453709251-32309-2-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" 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 (3): fm10k: enable FTAG based forwarding doc: add introduction for fm10k FTAG based forwarding doc: update release note for fm10k FTAG support config/common_bsdapp | 1 + config/common_linuxapp | 1 + doc/guides/nics/fm10k.rst | 16 +++++++++++++++- doc/guides/rel_notes/release_2_3.rst | 1 + drivers/net/fm10k/fm10k_ethdev.c | 12 ++++++++++++ drivers/net/fm10k/fm10k_rxtx.c | 17 +++++++++++++++++ drivers/net/fm10k/fm10k_rxtx_vec.c | 9 +++++++++ 7 files changed, 56 insertions(+), 1 deletion(-) -- 1.9.3