netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Add support for Geneve udp port offload
@ 2015-12-04  8:19 Anjali Singhai Jain
  2015-12-04  8:19 ` [RFC PATCH v2 1/4] geneve: Add geneve udp port offload for ethernet devices Anjali Singhai Jain
                   ` (4 more replies)
  0 siblings, 5 replies; 7+ messages in thread
From: Anjali Singhai Jain @ 2015-12-04  8:19 UTC (permalink / raw)
  To: netdev

This patch series adds new ndo ops for Geneve add/del port, so as
to help offload Geneve tunnel functionalities such as checksum, TSO
RSS, filters etc.

i40e driver has been tested with the changes to make sure the offloads
happen.

We do understand that this is not the ideal solution and most likely
will be redone with a more generic offload framework.
But this certainly will enable us to start seeing benefits of the
accelerations for Geneve tunnels.

As a side note, we did find an existing issue in i40e driver where a
service task can modify tunnel data structures with no locks held to
help linearize access. A separate patch will be taking care of that issue.

A question out to the community is regarding the driver Kconfig parameters
for VxLAN and Geneve, it would be ideal to drop those if there is a way
to help resolve vxlan/geneve_get_rx_port symbols while the tunnel modules
are not loaded.

Anjali Singhai Jain (4):
  [RFC PATCH v2 1/4] geneve: Add geneve udp port offload for ethernet
  [RFC PATCH v2 2/4] i40e: geneve tunnel offload support
  [RFC PATCH v2 3/4] i40e: Kernel dependency update for i40e to support
  [RFC PATCH v2 4/4] geneve: Add geneve_get_rx_port support

^ permalink raw reply	[flat|nested] 7+ messages in thread
* Add support for Geneve udp port offload
@ 2015-12-08 18:12 Anjali Singhai Jain
  0 siblings, 0 replies; 7+ messages in thread
From: Anjali Singhai Jain @ 2015-12-08 18:12 UTC (permalink / raw)
  To: netdev; +Cc: jeffrey.t.kirsher

This patch series adds new ndo ops for Geneve add/del port, so as
to help offload Geneve tunnel functionalities such as RX checksum, 
RSS, filters etc.

i40e driver has been tested with the changes to make sure the offloads
happen.

We do understand that this is not the ideal solution and most likely
will be redone with a more generic offload framework.
But this certainly will enable us to start seeing benefits of the
accelerations for Geneve tunnels.

As a side note, we did find an existing issue in i40e driver where a
service task can modify tunnel data structures with no locks held to
help linearize access. A separate patch will be taking care of that issue.

A question out to the community is regarding the driver Kconfig parameters
for VxLAN and Geneve, it would be ideal to drop those if there is a way
to help resolve vxlan/geneve_get_rx_port symbols while the tunnel modules
are not loaded.

Performance numbers
With the offloads enable on X722 devices with remote checksum enabled
and no other tuning in terms of cpu governer etc.

With offload
Throughput: 5527Mbits/sec with a single thread
%cpu: ~43% per core with 4 threads

Without offload
Throughput: 2364Mbits/sec with a single thread
%cpu: ~99% per core with 4 threads

These numbers will get better for X722 as it is being worked. But
this does bring out the delta in terms of when the stack is notified
with csum_level 1 and CHECKSUM_UNNECESSARY vs not without the RX offload.

Anjali Singhai Jain (4):
  [RFC PATCH v2 1/4] geneve: Add geneve udp port offload for ethernet
  [RFC PATCH v2 2/4] i40e: geneve tunnel offload support
  [RFC PATCH v2 3/4] i40e: Kernel dependency update for i40e to support
  [RFC PATCH v2 4/4] geneve: Add geneve_get_rx_port support

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

end of thread, other threads:[~2015-12-08 17:55 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-12-04  8:19 Add support for Geneve udp port offload Anjali Singhai Jain
2015-12-04  8:19 ` [RFC PATCH v2 1/4] geneve: Add geneve udp port offload for ethernet devices Anjali Singhai Jain
2015-12-04  8:19 ` [RFC PATCH v2 2/4] i40e: geneve tunnel offload support Anjali Singhai Jain
2015-12-04  8:19 ` [RFC PATCH v2 3/4] i40e: Kernel dependency update for i40e to support geneve offload Anjali Singhai Jain
2015-12-04  8:19 ` [RFC PATCH v2 4/4] geneve: Add geneve_get_rx_port support Anjali Singhai Jain
2015-12-04 16:31 ` Add support for Geneve udp port offload Tom Herbert
  -- strict thread matches above, loose matches on Subject: below --
2015-12-08 18:12 Anjali Singhai Jain

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