Re: [dpdk-dev] Windows support

2020-12-15 Thread Nick Connolly
There's also a blog post with some background at https://www.linkedin.com/posts/nick-connolly-36276339_storage-is-evolving-activity-6743223532664184832-8Qzq On 27/11/2020 20:13, Nick Connolly wrote: [Apologies if this is off-topic - just thought it might be of interest] Thanks to the excellent

[dpdk-dev] Windows support

2020-11-27 Thread Nick Connolly
[Apologies if this is off-topic - just thought it might be of interest] Thanks to the excellent work that has been done to get DPDK running on Windows, it's now possible to build and run SPDK on Windows! (The SPDK is a high performance user space storage stack based around the NVMe protocol. 

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.