From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by dpdk.org (Postfix) with ESMTP id 20B6C5A66 for ; Thu, 16 Jul 2015 23:55:56 +0200 (CEST) Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by fmsmga102.fm.intel.com with ESMTP; 16 Jul 2015 14:55:56 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.15,490,1432623600"; d="scan'208";a="748896836" Received: from orsmsx110.amr.corp.intel.com ([10.22.240.8]) by fmsmga001.fm.intel.com with ESMTP; 16 Jul 2015 14:55:56 -0700 Received: from fmsmsx103.amr.corp.intel.com (10.18.124.201) by ORSMSX110.amr.corp.intel.com (10.22.240.8) with Microsoft SMTP Server (TLS) id 14.3.224.2; Thu, 16 Jul 2015 14:55:55 -0700 Received: from FMSMSX110.amr.corp.intel.com ([169.254.14.199]) by FMSMSX103.amr.corp.intel.com ([169.254.2.6]) with mapi id 14.03.0224.002; Thu, 16 Jul 2015 14:55:55 -0700 From: "Wang, Liang-min" To: Thomas Monjalon Thread-Topic: [dpdk-dev] [PATCH v17 0/5] User-space Ethtool Thread-Index: AQHQv8ruj6lPzWBLp0OC7z6p5aI9dJ3fF/AA//+MRLA= Date: Thu, 16 Jul 2015 21:55:54 +0000 Message-ID: References: <1432946276-9424-1-git-send-email-liang-min.wang@intel.com> <1437053137-10460-1-git-send-email-liang-min.wang@intel.com> <3483104.M20H0g0coM@xps13> In-Reply-To: <3483104.M20H0g0coM@xps13> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [10.1.200.106] 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 v17 0/5] User-space Ethtool 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, 16 Jul 2015 21:55:57 -0000 Thomas, Do you want me to create a separate patch just include the example/l2fwd-e= thtool? Do you also mean besides the identified Makefiles, you see more rew= ork needs to be done, or I just need to fix Makefile issue? If just Makefil= e issue, I could try to make another attempt tomorrow? Thanks, Larry > -----Original Message----- > From: Thomas Monjalon [mailto:thomas.monjalon@6wind.com] > Sent: Thursday, July 16, 2015 5:48 PM > To: Wang, Liang-min > Cc: dev@dpdk.org > Subject: Re: [dpdk-dev] [PATCH v17 0/5] User-space Ethtool >=20 > 2015-07-16 09:25, Liang-Min Larry Wang: > > This implementation is designed to provide a familar interface for > applications that rely on kernel-space driver to support ethtool_op and > net_device_op for device management. The initial implementation focuses > on ops that can be implemented through existing netdev APIs. More ops wil= l > be supported in latter release. >=20 > Applied without example which needs more work, thanks