Re: [patch net-next v7 08/13] net: sched: add rt netlink message type for block get

2018-01-11 Thread Jiri Pirko
Thu, Jan 11, 2018 at 02:27:11PM CET, j...@mojatatu.com wrote: >On 18-01-09 09:07 AM, Jiri Pirko wrote: >> From: Jiri Pirko >> >> Add simple block get operation which primary purpose is to check the >> block existence by block index. >> > >block_dump missing? It is not needed

Re: [patch net-next v7 08/13] net: sched: add rt netlink message type for block get

2018-01-11 Thread Jamal Hadi Salim
On 18-01-09 09:07 AM, Jiri Pirko wrote: From: Jiri Pirko Add simple block get operation which primary purpose is to check the block existence by block index. block_dump missing? cheers, jamal

Re: [patch net-next v7 08/13] net: sched: add rt netlink message type for block get

2018-01-11 Thread Jiri Pirko
Thu, Jan 11, 2018 at 10:37:10AM CET, j...@resnulli.us wrote: >Wed, Jan 10, 2018 at 05:48:09PM CET, dsah...@gmail.com wrote: >>On 1/9/18 7:07 AM, Jiri Pirko wrote: >>> diff --git a/include/uapi/linux/rtnetlink.h b/include/uapi/linux/rtnetlink.h >>> index 9c026d9..038cde7 100644 >>> ---

Re: [patch net-next v7 08/13] net: sched: add rt netlink message type for block get

2018-01-11 Thread Jiri Pirko
Wed, Jan 10, 2018 at 05:48:09PM CET, dsah...@gmail.com wrote: >On 1/9/18 7:07 AM, Jiri Pirko wrote: >> diff --git a/include/uapi/linux/rtnetlink.h b/include/uapi/linux/rtnetlink.h >> index 9c026d9..038cde7 100644 >> --- a/include/uapi/linux/rtnetlink.h >> +++ b/include/uapi/linux/rtnetlink.h >> @@

Re: [patch net-next v7 08/13] net: sched: add rt netlink message type for block get

2018-01-10 Thread David Ahern
On 1/9/18 7:07 AM, Jiri Pirko wrote: > diff --git a/include/uapi/linux/rtnetlink.h b/include/uapi/linux/rtnetlink.h > index 9c026d9..038cde7 100644 > --- a/include/uapi/linux/rtnetlink.h > +++ b/include/uapi/linux/rtnetlink.h > @@ -150,6 +150,12 @@ enum { > RTM_NEWCACHEREPORT = 96, >