All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] implement set_mc_addr devop
@ 2018-04-18 11:24 Nelio Laranjeiro
  2018-04-18 11:24 ` [PATCH 1/2] net/mlx5: split MAC address add/remove code Nelio Laranjeiro
                   ` (2 more replies)
  0 siblings, 3 replies; 18+ messages in thread
From: Nelio Laranjeiro @ 2018-04-18 11:24 UTC (permalink / raw)
  To: dev, Yongseok Koh; +Cc: Adrien Mazarguil

Support eth_dev_ops.set_mc_addr_list().

Nelio Laranjeiro (2):
  net/mlx5: split MAC address add/remove code
  net/mlx5: implement multicast add list devop

 drivers/net/mlx5/mlx5.c        |   2 +
 drivers/net/mlx5/mlx5.h        |   2 +
 drivers/net/mlx5/mlx5_defs.h   |   7 +-
 drivers/net/mlx5/mlx5_ethdev.c |   2 +-
 drivers/net/mlx5/mlx5_mac.c    | 144 +++++++++++++++++++++++++++++----
 5 files changed, 139 insertions(+), 18 deletions(-)

-- 
2.17.0

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

end of thread, other threads:[~2018-04-23 12:46 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-04-18 11:24 [PATCH 0/2] implement set_mc_addr devop Nelio Laranjeiro
2018-04-18 11:24 ` [PATCH 1/2] net/mlx5: split MAC address add/remove code Nelio Laranjeiro
2018-04-18 11:24 ` [PATCH 2/2] net/mlx5: implement multicast add list devop Nelio Laranjeiro
2018-04-18 13:50 ` [PATCH v2 0/3] net/mlx5: implement set_mc_addr devop Nelio Laranjeiro
2018-04-18 13:50   ` [PATCH v2 1/3] net/mlx5: more checks on MAC addresses Nelio Laranjeiro
2018-04-18 13:50   ` [PATCH v2 2/3] net/mlx5: split MAC address add/remove code Nelio Laranjeiro
2018-04-18 13:50   ` [PATCH v2 3/3] net/mlx5: implement multicast add list devop Nelio Laranjeiro
2018-04-23  5:52     ` Shahaf Shuler
2018-04-23  7:33       ` Nélio Laranjeiro
2018-04-23  7:57         ` Shahaf Shuler
2018-04-23  9:34           ` Nélio Laranjeiro
2018-04-23  9:58             ` Shahaf Shuler
2018-04-18 14:43   ` [PATCH v2 0/3] net/mlx5: implement set_mc_addr devop Adrien Mazarguil
2018-04-23 11:09   ` [PATCH v3 " Nelio Laranjeiro
2018-04-23 11:09     ` [PATCH v3 1/3] net/mlx5: more checks on MAC addresses Nelio Laranjeiro
2018-04-23 11:09     ` [PATCH v3 2/3] net/mlx5: split MAC address add/remove code Nelio Laranjeiro
2018-04-23 11:09     ` [PATCH v3 3/3] net/mlx5: implement multicast add list devop Nelio Laranjeiro
2018-04-23 12:46     ` [PATCH v3 0/3] net/mlx5: implement set_mc_addr devop Shahaf Shuler

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.