Re: [dpdk-dev] [PATCH v3 17/20] examples: add external memory example app

2018-09-21 Thread Burakov, Anatoly
On 20-Sep-18 11:47 PM, Ananyev, Konstantin wrote: Hi Anatoly Introduce an example application demonstrating the use of external memory support. This is a simple application based on skeleton app, but instead of using internal DPDK memory, it is using externally allocated memory. The RX/TX an

Re: [dpdk-dev] [PATCH v3 17/20] examples: add external memory example app

2018-09-20 Thread Ananyev, Konstantin
Hi Anatoly > > Introduce an example application demonstrating the use of > external memory support. This is a simple application based on > skeleton app, but instead of using internal DPDK memory, it is > using externally allocated memory. > > The RX/TX and init path is a carbon-copy of skelet

[dpdk-dev] [PATCH v3 17/20] examples: add external memory example app

2018-09-20 Thread Anatoly Burakov
Introduce an example application demonstrating the use of external memory support. This is a simple application based on skeleton app, but instead of using internal DPDK memory, it is using externally allocated memory. The RX/TX and init path is a carbon-copy of skeleton app, with no modifications