]> git.baikalelectronics.ru Git - kernel.git/commit
r8169: jumbo fixes.
authorFrancois Romieu <romieu@fr.zoreil.com>
Tue, 3 May 2011 14:38:29 +0000 (16:38 +0200)
committerFrancois Romieu <romieu@fr.zoreil.com>
Thu, 22 Sep 2011 09:35:26 +0000 (11:35 +0200)
commit7e4c8d0e4194871640706fe8ee2e75308fcad4a0
treeff46d953d2434335f807ab1bccf63f259d8a9ff4
parent4661d68cf3ff4900d6c26199f083387d725f9ad6
r8169: jumbo fixes.

- fix features : jumbo frames and checksumming can not be used at the
  same time.

- introduce hw_jumbo_{enable / disable} helpers. Their content has been
  creatively extracted from Realtek's own drivers. As an illustration,
  it would be nice to know how/if the MaxTxPacketSize register operates
  when the device can work with a 9k jumbo frame as its documentation
  (8168c) can not be applied beyond ~7k.

- rtl_tx_performance_tweak is moved forward. No change.

Signed-off-by: Francois Romieu <romieu@fr.zoreil.com>
drivers/net/ethernet/realtek/r8169.c