Re: [dpdk-dev] [PATCH v4 3/3] examples/l3fwd: format the IP addresses for printing

2019-04-08 Thread Iremonger, Bernard
Hi Stephen, > -Original Message- > From: dev [mailto:dev-boun...@dpdk.org] On Behalf Of Stephen Hemminger > Sent: Tuesday, April 2, 2019 9:39 PM > To: dev@dpdk.org > Cc: Stephen Hemminger > Subject: [dpdk-dev] [PATCH v4 3/3] examples/l3fwd: format the IP addresses for &

[dpdk-dev] [PATCH v4 3/3] examples/l3fwd: format the IP addresses for printing

2019-04-02 Thread Stephen Hemminger
The IP addresses should be formatted using standard routines rather than dumpin in raw hex. Signed-off-by: Stephen Hemminger --- v4 - remove fixes, the original output was raw but not a bug examples/l3fwd/l3fwd_lpm.c | 15 ++- 1 file changed, 10 insertions(+), 5 deletions(-) diff -