I haven't sniffed the traffic yet, but I'm wondering if this is the same thing I am seeing.
#!/bin/bashOFFOPTS="rx tx tso ufo gso gro lro rxvlan txvlan rxhash ntuple"INTF=$(/sbin/ifconfig | /bin/egrep '^\S' | /usr/bin/cut -d':' -f 1 | /usr/bin/tr '\n' ' ')function disoff { for OPTION in $OFFOPTS; do /sbin/ethtool --offload "$1" "$OPTION" off &>/dev/null || true done}for CUR in $INTF; do disoff $CURdone
Havent followed the thread but async routing usually comes in interfaces with upstream gateway set and also a second device in this network