raiden00pl opened a new pull request, #17563:
URL: https://github.com/apache/nuttx/pull/17563

   ## Summary
   
   - boards/qemu-intel64/jumbo: enable more network tools 
   - Documentation: add notes about TAP configuration for qemu 
   
   ## Impact
   
   easier network testing with qemu
   
   ## Testing
   
   ```
   NuttShell (NSH) NuttX-10.4.0
   nsh> ifconfig
   eth0 Link encap:Ethernet HWaddr 52:54:00:12:34:56 at RUNNING mtu 1500
        inet addr:192.168.8.104 DRaddr:192.168.8.1 Mask:255.255.255.0
   
                IPv4   TCP   UDP  ICMP
   Received     0000  0000  0000  0000
   Dropped      0000  0000  0000  0000
     IPv4        VHL: 0000   Frg: 0000
     Checksum   0000  0000  0000  ----
     TCP         ACK: 0000   SYN: 0000
                 RST: 0000  0000
     Type       0000  ----  ----  0000
   Sent         0000  0000  0000  0000
     Rexmit     ----  0000  ----  ----
   nsh> ping 192.168.8.1
   PING 192.168.8.1 56 bytes of data
   56 bytes from 192.168.8.1: icmp_seq=0 time=0.6 ms
   56 bytes from 192.168.8.1: icmp_seq=1 time=0.4 ms
   56 bytes from 192.168.8.1: icmp_seq=2 time=0.6 ms
   56 bytes from 192.168.8.1: icmp_seq=3 time=0.4 ms
   56 bytes from 192.168.8.1: icmp_seq=4 time=0.5 ms
   56 bytes from 192.168.8.1: icmp_seq=5 time=0.4 ms
   56 bytes from 192.168.8.1: icmp_seq=6 time=0.4 ms
   56 bytes from 192.168.8.1: icmp_seq=7 time=0.8 ms
   56 bytes from 192.168.8.1: icmp_seq=8 time=0.7 ms
   56 bytes from 192.168.8.1: icmp_seq=9 time=0.5 ms
   10 packets transmitted, 10 received, 0% packet loss, time 10008 ms
   rtt min/avg/max/mdev = 0.437/0.582/0.851/0.132 ms
   nsh> help
   help usage:  help [-v] [<cmd>]
   
       .           cmp         free        mkdir       rm          unset       
       [           dirname     get         mkfatfs     rmdir       uptime      
       ?           df          help        mkrd        set         usleep      
       alias       dmesg       hexdump     mount       sleep       watch       
       unalias     echo        ifconfig    mv          source      wget        
       arp         env         ifdown      nslookup    test        xd          
       basename    exec        ifup        pidof       time        wait        
       break       exit        irqinfo     printf      true        
       cat         expr        kill        ps          truncate    
       cd          false       pkill       put         uname       
       cp          fdinfo      ls          pwd         umount      
   
   Builtin Apps:
       dd                 netpkt             renew              telnetd         
   
       hello              netpkt_ethercat    sh                 udpblaster      
   
       hidkbd             nsh                smp                
       iperf              ostest             tcpclient          
       netcat             ping               tcpdump            
   nsh> netpkt_ethercat
   Data recv: 60 bytes, spent time 290241 ns
   Data recv: 60 bytes, spent time 195068 ns
   Data recv: 60 bytes, spent time 115872 ns
   Data recv: 60 bytes, spent time 89405 ns
   Data recv: 60 bytes, spent time 30679 ns
   Data recv: 60 bytes, spent time 50636 ns
   Data recv: 60 bytes, spent time 46127 ns
   Data recv: 60 bytes, spent time 42468 ns
   Data recv: 60 bytes, spent time 35355 ns
   Data recv: 60 bytes, spent time 45779 ns
   nsh> 
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to