Re: [lng-odp] [PATCH] example: l3fwd: check rc from odph_eth_addr_parse()

2017-04-12 Thread Bill Fischofer
On Wed, Apr 12, 2017 at 2:10 PM, Maxim Uvarov wrote: > On 04/06/17 00:16, Bill Fischofer wrote: >> Resolve Bug https://bugs.linaro.org/show_bug.cgi?id=2779 by checking >> the return code from odph_eth_addr_parse() and failing the call if >> dst_mac is unparseable. >> >>

Re: [lng-odp] [PATCH] example: l3fwd: check rc from odph_eth_addr_parse()

2017-04-12 Thread Maxim Uvarov
On 04/06/17 00:16, Bill Fischofer wrote: > Resolve Bug https://bugs.linaro.org/show_bug.cgi?id=2779 by checking > the return code from odph_eth_addr_parse() and failing the call if > dst_mac is unparseable. > > Signed-off-by: Bill Fischofer > --- >

[lng-odp] [PATCH] example: l3fwd: check rc from odph_eth_addr_parse()

2017-04-05 Thread Bill Fischofer
Resolve Bug https://bugs.linaro.org/show_bug.cgi?id=2779 by checking the return code from odph_eth_addr_parse() and failing the call if dst_mac is unparseable. Signed-off-by: Bill Fischofer --- example/l3fwd/odp_l3fwd_db.c | 3 ++- 1 file changed, 2 insertions(+), 1