commit | 0436ad9e78de4c5d7a3d820e95778523d9c1be78 | [log] [tgz] |
---|---|---|
author | Jukka Rissanen <jukka.rissanen@linux.intel.com> | Tue Nov 14 17:03:45 2017 +0200 |
committer | Jukka Rissanen <jukka.rissanen@linux.intel.com> | Wed Nov 15 12:27:14 2017 +0200 |
tree | 4f1eaf82844b00d6ab10164ef474cdaccdd2f5a7 | |
parent | d315b430d4d48d394f3a11409c0bd9c794eb2f49 [diff] |
drivers: net: loopback: Simulate real hw device Instead of passing net_pkt as is to the receiving side of the interface, clone the sent packet and drop the sent one. This is needed mainly in TCP where passing the same packet from sending to receiving side is causing havoc. Signed-off-by: Jukka Rissanen <jukka.rissanen@linux.intel.com>