Re: [dpdk-dev] [RFC 0/9] Modularize and enhance DPDK Python scripts

2018-08-28 Thread Burakov, Anatoly
On 14-Aug-18 11:11 AM, Burakov, Anatoly wrote: On 25-Jun-18 4:59 PM, Anatoly Burakov wrote: This patchset attempts to create a library out of Python scripts that come with DPDK, with a goal of enabling external tools to get the same information about the system DPDK has, and perhaps configure DP

Re: [dpdk-dev] [RFC 0/9] Modularize and enhance DPDK Python scripts

2018-08-14 Thread Burakov, Anatoly
On 25-Jun-18 4:59 PM, Anatoly Burakov wrote: This patchset attempts to create a library out of Python scripts that come with DPDK, with a goal of enabling external tools to get the same information about the system DPDK has, and perhaps configure DPDK. Potential applications include: * Better s

[dpdk-dev] [RFC 0/9] Modularize and enhance DPDK Python scripts

2018-06-25 Thread Anatoly Burakov
This patchset attempts to create a library out of Python scripts that come with DPDK, with a goal of enabling external tools to get the same information about the system DPDK has, and perhaps configure DPDK. Potential applications include: * Better setup.sh script (it's long overdue, and you know