Re: [patch net-next 00/10] Add support for resource abstraction

2017-12-20 Thread David Ahern
On 12/20/17 1:03 PM, Jiri Pirko wrote: >>> Userspace part prototype can be found at >>> https://github.com/arkadis/iproute2/ >>> at resource_dev branch. My devlink command getting no output is because you forgot to update that iproute2 tree with a version that works with the patches that were sen

Re: [patch net-next 00/10] Add support for resource abstraction

2017-12-20 Thread Jiri Pirko
Wed, Dec 20, 2017 at 08:23:54PM CET, d...@cumulusnetworks.com wrote: >On 12/20/17 4:58 AM, Jiri Pirko wrote: >> From: Jiri Pirko >> >> Many of the ASIC's internal resources are limited and are shared between >> several hardware procedures. For example, unified hash-based memory can >> be used for

Re: [patch net-next 00/10] Add support for resource abstraction

2017-12-20 Thread David Ahern
On 12/20/17 4:58 AM, Jiri Pirko wrote: > From: Jiri Pirko > > Many of the ASIC's internal resources are limited and are shared between > several hardware procedures. For example, unified hash-based memory can > be used for many lookup purposes, like FDB and LPM. In many cases the user > can provi

[patch net-next 00/10] Add support for resource abstraction

2017-12-20 Thread Jiri Pirko
From: Jiri Pirko Many of the ASIC's internal resources are limited and are shared between several hardware procedures. For example, unified hash-based memory can be used for many lookup purposes, like FDB and LPM. In many cases the user can provide a partitioning scheme for such a resource in ord