All of lore.kernel.org
 help / color / mirror / Atom feed
* [dpdk-dev] [PATCH v2 0/5] restore tunnel offload functionality in mlx5
@ 2020-11-13 14:52 Gregory Etelson
  2020-11-13 14:52 ` [dpdk-dev] [PATCH v2 1/5] net/mlx5: fix tunnel offload object allocation Gregory Etelson
                   ` (5 more replies)
  0 siblings, 6 replies; 16+ messages in thread
From: Gregory Etelson @ 2020-11-13 14:52 UTC (permalink / raw)
  To: dev; +Cc: getelson, matan, rasland

post merge fixes that restore tunnel offload functionality in mlx5.

v2: resolve compilation error in ubuntu inbox.

Gregory Etelson (5):
  net/mlx5: fix tunnel offload object allocation
  net/mlx5: fix tunnel offload hub multi-thread protection
  net/mlx5: fix double table referencing
  net/mlx5: fix tunnel offload callback names
  net/mlx5: fix non-dv compilation errors

 drivers/net/mlx5/linux/mlx5_os.c |   16 +-
 drivers/net/mlx5/mlx5.c          |   50 +-
 drivers/net/mlx5/mlx5.h          |    4 +-
 drivers/net/mlx5/mlx5_flow.c     | 1296 ++++++++++++++++++------------
 drivers/net/mlx5/mlx5_flow.h     |   23 +-
 drivers/net/mlx5/mlx5_flow_dv.c  |   39 +-
 6 files changed, 842 insertions(+), 586 deletions(-)

-- 
2.29.2


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

end of thread, other threads:[~2020-11-15  5:48 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-11-13 14:52 [dpdk-dev] [PATCH v2 0/5] restore tunnel offload functionality in mlx5 Gregory Etelson
2020-11-13 14:52 ` [dpdk-dev] [PATCH v2 1/5] net/mlx5: fix tunnel offload object allocation Gregory Etelson
2020-11-13 19:00   ` Thomas Monjalon
2020-11-14 17:47     ` Gregory Etelson
2020-11-14 17:55       ` Thomas Monjalon
2020-11-13 14:52 ` [dpdk-dev] [PATCH v2 2/5] net/mlx5: fix tunnel offload hub multi-thread protection Gregory Etelson
2020-11-13 14:52 ` [dpdk-dev] [PATCH v2 3/5] net/mlx5: fix double table referencing Gregory Etelson
2020-11-13 14:52 ` [dpdk-dev] [PATCH v2 4/5] net/mlx5: fix tunnel offload callback names Gregory Etelson
2020-11-13 14:52 ` [dpdk-dev] [PATCH v2 5/5] net/mlx5: fix non-dv compilation errors Gregory Etelson
2020-11-14 12:06   ` Thomas Monjalon
2020-11-14 17:41     ` Gregory Etelson
2020-11-14 17:53       ` Thomas Monjalon
2020-11-14 18:31         ` Gregory Etelson
2020-11-14 19:24           ` Thomas Monjalon
2020-11-15  5:47             ` Gregory Etelson
2020-11-13 19:03 ` [dpdk-dev] [PATCH v2 0/5] restore tunnel offload functionality in mlx5 Thomas Monjalon

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.