From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by dpdk.org (Postfix) with ESMTP id 719391396 for ; Thu, 4 Feb 2016 10:47:50 +0100 (CET) Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by fmsmga103.fm.intel.com with ESMTP; 04 Feb 2016 01:47:49 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.22,395,1449561600"; d="scan'208";a="908304429" Received: from fmsmsx108.amr.corp.intel.com ([10.18.124.206]) by fmsmga002.fm.intel.com with ESMTP; 04 Feb 2016 01:47:50 -0800 Received: from fmsmsx152.amr.corp.intel.com (10.18.125.5) by FMSMSX108.amr.corp.intel.com (10.18.124.206) with Microsoft SMTP Server (TLS) id 14.3.248.2; Thu, 4 Feb 2016 01:47:49 -0800 Received: from shsmsx101.ccr.corp.intel.com (10.239.4.153) by FMSMSX152.amr.corp.intel.com (10.18.125.5) with Microsoft SMTP Server (TLS) id 14.3.248.2; Thu, 4 Feb 2016 01:47:48 -0800 Received: from shsmsx102.ccr.corp.intel.com ([169.254.2.172]) by SHSMSX101.ccr.corp.intel.com ([169.254.1.249]) with mapi id 14.03.0248.002; Thu, 4 Feb 2016 17:47:47 +0800 From: "Chen, Jing D" To: "Wang, Xiao W" Thread-Topic: [PATCH v3 0/3] fm10k: enable FTAG based forwarding Thread-Index: AQHRXv2V4mbEwEgwwkevjwxV89O5ip8bokSg Date: Thu, 4 Feb 2016 09:47:46 +0000 Message-ID: <4341B239C0EFF9468EE453F9E9F4604D0443CA31@shsmsx102.ccr.corp.intel.com> References: <1454410216-13333-2-git-send-email-xiao.w.wang@intel.com> <1454557129-12825-1-git-send-email-xiao.w.wang@intel.com> In-Reply-To: <1454557129-12825-1-git-send-email-xiao.w.wang@intel.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [10.239.127.40] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Cc: "dev@dpdk.org" Subject: Re: [dpdk-dev] [PATCH v3 0/3] fm10k: enable FTAG based forwarding X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Feb 2016 09:47:50 -0000 Hi,=20 Best Regards, Mark > -----Original Message----- > From: Wang, Xiao W > Sent: Thursday, February 04, 2016 11:39 AM > To: Chen, Jing D > Cc: dev@dpdk.org; Qiu, Michael; He, Shaopeng; Wang, Xiao W > Subject: [PATCH v3 0/3] fm10k: enable FTAG based forwarding >=20 > v3: > * Removed "\n" in PMD_INIT_LOG. >=20 > * Returned "-ENOTSUP" instead of -1 in VF FTAG use case. >=20 > v2: > * Gave an error message for VF FTAG use case. >=20 > * Added a notice in the doc to emphasize that application should ensure > an appropriate FTAG for every frame in FTAG based forwarding mode. >=20 > 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 >=20 > 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(-) >=20 > -- > 1.9.3 Acked-by: Jing Chen