> On 9 Apr 2020, at 1:07 AM, bugzilla@dpdk.org wrote: > > https://bugs.dpdk.org/show_bug.cgi?id=440 > > Alexander Kozyrev (akozyrev@mellanox.com) changed: > > What |Removed |Added > ---------------------------------------------------------------------------- > Ever confirmed|0 |1 > Status|UNCONFIRMED |CONFIRMED > CC| |akozyrev@mellanox.com > > --- Comment #1 from Alexander Kozyrev (akozyrev@mellanox.com) --- > Hi Mohsin, thank you for the problem description and especially for the patch. > Would you mind sending this patch to DPDK mailing list so we can integrate it? > The patch looks really good to me. The only small thing I would like to change. > Could you please use SCNu64 macro instead of "%lu" in the sscanf function? > sscanf(buf, "%" SCNu64, stat); > > -- > You are receiving this mail because: > You reported the bug.