[dpdk-dev] [PATCH v2 06/20] net/dpaa2: support parallel Rx mode

2017-05-15 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

[dpdk-dev] [PATCH v2 06/20] net/dpaa2: support parallel Rx mode

2017-05-15 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