Re: [PATCH iproute2 0/1] Fix s64 argument parsing

2019-07-29 Thread Stephen Hemminger
On Mon, 29 Jul 2019 13:04:09 +0200 Kurt Kanzenbach wrote: > On Thu, Jul 04, 2019 at 02:24:26PM +0200, Kurt Kanzenbach wrote: > > Hi, > > > > while using the TAPRIO Qdisc on ARM32 I've noticed that the base_time > > parameter is > > incorrectly configured. The problem is the utility function get_

Re: [PATCH iproute2 0/1] Fix s64 argument parsing

2019-07-29 Thread Kurt Kanzenbach
On Thu, Jul 04, 2019 at 02:24:26PM +0200, Kurt Kanzenbach wrote: > Hi, > > while using the TAPRIO Qdisc on ARM32 I've noticed that the base_time > parameter is > incorrectly configured. The problem is the utility function get_s64() used by > TAPRIO doesn't parse the value correctly. polite ping.

[PATCH iproute2 0/1] Fix s64 argument parsing

2019-07-04 Thread Kurt Kanzenbach
Hi, while using the TAPRIO Qdisc on ARM32 I've noticed that the base_time parameter is incorrectly configured. The problem is the utility function get_s64() used by TAPRIO doesn't parse the value correctly. Thanks, Kurt Kurt Kanzenbach (1): utils: Fix get_s64() function lib/utils.c | 2 +-