From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by dpdk.org (Postfix) with ESMTP id 1DFC411A2 for ; Tue, 14 Jul 2015 16:50:36 +0200 (CEST) Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by orsmga103.jf.intel.com with ESMTP; 14 Jul 2015 07:50:36 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.15,472,1432623600"; d="scan'208";a="762228994" Received: from kmsmsx152.gar.corp.intel.com ([172.21.73.87]) by fmsmga002.fm.intel.com with ESMTP; 14 Jul 2015 07:50:34 -0700 Received: from shsmsx151.ccr.corp.intel.com (10.239.6.50) by KMSMSX152.gar.corp.intel.com (172.21.73.87) with Microsoft SMTP Server (TLS) id 14.3.224.2; Tue, 14 Jul 2015 22:50:34 +0800 Received: from shsmsx104.ccr.corp.intel.com ([169.254.5.129]) by SHSMSX151.ccr.corp.intel.com ([169.254.3.157]) with mapi id 14.03.0224.002; Tue, 14 Jul 2015 22:50:33 +0800 From: "Zhang, Helin" To: "Wu, Jingjing" , "dev@dpdk.org" Thread-Topic: [RFC] examples: remove l3fwd-vf example Thread-Index: AQHQvgrBTa10K1/bu0mVVBWFlESt4p3bC7mA Date: Tue, 14 Jul 2015 14:50:32 +0000 Message-ID: References: <1436860647-5862-1-git-send-email-jingjing.wu@intel.com> In-Reply-To: <1436860647-5862-1-git-send-email-jingjing.wu@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 Subject: Re: [dpdk-dev] [RFC] examples: remove l3fwd-vf example 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: Tue, 14 Jul 2015 14:50:37 -0000 > -----Original Message----- > From: Wu, Jingjing > Sent: Tuesday, July 14, 2015 12:57 AM > To: dev@dpdk.org > Cc: Wu, Jingjing; Zhang, Helin; Xu, Qian Q > Subject: [RFC] examples: remove l3fwd-vf example >=20 > Because VF multi-queues can be supported, l3fwd can run on vf. > Suggest to remove the l3fwd-vf example. Totally agree with this! But we need the confirmation from validation guys of that l3fwd works quite= well on VF with all NICs (e.g. i350, 82599, x550, xl710, and fm10k). - Helin >=20 > Signed-off-by: jingjing.wu > ---