Re: [dpdk-dev] [PATCH v4 02/11] bond: replace rte_panic instances in bonding driver

2018-04-20 Thread Arnon Warshavsky
Will do. Thanks On Thu, Apr 19, 2018 at 8:25 PM, Kevin Traynor wrote: > On 04/19/2018 07:01 AM, Arnon Warshavsky wrote: > > replace panic calls with log and retrun value. > > Local functions to this file, > > changing from void to int are non-abi-breaking > > -- > > v4 - fix split literal string

Re: [dpdk-dev] [PATCH v4 02/11] bond: replace rte_panic instances in bonding driver

2018-04-19 Thread Kevin Traynor
On 04/19/2018 07:01 AM, Arnon Warshavsky wrote: > replace panic calls with log and retrun value. > Local functions to this file, > changing from void to int are non-abi-breaking > -- > v4 - fix split literal strings in log messages > > Signed-off-by: Arnon Warshavsky > --- > drivers/net/bonding/

[dpdk-dev] [PATCH v4 02/11] bond: replace rte_panic instances in bonding driver

2018-04-18 Thread Arnon Warshavsky
replace panic calls with log and retrun value. Local functions to this file, changing from void to int are non-abi-breaking -- v4 - fix split literal strings in log messages Signed-off-by: Arnon Warshavsky --- drivers/net/bonding/rte_eth_bond_8023ad.c | 28 +++ driver