Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1604234

[PATCH net 0/2] r8152: fix the rx settings of RTL8153

From Hayes Wang <hayeswang@realtek.com>
Newsgroups linux.kernel
Subject [PATCH net 0/2] r8152: fix the rx settings of RTL8153
Date 2017-03-20 09:20 +0100
Message-ID <tn0HL-1Xo-5@gated-at.bofh.it> (permalink)
Organization linux.* mail to news gateway

Show all headers | View raw


The RMS and the rx early size should base on the same rx size. However,
the RMS is set to 9K bytes now and the rx early depends on mtu. For using
the rx buffer effectively, sync the two settings according to the mtu.

Hayes Wang (2):
  r8152: set the RMS of RTL8153 according to the mtu
  r8152: fix the rx early size of RTL8153

 drivers/net/usb/r8152.c | 23 ++++++++++++++++-------
 1 file changed, 16 insertions(+), 7 deletions(-)

-- 
2.7.4

Back to linux.kernel | Previous | NextNext in thread | Find similar | Unroll thread


Thread

[PATCH net 0/2] r8152: fix the rx settings of RTL8153 Hayes Wang <hayeswang@realtek.com> - 2017-03-20 09:20 +0100
  [PATCH net 1/2] r8152: set the RMS of RTL8153 according to the mtu Hayes Wang <hayeswang@realtek.com> - 2017-03-20 09:20 +0100
  Re: [PATCH net 0/2] r8152: fix the rx settings of RTL8153 David Miller <davem@davemloft.net> - 2017-03-22 19:00 +0100

csiph-web