Re: [dpdk-dev] [PATCH v5 05/11] eal: replace rte_panic instances in eventdev

2018-04-26 Thread Arnon Warshavsky
> > Similar to 1/11 in that there is some allocate before this and maybe you > should jump to the release at the end of the function > > > > Same as I wrote in 1/10 - I want to handle this not in this patchset

Re: [dpdk-dev] [PATCH v5 05/11] eal: replace rte_panic instances in eventdev

2018-04-26 Thread Kevin Traynor
On 04/23/2018 10:28 PM, Arnon Warshavsky wrote: > replace panic calls with log and return value. > > Signed-off-by: Arnon Warshavsky > --- > lib/librte_eventdev/rte_eventdev_pmd_pci.h | 8 +--- > lib/librte_eventdev/rte_eventdev_pmd_vdev.h | 8 +--- > 2 files changed, 10 insertions(+),

[dpdk-dev] [PATCH v5 05/11] eal: replace rte_panic instances in eventdev

2018-04-23 Thread Arnon Warshavsky
replace panic calls with log and return value. Signed-off-by: Arnon Warshavsky --- lib/librte_eventdev/rte_eventdev_pmd_pci.h | 8 +--- lib/librte_eventdev/rte_eventdev_pmd_vdev.h | 8 +--- 2 files changed, 10 insertions(+), 6 deletions(-) diff --git a/lib/librte_eventdev/rte_eventdev_