[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <CALx6S37qzKSJ8cWiCDmfHM=bRy67jup4YriMkL6tw9BUXCRi5Q@mail.gmail.com>
Date: Sun, 15 Mar 2015 10:08:08 -0700
From: Tom Herbert <tom@...bertland.com>
To: Or Gerlitz <ogerlitz@...lanox.com>
Cc: "David S. Miller" <davem@...emloft.net>,
John Fastabend <john.r.fastabend@...el.com>,
netdev@...r.kernel.org, Amir Vadai <amirv@...lanox.com>,
Ido Shamay <idos@...lanox.com>
Subject: Re: [PATCH net-next V2 0/3] Add max rate TXQ attribute
On Sun, Mar 15, 2015 at 6:03 AM, Or Gerlitz <ogerlitz@...lanox.com> wrote:
> Add the ability to set a max-rate limitation for TX queues.
> The attribute name is maxrate and the units are Mbs, to make
> it similar to the existing max-rate limitation knobs (ETS and
> SRIOV ndo calls).
>
Guaranteed rate is often defined in conjunction with maximum rate. It
might be nice to add a parameter for that to the ndo function in
anticipation of someone supporting that also.
Thanks,
Tom
> Or.
>
> changes from V1:
> - addressed feedback from Dave
>
> changes from V0:
> - addressed feedback from Sergei
>
>
>
> John Fastabend (1):
> net: Add max rate tx queue attribute
>
> Or Gerlitz (2):
> net/mlx4_core: Add basic support for QP max-rate limiting
> net/mlx4_en: Add tx queue maxrate support
>
> drivers/net/ethernet/mellanox/mlx4/en_netdev.c | 29 +++++++++
> drivers/net/ethernet/mellanox/mlx4/fw.c | 33 +++++++++-
> drivers/net/ethernet/mellanox/mlx4/fw.h | 1 +
> drivers/net/ethernet/mellanox/mlx4/main.c | 2 +
> drivers/net/ethernet/mellanox/mlx4/qp.c | 5 ++
> .../net/ethernet/mellanox/mlx4/resource_tracker.c | 6 ++-
> include/linux/mlx4/device.h | 17 +++++
> include/linux/mlx4/qp.h | 14 +++-
> include/linux/netdevice.h | 9 +++
> net/core/net-sysfs.c | 67 ++++++++++++++++----
> 10 files changed, 165 insertions(+), 18 deletions(-)
>
> --
> To unsubscribe from this list: send the line "unsubscribe netdev" in
> the body of a message to majordomo@...r.kernel.org
> More majordomo info at http://vger.kernel.org/majordomo-info.html
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists