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

2018-04-20 Thread Arnon Warshavsky
Ok. Thanks On Thu, Apr 19, 2018 at 8:26 PM, Kevin Traynor wrote: > On 04/19/2018 07:01 AM, Arnon Warshavsky wrote: > > replace panic calls with log and retrun value. > > > > -- > > v4 - fix split literal strings in log messages > > > > Signed-off-by: Arnon Warshavsky > > --- > > lib/librte_eve

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

2018-04-19 Thread Kevin Traynor
On 04/19/2018 07:01 AM, Arnon Warshavsky wrote: > replace panic calls with log and retrun value. > > -- > v4 - fix split literal strings in log messages > > Signed-off-by: Arnon Warshavsky > --- > lib/librte_eventdev/rte_eventdev_pmd_pci.h | 8 +--- > lib/librte_eventdev/rte_eventdev_pmd_v

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

2018-04-18 Thread Arnon Warshavsky
replace panic calls with log and retrun value. -- v4 - fix split literal strings in log messages 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