Re: problems with TCP send sizes greater than ETH_PKTSIZE (SAMA5D36)

2020-02-09 Thread Gregory Nutt
My question about MSS wasn't clear– what I mean is, to an application (like tcpecho or tcpblaster), the size of MSS shouldn't matter. Shouldn't the application be able to send as many bytes as it wants? The TCP stack divides the stream up into chunks (of MSS length) and transmits them... sendin

[PATCH] Add Ethernet SPI ENC28J60 board support to STM32F4Discovery

2020-02-09 Thread Alan Carvalho de Assis
Please apply attached patch add support to ENC28J60 in the STM32F4Discovery board. BR, Alan From a68a785cb0d4914c75a702704e8060c0cfb4210b Mon Sep 17 00:00:00 2001 From: Alan Carvalho de Assis Date: Sun, 9 Feb 2020 10:16:37 -0300 Subject: [PATCH] Add Ethernet SPI ENC28J60 board support to STM32F4

[GitHub] [incubator-nuttx-testing] liuguo09 opened a new pull request #7: cibuild.sh: decouple -b option to do run_builds only

2020-02-09 Thread GitBox
liuguo09 opened a new pull request #7: cibuild.sh: decouple -b option to do run_builds only URL: https://github.com/apache/incubator-nuttx-testing/pull/7 1. In nuttx and apps PR check build, github action/jenkins/travis CI would checkout repos accordingly. So decouple -b option to do run

Re: problems with TCP send sizes greater than ETH_PKTSIZE (SAMA5D36)

2020-02-09 Thread Adam Feuer
Greg, I have write buffering enabled: CONFIG_NET_WRITE_BUFFERS=y Here are my IOB settings: CONFIG_MM_IOB=y CONFIG_IOB_NBUFFERS=24 CONFIG_IOB_BUFSIZE=196 CONFIG_IOB_NCHAINS=24 CONFIG_IOB_THROTTLE=0 I do have some more data. I did a manual git bisect to find out where things started getting worse.

Re: problems with TCP send sizes greater than ETH_PKTSIZE (SAMA5D36)

2020-02-09 Thread Adam Feuer
Just to follow up with some more precise data, I just did a few more tests. On commit c1f75af084010bd8a13b2481abc38d848cd545f2 I can send any number of 1446 byte (or less) TCP sends. 1447 or more hangs. -adam On Sun, Feb 9, 2020 at 9:14 PM Adam Feuer wrote: > Greg, > > I have write buffering e