All of lore.kernel.org
 help / color / mirror / Atom feed
* [for-next 0/1] [pull request] Mellanox ConnectX-4 Shared Code
@ 2016-06-14 10:29 Leon Romanovsky
  2016-06-16  4:37 ` David Miller
  0 siblings, 1 reply; 4+ messages in thread
From: Leon Romanovsky @ 2016-06-14 10:29 UTC (permalink / raw)
  To: dledford-H+wXaHxf7aLQT0dZR+AlfA
  Cc: linux-rdma-u79uwXL29TY76Z2rM5mHXA, netdev-u79uwXL29TY76Z2rM5mHXA,
	Leon Romanovsky

Hi Doug and Dave,

This is Mellanox mlx5_core shared code for both net-next and RDMA
trees for 4.8 kernel cycle.

This mlx5_ifc update introduces following ConnectX-4 features.

* netdev part:
 - MLX5_CQ_PERIOD_NUM_MODES for adaptive moderation support
 - QoS rate limiting
 - SQ context rate limiting
 - Auto negotiation fields in PTYS register
 - Source SQN field in flow table entry match structure
 - DCBX parameters

* RDMA part:
 - New XRQ opcodes, commands and capabilities layout
 - Extend Q counters definition to support IB.

Thank you,
  Saeed and Leon.

The following changes since commit af8c34ce6ae32addda3788d54a7e340cad22516b:

  Linux 4.7-rc2 (2016-06-05 14:31:26 -0700)

are available in the git repository at:

  git-OoYKEaZ2EDaWaY/ihj7yzEB+6BGkLq7r@public.gmane.org:pub/scm/linux/kernel/git/leon/linux-rdma tags/shared

for you to fetch changes up to 7486216b3a0bd26375b17b2cc168a311106cea70:

  {net,IB}/mlx5: mlx5_ifc updates (2016-06-10 13:29:14 +0300)

Saeed Mahameed (1):
  {net,IB}/mlx5: mlx5_ifc updates

 Makefile                      |   2 +-
 include/linux/mlx5/mlx5_ifc.h | 275 ++++++++++++++++++++++++++++++++++++++++--
 2 files changed, 264 insertions(+), 13 deletions(-)

-- 
2.1.4

--
To unsubscribe from this list: send the line "unsubscribe linux-rdma" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [for-next 0/1] [pull request] Mellanox ConnectX-4 Shared Code
  2016-06-14 10:29 [for-next 0/1] [pull request] Mellanox ConnectX-4 Shared Code Leon Romanovsky
@ 2016-06-16  4:37 ` David Miller
  2016-06-18  0:15   ` Doug Ledford
  0 siblings, 1 reply; 4+ messages in thread
From: David Miller @ 2016-06-16  4:37 UTC (permalink / raw)
  To: leonro; +Cc: dledford, linux-rdma, netdev

From: Leon Romanovsky <leonro@mellanox.com>
Date: Tue, 14 Jun 2016 13:29:11 +0300

> are available in the git repository at:
> 
>   git@gitolite.kernel.org:pub/scm/linux/kernel/git/leon/linux-rdma tags/shared

You need to learn how to publish a public URL of your tree.  That's your
private one that only you can access.

Anyways, I pulled the correct URL into net-next.

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [for-next 0/1] [pull request] Mellanox ConnectX-4 Shared Code
  2016-06-16  4:37 ` David Miller
@ 2016-06-18  0:15   ` Doug Ledford
  0 siblings, 0 replies; 4+ messages in thread
From: Doug Ledford @ 2016-06-18  0:15 UTC (permalink / raw)
  To: David Miller, leonro; +Cc: linux-rdma, netdev


[-- Attachment #1.1: Type: text/plain, Size: 570 bytes --]

On 6/16/2016 12:37 AM, David Miller wrote:
> From: Leon Romanovsky <leonro@mellanox.com>
> Date: Tue, 14 Jun 2016 13:29:11 +0300
> 
>> are available in the git repository at:
>>
>>   git@gitolite.kernel.org:pub/scm/linux/kernel/git/leon/linux-rdma tags/shared
> 
> You need to learn how to publish a public URL of your tree.  That's your
> private one that only you can access.
> 
> Anyways, I pulled the correct URL into net-next.
> 

Likewise, pulled into my mlx5-4.8 topic branch.

-- 
Doug Ledford <dledford@redhat.com>
    GPG Key ID: 0E572FDD


[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 884 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [for-next 0/1] [pull request] Mellanox ConnectX-4 Shared Code
@ 2016-06-14 10:34 Leon Romanovsky
  0 siblings, 0 replies; 4+ messages in thread
From: Leon Romanovsky @ 2016-06-14 10:34 UTC (permalink / raw)
  To: dledford-H+wXaHxf7aLQT0dZR+AlfA, davem-fT/PcQaiUtIeIZ0/mPfg9Q
  Cc: linux-rdma-u79uwXL29TY76Z2rM5mHXA, netdev-u79uwXL29TY76Z2rM5mHXA,
	Leon Romanovsky

Hi Doug and Dave,

This is Mellanox mlx5_core shared code for both net-next and RDMA
trees for 4.8 kernel cycle.

This mlx5_ifc update introduces following ConnectX-4 features.

* netdev part:
 - MLX5_CQ_PERIOD_NUM_MODES for adaptive moderation support
 - QoS rate limiting
 - SQ context rate limiting
 - Auto negotiation fields in PTYS register
 - Source SQN field in flow table entry match structure
 - DCBX parameters

* RDMA part:
 - New XRQ opcodes, commands and capabilities layout
 - Extend Q counters definition to support IB.

Thank you,
  Saeed and Leon.

The following changes since commit af8c34ce6ae32addda3788d54a7e340cad22516b:

  Linux 4.7-rc2 (2016-06-05 14:31:26 -0700)

are available in the git repository at:

  git-OoYKEaZ2EDaWaY/ihj7yzEB+6BGkLq7r@public.gmane.org:pub/scm/linux/kernel/git/leon/linux-rdma tags/shared

for you to fetch changes up to 7486216b3a0bd26375b17b2cc168a311106cea70:

  {net,IB}/mlx5: mlx5_ifc updates (2016-06-10 13:29:14 +0300)

Saeed Mahameed (1):
  {net,IB}/mlx5: mlx5_ifc updates

 Makefile                      |   2 +-
 include/linux/mlx5/mlx5_ifc.h | 275 ++++++++++++++++++++++++++++++++++++++++--
 2 files changed, 264 insertions(+), 13 deletions(-)

-- 
2.1.4

--
To unsubscribe from this list: send the line "unsubscribe linux-rdma" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2016-06-18  0:15 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-06-14 10:29 [for-next 0/1] [pull request] Mellanox ConnectX-4 Shared Code Leon Romanovsky
2016-06-16  4:37 ` David Miller
2016-06-18  0:15   ` Doug Ledford
2016-06-14 10:34 Leon Romanovsky

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.