netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net-next V2 0/2] net/mlx4: Add support for TCP/IP offloads of vxlan tunneling
@ 2013-12-22 15:26 Or Gerlitz
  2013-12-22 15:26 ` [PATCH net-next V2 1/2] net/mlx4_core: Add basic support for TCP/IP offloads under tunneling Or Gerlitz
  2013-12-22 15:26 ` [PATCH net-next V2 2/2] net/mlx4_en: Add netdev support for TCP/IP offloads of vxlan tunneling Or Gerlitz
  0 siblings, 2 replies; 8+ messages in thread
From: Or Gerlitz @ 2013-12-22 15:26 UTC (permalink / raw)
  To: davem; +Cc: netdev, amirv, yanb, ast, Or Gerlitz

Hi Dave,

These two patches add mlx4 support for TCP/IP offloads under vxlan tunneling.

V0 was submitted rebased against the other inflight mlx4 series we sent, 
but it turns out that there was another mlx4 patch in the air, its now merged 
as 6917441 "net: mlx4 calls skb_set_hash" which has tiny collision with V0 
as of content changes.


changes from V1:
 - applied feedback from Joe Perches: fixed an overly indented line, made a variable bool
   instead of int, initialize dev->hw_enc_features with |= to take into account
   setting done by the networking core during register_netdevice

changes from V0:
 - rebased against net-next commit 289dccb "net: use kfree_skb_list() helper",
   to avoid git am failure as of content change

Or.

Or Gerlitz (2):
  net/mlx4_core: Add basic support for TCP/IP offloads under tunneling
  net/mlx4_en: Add netdev support for TCP/IP offloads of vxlan
    tunneling

 drivers/net/ethernet/mellanox/mlx4/en_netdev.c    |   94 +++++++++++++++++++++
 drivers/net/ethernet/mellanox/mlx4/en_resources.c |    6 ++
 drivers/net/ethernet/mellanox/mlx4/en_rx.c        |   14 +++
 drivers/net/ethernet/mellanox/mlx4/en_tx.c        |   14 +++-
 drivers/net/ethernet/mellanox/mlx4/fw.c           |   19 ++++-
 drivers/net/ethernet/mellanox/mlx4/main.c         |   14 +++
 drivers/net/ethernet/mellanox/mlx4/mcg.c          |   14 +++-
 drivers/net/ethernet/mellanox/mlx4/mlx4_en.h      |    3 +-
 drivers/net/ethernet/mellanox/mlx4/port.c         |   41 +++++++++
 include/linux/mlx4/cmd.h                          |    1 +
 include/linux/mlx4/cq.h                           |    5 +
 include/linux/mlx4/device.h                       |   37 ++++++++-
 include/linux/mlx4/qp.h                           |    6 ++
 13 files changed, 262 insertions(+), 6 deletions(-)

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

end of thread, other threads:[~2013-12-23 10:54 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-12-22 15:26 [PATCH net-next V2 0/2] net/mlx4: Add support for TCP/IP offloads of vxlan tunneling Or Gerlitz
2013-12-22 15:26 ` [PATCH net-next V2 1/2] net/mlx4_core: Add basic support for TCP/IP offloads under tunneling Or Gerlitz
2013-12-22 15:26 ` [PATCH net-next V2 2/2] net/mlx4_en: Add netdev support for TCP/IP offloads of vxlan tunneling Or Gerlitz
2013-12-22 23:12   ` David Miller
2013-12-22 23:32     ` Joe Perches
2013-12-23  0:14       ` David Miller
2013-12-23  1:02         ` [PATCH] checkpatch: Add warning with unnecessary parentheses in if statements Joe Perches
2013-12-23 10:54     ` [PATCH net-next V2 2/2] net/mlx4_en: Add netdev support for TCP/IP offloads of vxlan tunneling Or Gerlitz

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).