[dpdk-dev] [PATCH 4/5] eal: add an error code to plugin init for the next step

2015-10-21 Thread Thomas Monjalon
2015-10-16 16:38, Panu Matilainen: > On 10/16/2015 04:14 PM, Panu Matilainen wrote: > > On 10/16/2015 03:59 PM, Bruce Richardson wrote: > >> On Fri, Oct 16, 2015 at 02:58:16PM +0300, Panu Matilainen wrote: > >>> Signed-off-by: Panu Matilainen > >>> --- > >>> lib/librte_eal/bsdapp/eal/eal.c

[dpdk-dev] [PATCH 4/5] eal: add an error code to plugin init for the next step

2015-10-16 Thread Panu Matilainen
On 10/16/2015 04:14 PM, Panu Matilainen wrote: > On 10/16/2015 03:59 PM, Bruce Richardson wrote: >> On Fri, Oct 16, 2015 at 02:58:16PM +0300, Panu Matilainen wrote: >>> Signed-off-by: Panu Matilainen >>> --- >>> lib/librte_eal/bsdapp/eal/eal.c| 3 ++- >>> lib/librte_eal/common/eal_c

[dpdk-dev] [PATCH 4/5] eal: add an error code to plugin init for the next step

2015-10-16 Thread Panu Matilainen
On 10/16/2015 03:59 PM, Bruce Richardson wrote: > On Fri, Oct 16, 2015 at 02:58:16PM +0300, Panu Matilainen wrote: >> Signed-off-by: Panu Matilainen >> --- >> lib/librte_eal/bsdapp/eal/eal.c| 3 ++- >> lib/librte_eal/common/eal_common_options.c | 3 ++- >> lib/librte_eal/common/eal

[dpdk-dev] [PATCH 4/5] eal: add an error code to plugin init for the next step

2015-10-16 Thread Panu Matilainen
Signed-off-by: Panu Matilainen --- lib/librte_eal/bsdapp/eal/eal.c| 3 ++- lib/librte_eal/common/eal_common_options.c | 3 ++- lib/librte_eal/common/eal_options.h| 2 +- lib/librte_eal/linuxapp/eal/eal.c | 3 ++- 4 files changed, 7 insertions(+), 4 deletions(-) diff

[dpdk-dev] [PATCH 4/5] eal: add an error code to plugin init for the next step

2015-10-16 Thread Bruce Richardson
On Fri, Oct 16, 2015 at 02:58:16PM +0300, Panu Matilainen wrote: > Signed-off-by: Panu Matilainen > --- > lib/librte_eal/bsdapp/eal/eal.c| 3 ++- > lib/librte_eal/common/eal_common_options.c | 3 ++- > lib/librte_eal/common/eal_options.h| 2 +- > lib/librte_eal/linuxapp/eal/ea