Dear Sir,
Environment : Jetpack 3.3
U-boot/Kernel : tegra-l4t-r28.2.1
Utility : pktgen 2.75(from kernel tegra-l4t-r28.2.1)
I’ve tried to validate the ethernet of Jetson TX2 with pktgen(bidirection)
LAN Mapping/Architecture
Xeon® CPU E3-1205 v6├─┤I350├────────┤nVIDIA Jetson TX2 │
pktgen’s configuration
dst mac of i350/TX2
packt size 1500
count 10000
delay 17500
smp_affinity keep default
irq 45 : 2490000.ether_qos.tx0, default is 1
irq 44 : 2490000.ether_qos.rx0, default is 1
irq 42 : ether_qos.common_irq, default is 3f
After pktgen stop(send 10000 packets), I always check the ethernet’s receive status
ifconfig eth0 | grep "RX packets"
For the most part, the “RX packets” of Jetson TX2 is less than the “TX Packets” of Xeon/I350.
There is also add some count in the mmc_rx_fifo_overflow of eth0 of Jetson TX2.
ethtool eth0 | grep fifo
Is there any approach to improve it??
Best Regards,
MOMO Chen