]> git.baikalelectronics.ru Git - kernel.git/commit
igb: Drop BUILD_BUG_ON check from igb_build_rx_buffer
authorAlexander Duyck <alexander.h.duyck@intel.com>
Thu, 21 Feb 2013 03:08:50 +0000 (03:08 +0000)
committerJeff Kirsher <jeffrey.t.kirsher@intel.com>
Tue, 5 Mar 2013 09:08:45 +0000 (01:08 -0800)
commit911f41b124428e835da5036f8b61d5f84e7d906e
treeb6ee475fefa5452ce23aa8fb783694f4f777a934
parent26a01c3f7483cfc27bc72bf49c0184ec27379ee7
igb: Drop BUILD_BUG_ON check from igb_build_rx_buffer

On s390 the igb driver was throwing a build error due to the fact that a frame
built using build_skb would be larger than 2K.  Since this is not likely to
change at any point in the future we are better off just dropping the check
since we already had a check in igb_set_rx_buffer_len that will just disable
the usage of build_skb anyway.

Signed-off-by: Alexander Duyck <alexander.h.duyck@intel.com>
Tested-by: Aaron Brown <aaron.f.brown@intel.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
drivers/net/ethernet/intel/igb/igb_main.c