Rename CONFIG_NET_BUFSIZE to CONFIG_NET_ETH_MTU in all configs/ README.txt files
This commit is contained in:
parent
fa0512a766
commit
66f49ae9b4
@ -1044,7 +1044,7 @@ Configuration Sub-Directories
|
|||||||
use the UART1 hardware flow control yet.
|
use the UART1 hardware flow control yet.
|
||||||
|
|
||||||
NOTE: The Linux slip module hard-codes its MTU size to 296. So you
|
NOTE: The Linux slip module hard-codes its MTU size to 296. So you
|
||||||
might as well set CONFIG_NET_BUFSIZE to 296 as well.
|
might as well set CONFIG_NET_ETH_MTU to 296 as well.
|
||||||
|
|
||||||
4. After turning over the line to the SLIP driver, you must configure
|
4. After turning over the line to the SLIP driver, you must configure
|
||||||
the network interface. Again, you do this using the standard
|
the network interface. Again, you do this using the standard
|
||||||
|
@ -419,8 +419,8 @@ Networking Support
|
|||||||
Networking Support
|
Networking Support
|
||||||
CONFIG_NET=y : Enable Neworking
|
CONFIG_NET=y : Enable Neworking
|
||||||
CONFIG_NET_SOCKOPTS=y : Enable socket operations
|
CONFIG_NET_SOCKOPTS=y : Enable socket operations
|
||||||
CONFIG_NET_BUFSIZE=562 : Maximum packet size (MTD) 1518 is more standard
|
CONFIG_NET_ETH_MTU=562 : Maximum packet size (MTU) 1518 is more standard
|
||||||
CONFIG_NET_RECEIVE_WINDOW=536 : Should be the same as CONFIG_NET_BUFSIZE
|
CONFIG_NET_RECEIVE_WINDOW=536 : Should be the same as CONFIG_NET_ETH_MTU
|
||||||
CONFIG_NET_TCP=y : Enable TCP/IP networking
|
CONFIG_NET_TCP=y : Enable TCP/IP networking
|
||||||
CONFIG_NET_TCPBACKLOG=y : Support TCP/IP backlog
|
CONFIG_NET_TCPBACKLOG=y : Support TCP/IP backlog
|
||||||
CONFIG_NET_TCP_READAHEAD_BUFSIZE=536 Read-ahead buffer size
|
CONFIG_NET_TCP_READAHEAD_BUFSIZE=536 Read-ahead buffer size
|
||||||
|
@ -798,8 +798,8 @@ Networking
|
|||||||
Networking Support
|
Networking Support
|
||||||
CONFIG_NET=y : Enable Neworking
|
CONFIG_NET=y : Enable Neworking
|
||||||
CONFIG_NET_SOCKOPTS=y : Enable socket operations
|
CONFIG_NET_SOCKOPTS=y : Enable socket operations
|
||||||
CONFIG_NET_BUFSIZE=562 : Maximum packet size (MTD) 1518 is more standard
|
CONFIG_NET_ETH_MTU=562 : Maximum packet size (MTU) 1518 is more standard
|
||||||
CONFIG_NET_RECEIVE_WINDOW=562 : Should be the same as CONFIG_NET_BUFSIZE
|
CONFIG_NET_RECEIVE_WINDOW=562 : Should be the same as CONFIG_NET_ETH_MTU
|
||||||
CONFIG_NET_TCP=y : Enable TCP/IP networking
|
CONFIG_NET_TCP=y : Enable TCP/IP networking
|
||||||
CONFIG_NET_TCPBACKLOG=y : Support TCP/IP backlog
|
CONFIG_NET_TCPBACKLOG=y : Support TCP/IP backlog
|
||||||
CONFIG_NET_TCP_READAHEAD_BUFSIZE=562 : Read-ahead buffer size
|
CONFIG_NET_TCP_READAHEAD_BUFSIZE=562 : Read-ahead buffer size
|
||||||
|
@ -959,8 +959,8 @@ Networking
|
|||||||
Networking Support
|
Networking Support
|
||||||
CONFIG_NET=y : Enable Neworking
|
CONFIG_NET=y : Enable Neworking
|
||||||
CONFIG_NET_SOCKOPTS=y : Enable socket operations
|
CONFIG_NET_SOCKOPTS=y : Enable socket operations
|
||||||
CONFIG_NET_BUFSIZE=562 : Maximum packet size (MTD) 1518 is more standard
|
CONFIG_NET_ETH_MTU=562 : Maximum packet size (MTU) 1518 is more standard
|
||||||
CONFIG_NET_RECEIVE_WINDOW=562 : Should be the same as CONFIG_NET_BUFSIZE
|
CONFIG_NET_RECEIVE_WINDOW=562 : Should be the same as CONFIG_NET_ETH_MTU
|
||||||
CONFIG_NET_TCP=y : Enable TCP/IP networking
|
CONFIG_NET_TCP=y : Enable TCP/IP networking
|
||||||
CONFIG_NET_TCPBACKLOG=y : Support TCP/IP backlog
|
CONFIG_NET_TCPBACKLOG=y : Support TCP/IP backlog
|
||||||
CONFIG_NET_TCP_READAHEAD_BUFSIZE=562 : Read-ahead buffer size
|
CONFIG_NET_TCP_READAHEAD_BUFSIZE=562 : Read-ahead buffer size
|
||||||
|
@ -1335,8 +1335,8 @@ Networking
|
|||||||
Networking Support
|
Networking Support
|
||||||
CONFIG_NET=y : Enable Neworking
|
CONFIG_NET=y : Enable Neworking
|
||||||
CONFIG_NET_SOCKOPTS=y : Enable socket operations
|
CONFIG_NET_SOCKOPTS=y : Enable socket operations
|
||||||
CONFIG_NET_BUFSIZE=562 : Maximum packet size (MTD) 1518 is more standard
|
CONFIG_NET_ETH_MTU=562 : Maximum packet size (MTU) 1518 is more standard
|
||||||
CONFIG_NET_RECEIVE_WINDOW=562 : Should be the same as CONFIG_NET_BUFSIZE
|
CONFIG_NET_RECEIVE_WINDOW=562 : Should be the same as CONFIG_NET_ETH_MTU
|
||||||
CONFIG_NET_ARP=y : ARP support should be enabled
|
CONFIG_NET_ARP=y : ARP support should be enabled
|
||||||
CONFIG_NET_ARP_IPIN=y : IP address harvesting (optional)
|
CONFIG_NET_ARP_IPIN=y : IP address harvesting (optional)
|
||||||
CONFIG_NET_TCP=y : Enable TCP/IP networking
|
CONFIG_NET_TCP=y : Enable TCP/IP networking
|
||||||
|
@ -634,9 +634,9 @@ TWR-K60N512-specific Configuration Options
|
|||||||
Kenetis ethernet controller settings
|
Kenetis ethernet controller settings
|
||||||
|
|
||||||
CONFIG_ENET_NRXBUFFERS - Number of RX buffers. The size of one
|
CONFIG_ENET_NRXBUFFERS - Number of RX buffers. The size of one
|
||||||
buffer is determined by CONFIG_NET_BUFSIZE. Default: 6
|
buffer is determined by CONFIG_NET_ETH_MTU. Default: 6
|
||||||
CONFIG_ENET_NTXBUFFERS - Number of TX buffers. The size of one
|
CONFIG_ENET_NTXBUFFERS - Number of TX buffers. The size of one
|
||||||
buffer is determined by CONFIG_NET_BUFSIZE. Default: 2
|
buffer is determined by CONFIG_NET_ETH_MTU. Default: 2
|
||||||
CONFIG_ENET_USEMII - Use MII mode. Default: RMII mode.
|
CONFIG_ENET_USEMII - Use MII mode. Default: RMII mode.
|
||||||
CONFIG_ENET_PHYADDR - PHY address
|
CONFIG_ENET_PHYADDR - PHY address
|
||||||
|
|
||||||
|
@ -371,7 +371,7 @@ ViewTool DP83848 Ethernet Module
|
|||||||
CONFIG_NSOCKET_DESCRIPTORS=10 : Socket-related
|
CONFIG_NSOCKET_DESCRIPTORS=10 : Socket-related
|
||||||
CONFIG_NET_SOCKOPTS=y
|
CONFIG_NET_SOCKOPTS=y
|
||||||
|
|
||||||
CONFIG_NET_BUFSIZE=650 : Maximum packet size
|
CONFIG_NET_ETH_MTU=650 : Maximum packet size
|
||||||
CONFIG_NET_RECEIVE_WINDOW=650
|
CONFIG_NET_RECEIVE_WINDOW=650
|
||||||
CONFIG_NET_TCP_READAHEAD=y : Enable read-ahead buffering
|
CONFIG_NET_TCP_READAHEAD=y : Enable read-ahead buffering
|
||||||
CONFIG_NET_TCP_READAHEAD_BUFSIZE=650
|
CONFIG_NET_TCP_READAHEAD_BUFSIZE=650
|
||||||
|
Loading…
Reference in New Issue
Block a user