From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by dpdk.org (Postfix) with ESMTP id A34F62A5E for ; Tue, 2 Jan 2018 03:47:17 +0100 (CET) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by orsmga101.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 01 Jan 2018 18:47:16 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.45,494,1508828400"; d="scan'208";a="16108845" Received: from fmsmsx108.amr.corp.intel.com ([10.18.124.206]) by FMSMGA003.fm.intel.com with ESMTP; 01 Jan 2018 18:47:16 -0800 Received: from fmsmsx121.amr.corp.intel.com (10.18.125.36) by FMSMSX108.amr.corp.intel.com (10.18.124.206) with Microsoft SMTP Server (TLS) id 14.3.319.2; Mon, 1 Jan 2018 18:47:15 -0800 Received: from shsmsx104.ccr.corp.intel.com (10.239.4.70) by fmsmsx121.amr.corp.intel.com (10.18.125.36) with Microsoft SMTP Server (TLS) id 14.3.319.2; Mon, 1 Jan 2018 18:47:15 -0800 Received: from shsmsx101.ccr.corp.intel.com ([169.254.1.159]) by SHSMSX104.ccr.corp.intel.com ([169.254.5.152]) with mapi id 14.03.0319.002; Tue, 2 Jan 2018 10:47:14 +0800 From: "Xing, Beilei" To: "Wu, Yanglong" , "dev@dpdk.org" Thread-Topic: [PATCH v5] net/i40e: support mac loopback Thread-Index: AQHTg3NXPgAMOzKL5kSsEWX2bo2PyaNf4NsA Date: Tue, 2 Jan 2018 02:47:12 +0000 Message-ID: <94479800C636CB44BD422CB454846E01320865F8@SHSMSX101.ccr.corp.intel.com> References: <20180102022819.127981-1-yanglong.wu@intel.com> <20180102024123.128042-1-yanglong.wu@intel.com> In-Reply-To: <20180102024123.128042-1-yanglong.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] [PATCH v5] net/i40e: support mac loopback X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 02 Jan 2018 02:47:18 -0000 > -----Original Message----- > From: Wu, Yanglong > Sent: Tuesday, January 2, 2018 10:41 AM > To: dev@dpdk.org > Cc: Xing, Beilei ; Wu, Yanglong > > Subject: [PATCH v5] net/i40e: support mac loopback >=20 > According to loopback mode, setup loopback link or not. > If loopback link is setted, packets in tx will be sent to rx directly. > Loopback mode can be used to support testing task >=20 > Signed-off-by: Yanglong Wu Acked-by: Beilei Xing