Re: [dpdk-dev] Windows Support Plan

2020-02-11 Thread Burakov, Anatoly
On 08-Feb-20 8:09 PM, Dmitry Kozlyuk wrote: The main reason DPDK memory management works the way it does is because of need to support multiprocess. In order to map memory in all processes, we need that space reserved (otherwise there's no guarantee that the newly mapped memory segment will be ma

Re: [dpdk-dev] Windows Support Plan

2020-02-08 Thread Dmitry Kozlyuk
> The main reason DPDK memory management works the way it does is because > of need to support multiprocess. In order to map memory in all > processes, we need that space reserved (otherwise there's no guarantee > that the newly mapped memory segment will be mapped in all processes, > and it'll

Re: [dpdk-dev] Windows Support Plan

2020-02-04 Thread Thomas Monjalon
02/02/2020 21:37, Dmitry Kozliuk: > Where do I find a high-level plan of comprehensive Windows support: design > decisions, implementation order, etc? Please help documenting design decisions in the DPDK doc. For implementation order, we'll discuss it soon together. > Information on the subject i

Re: [dpdk-dev] Windows Support Plan

2020-02-03 Thread Burakov, Anatoly
On 02-Feb-20 8:37 PM, Dmitry Kozliuk wrote: Hi everyone! Hi, Primary topics to discuss: 1. Memory management (@Anatoly) 1.1. MM changed radically since v18.08 and dpdk-next-windows does not implement it properly anyway, it allocates segment lists in a PCI bus driver.

[dpdk-dev] Windows Support Plan

2020-02-02 Thread Dmitry Kozliuk
Hi everyone! Where do I find a high-level plan of comprehensive Windows support: design decisions, implementation order, etc? Information on the subject is very scarce, one may think it is abandoned. Googling for "site:dpdk.org/ml/archives/dev/ windows" yields only two pages of disjoint messages.