Re: [dpdk-dev] [PATCH 4/4] net/dpaa2: support parallel recv mode

2017-05-15 Thread Hemant Agrawal
On 5/12/2017 7:18 PM, Ferruh Yigit wrote: On 4/19/2017 2:09 PM, Hemant Agrawal wrote: Typically when the PMD issues a RX command to DPAA2 hardware, the hw writes the available descriptors into the given memory. The RX function then processes the frames and prepare them as mbufs. This patch adds

Re: [dpdk-dev] [PATCH 4/4] net/dpaa2: support parallel recv mode

2017-05-12 Thread Ferruh Yigit
On 4/19/2017 2:09 PM, Hemant Agrawal wrote: > Typically when the PMD issues a RX command to DPAA2 hardware, > the hw writes the available descriptors into the given memory. > The RX function then processes the frames and prepare them as > mbufs. > > This patch adds support to issue another pull re

[dpdk-dev] [PATCH 4/4] net/dpaa2: support parallel recv mode

2017-04-19 Thread Hemant Agrawal
Typically when the PMD issues a RX command to DPAA2 hardware, the hw writes the available descriptors into the given memory. The RX function then processes the frames and prepare them as mbufs. This patch adds support to issue another pull request to hardware in another memory location, before we