linux/drivers/net/ethernet/intel/igb
Alexander Duyck e4f7dbb17e 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>
2013-03-05 01:08:45 -08:00
..
Makefile igb: Copyright string update to year 2013 2013-01-19 05:05:05 -08:00
e1000_82575.c igb: Refractoring function pointers in igb_get_invariants function 2013-02-15 01:40:45 -08:00
e1000_82575.h igb: Copyright string update to year 2013 2013-01-19 05:05:05 -08:00
e1000_defines.h igb: Copyright string update to year 2013 2013-01-19 05:05:05 -08:00
e1000_hw.h igb: Copyright string update to year 2013 2013-01-19 05:05:05 -08:00
e1000_i210.c igb: Copyright string update to year 2013 2013-01-19 05:05:05 -08:00
e1000_i210.h igb: Copyright string update to year 2013 2013-01-19 05:05:05 -08:00
e1000_mac.c igb: Copyright string update to year 2013 2013-01-19 05:05:05 -08:00
e1000_mac.h igb: Copyright string update to year 2013 2013-01-19 05:05:05 -08:00
e1000_mbx.c igb: Copyright string update to year 2013 2013-01-19 05:05:05 -08:00
e1000_mbx.h igb: Copyright string update to year 2013 2013-01-19 05:05:05 -08:00
e1000_nvm.c igb: Copyright string update to year 2013 2013-01-19 05:05:05 -08:00
e1000_nvm.h igb: Copyright string update to year 2013 2013-01-19 05:05:05 -08:00
e1000_phy.c igb: Copyright string update to year 2013 2013-01-19 05:05:05 -08:00
e1000_phy.h igb: Copyright string update to year 2013 2013-01-19 05:05:05 -08:00
e1000_regs.h igb: Copyright string update to year 2013 2013-01-19 05:05:05 -08:00
igb.h igb: Update igb to use a path similar to ixgbe to determine when to stop Tx 2013-02-15 01:31:19 -08:00
igb_ethtool.c igb: increase timeout for ethtool offline self-test 2013-02-15 21:46:54 -08:00
igb_hwmon.c igb: Copyright string update to year 2013 2013-01-19 05:05:05 -08:00
igb_main.c igb: Drop BUILD_BUG_ON check from igb_build_rx_buffer 2013-03-05 01:08:45 -08:00
igb_ptp.c igb: Use in-kernel PTP_EV_PORT #define 2013-01-18 06:52:22 -08:00