[dpdk-dev] [PATCH] aesni_mb: remove params from config file

2016-03-11 Thread Thomas Monjalon
2016-03-10 17:14, Pablo de Lara: > Parse the device parameters from rte_eal_vdev_init, > instead of the config file, so user can change the parameters > at runtime. > > Signed-off-by: Pablo de Lara Applied, thanks

[dpdk-dev] [PATCH] aesni_mb: remove params from config file

2016-03-10 Thread Pablo de Lara
Parse the device parameters from rte_eal_vdev_init, instead of the config file, so user can change the parameters at runtime. Signed-off-by: Pablo de Lara --- This patch depends on "cryptodev: add capabilities discovery mechanism" (http://dpdk.org/dev/patchwork/patch/11430/) config/common_base