]> www.infradead.org Git - users/jedix/linux-maple.git/commit
i40e: Implement ndo_features_check()
authorJoe Stringer <joestringer@nicira.com>
Wed, 15 Apr 2015 00:09:14 +0000 (17:09 -0700)
committerSantosh Shilimkar <santosh.shilimkar@oracle.com>
Fri, 28 Aug 2015 15:11:49 +0000 (08:11 -0700)
commitd86890b6a0d1f18fa72a8d6e65ed35bd157c0da8
tree4d8f50ebc6d3bd1b879610f8ff35b22e191f5fb3
parent74c099dd30578dc88ba0a064c71007816b1de8a0
i40e: Implement ndo_features_check()

Orabug: 21570582

i40e supports UDP tunnel headers up to 80 bytes in length, so
this adds a check to ensure that it doesn't try to offload
packets that exceed that.

Signed-off-by: Joe Stringer <joestringer@nicira.com>
Signed-off-by: Jesse Gross <jesse@nicira.com>
Acked-by: Jesse Brandeburg <jesse.brandeburg@intel.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
(cherry picked from commit f44a75e27d5eb4b1788f59c2bc185baaaf732f75)
Signed-off-by: Brian Maly <brian.maly@oracle.com>
Signed-off-by: Santosh Shilimkar <santosh.shilimkar@oracle.com>
drivers/net/ethernet/intel/i40e/i40e_main.c