From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) by dpdk.org (Postfix) with ESMTP id 0B70811A4 for ; Fri, 16 Nov 2018 12:49:45 +0100 (CET) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by fmsmga101.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 16 Nov 2018 03:49:45 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.56,240,1539673200"; d="scan'208";a="105127476" Received: from aburakov-mobl1.ger.corp.intel.com (HELO [10.237.220.124]) ([10.237.220.124]) by fmsmga002.fm.intel.com with ESMTP; 16 Nov 2018 03:49:43 -0800 To: Stephen Hemminger Cc: dev@dpdk.org, john.mcnamara@intel.com, bruce.richardson@intel.com, pablo.de.lara.guarch@intel.com, david.hunt@intel.com, mohammad.abdul.awal@intel.com, thomas@monjalon.net, ferruh.yigit@intel.com References: <20181115164508.6c99877d@shemminger-XPS-13-9360> From: "Burakov, Anatoly" Message-ID: Date: Fri, 16 Nov 2018 11:49:42 +0000 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.9.1 MIME-Version: 1.0 In-Reply-To: <20181115164508.6c99877d@shemminger-XPS-13-9360> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit 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 11:49:46 -0000 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. >> >> Signed-off-by: Anatoly Burakov >> --- >> usertools/DPDKConfigLib/__init__.py | 0 >> 1 file changed, 0 insertions(+), 0 deletions(-) >> create mode 100644 usertools/DPDKConfigLib/__init__.py >> >> diff --git a/usertools/DPDKConfigLib/__init__.py b/usertools/DPDKConfigLib/__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. > 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) -- Thanks, Anatoly