DPDK patches and discussions
 help / color / mirror / Atom feed
* [dpdk-dev] [PATCH 0/2] net/mlx5: hash list optimization
@ 2020-12-02 11:39 Suanming Mou
  2020-12-02 11:39 ` [dpdk-dev] [PATCH 1/2] net/mlx5: optimize hash list synchronization Suanming Mou
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Suanming Mou @ 2020-12-02 11:39 UTC (permalink / raw)
  To: viacheslavo, matan; +Cc: rasland, dev

This patch set contains the hash list optimization for the lock and memory.

Suanming Mou (2):
  net/mlx5: optimize hash list synchronization
  net/mlx5: optimize the hash list entry memory

 drivers/net/mlx5/linux/mlx5_os.c |  5 ++-
 drivers/net/mlx5/mlx5.c          |  3 +-
 drivers/net/mlx5/mlx5_flow.c     | 43 ++++++++++++++++----
 drivers/net/mlx5/mlx5_flow.h     | 23 +++++++++--
 drivers/net/mlx5/mlx5_flow_dv.c  | 57 +++++++++++++++++++--------
 drivers/net/mlx5/mlx5_utils.c    | 85 ++++++++++++++++++++--------------------
 drivers/net/mlx5/mlx5_utils.h    | 16 +++++---
 7 files changed, 155 insertions(+), 77 deletions(-)

-- 
1.8.3.1


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

end of thread, other threads:[~2020-12-08 23:41 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-12-02 11:39 [dpdk-dev] [PATCH 0/2] net/mlx5: hash list optimization Suanming Mou
2020-12-02 11:39 ` [dpdk-dev] [PATCH 1/2] net/mlx5: optimize hash list synchronization Suanming Mou
2020-12-02 11:39 ` [dpdk-dev] [PATCH 2/2] net/mlx5: optimize the hash list entry memory Suanming Mou
2020-12-03  2:18 ` [dpdk-dev] [PATCH v2 0/2] net/mlx5: hash list optimization Suanming Mou
2020-12-03  2:18   ` [dpdk-dev] [PATCH v2 1/2] net/mlx5: optimize hash list synchronization Suanming Mou
2020-12-03  2:18   ` [dpdk-dev] [PATCH v2 2/2] net/mlx5: optimize the hash list entry memory Suanming Mou
2020-12-08 23:40   ` [dpdk-dev] [PATCH v2 0/2] net/mlx5: hash list optimization Raslan Darawsheh

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).