[dpdk-dev] [PATCH v2] crypto/scheduler: improve commandline parsing

2017-04-18 Thread Fan Zhang
This patch improves the cryptodev scheduler PMD's commandline parsing capability. Originally, the scheduler's slave option requires the slave vdev(s) being declared prior to it. This patch removes this limitation by storing the slave names temporarily and attaching them later. This patch depends o

[dpdk-dev] [PATCH v2] crypto/scheduler: improve commandline parsing

2017-03-30 Thread Fan Zhang
This patch improves the cryptodev scheduler PMD's commandline parsing capability. Originally, the scheduler's slave option requires the slave vdev(s) being declared prior to it. This patch removes this limitation by storing the slave names temporarily and attaching them later. This patch depends o