Re: [dpdk-dev] [RFC 1/4] enic: update format string to match arg types

2017-10-10 Thread John Daley (johndale)
> -Original Message- > From: dev [mailto:dev-boun...@dpdk.org] On Behalf Of Aaron Conole > Sent: Tuesday, September 26, 2017 11:53 AM > To: dev@dpdk.org > Subject: [dpdk-dev] [RFC 1/4] enic: update format string to match arg types > > The argument `index` (and u

[dpdk-dev] [RFC 1/4] enic: update format string to match arg types

2017-09-26 Thread Aaron Conole
The argument `index` (and unique_id) is unsigned, but the format string type used was for signed types. Signed-off-by: Aaron Conole --- drivers/net/enic/base/vnic_cq.c | 4 ++-- drivers/net/enic/base/vnic_dev.c | 6 +++--- drivers/net/enic/base/vnic_rq.c | 4 ++-- drivers/net/enic/base/vnic_wq