Re: [PATCH iproute2 net-next v4 1/6] Update kernel headers

2019-07-18 Thread Patel, Vedang
> On Jul 18, 2019, at 10:32 AM, David Ahern wrote: > > On 7/16/19 1:53 PM, Vedang Patel wrote: >> The type for txtime-delay parameter will change from s32 to u32. So, >> make the corresponding change in the ABI file as well. >> >> Signed-off-by: Vedang Patel >> --- >> include/uapi/linux/pkt_

Re: [PATCH iproute2 net-next v4 1/6] Update kernel headers

2019-07-18 Thread David Ahern
On 7/16/19 1:53 PM, Vedang Patel wrote: > The type for txtime-delay parameter will change from s32 to u32. So, > make the corresponding change in the ABI file as well. > > Signed-off-by: Vedang Patel > --- > include/uapi/linux/pkt_sched.h | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) >

[PATCH iproute2 net-next v4 1/6] Update kernel headers

2019-07-16 Thread Vedang Patel
The type for txtime-delay parameter will change from s32 to u32. So, make the corresponding change in the ABI file as well. Signed-off-by: Vedang Patel --- include/uapi/linux/pkt_sched.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/uapi/linux/pkt_sched.h b/include/