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 0302711A4 for ; Fri, 16 Nov 2018 15:09:43 +0100 (CET) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga004.jf.intel.com ([10.7.209.38]) by orsmga101.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 16 Nov 2018 06:09:42 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.56,240,1539673200"; d="scan'208";a="250270844" Received: from fmsmsx103.amr.corp.intel.com ([10.18.124.201]) by orsmga004.jf.intel.com with ESMTP; 16 Nov 2018 06:09:42 -0800 Received: from fmsmsx119.amr.corp.intel.com (10.18.124.207) by FMSMSX103.amr.corp.intel.com (10.18.124.201) with Microsoft SMTP Server (TLS) id 14.3.408.0; Fri, 16 Nov 2018 06:09:42 -0800 Received: from fmsmsx118.amr.corp.intel.com ([169.254.1.160]) by FMSMSX119.amr.corp.intel.com ([169.254.14.189]) with mapi id 14.03.0415.000; Fri, 16 Nov 2018 06:09:41 -0800 From: "Wiles, Keith" To: "Burakov, Anatoly" CC: Stephen Hemminger , dev , "Mcnamara, John" , "Richardson, Bruce" , "De Lara Guarch, Pablo" , "Hunt, David" , "Awal, Mohammad Abdul" , "thomas@monjalon.net" , "Yigit, Ferruh" Thread-Topic: [dpdk-dev] [RFC v2 1/9] usertools: add DPDK config lib python library Thread-Index: AQHUfUWycIFsNL9AbE6GdRsFE6UwyKVS0H0AgAAnGwA= Date: Fri, 16 Nov 2018 14:09:40 +0000 Message-ID: References: <20181115164508.6c99877d@shemminger-XPS-13-9360> In-Reply-To: Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [10.254.99.227] Content-Type: text/plain; charset="us-ascii" Content-ID: <83D0ADB41334324C956FA0E284890252@intel.com> Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [RFC v2 1/9] usertools: add DPDK config lib python library 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: Fri, 16 Nov 2018 14:09:44 -0000 > On Nov 16, 2018, at 5:49 AM, Burakov, Anatoly = wrote: >=20 > On 16-Nov-18 12:45 AM, Stephen Hemminger wrote: >> On Thu, 15 Nov 2018 15:47:13 +0000 >> Anatoly Burakov wrote: >>> This is a placeholder for Python library abstracting away many of >>> mundane details DPDK configuration scripts have to deal with. We >>> need __init__.py file to make the subdirectory a package so that >>> Python scripts in usertools/ can find their dependencies. >>>=20 >>> Signed-off-by: Anatoly Burakov >>> --- >>> usertools/DPDKConfigLib/__init__.py | 0 >>> 1 file changed, 0 insertions(+), 0 deletions(-) >>> create mode 100644 usertools/DPDKConfigLib/__init__.py >>>=20 >>> diff --git a/usertools/DPDKConfigLib/__init__.py b/usertools/DPDKConfig= Lib/__init__.py >>> new file mode 100644 >>> index 000000000..e69de29bb >> Doing this a better than current code, but can we go farther? >> I would like DPDK to get out of doing binds directly and switch to using= driverctl >> which also handles persistent rebind on reboot. >=20 > Wasn't the objection that it's not available everywhere? (for the record,= i have no horse in the race - i don't much care exactly how it's done) If it works on FreeBSD and Linux then I am all for it. On windows does it s= upport this method too? >=20 > --=20 > Thanks, > Anatoly Regards, Keith