From: Ganesh Goudar <ganes...@chelsio.com> Date: Tue, 26 Jun 2018 17:10:25 +0530
> From: Arjun Vynipadath <ar...@chelsio.com> > > The present TX workrequest(FW_ETH_TX_PKT_WR) cant be used for > host->vf communication, since it doesn't loopback the outgoing > packets to virtual interfaces on the same port. This can be done > using FW_ETH_TX_PKT_VM_WR. > This fix depends on ethtool_flags to determine what WR to use for > TX path. Support for setting this flags by user is added in next > commit. > > Based on the original work by : Casey Leedom <lee...@chelsio.com> > > Signed-off-by: Casey Leedom <lee...@chelsio.com> > Signed-off-by: Arjun Vynipadath <ar...@chelsio.com> > Signed-off-by: Ganesh Goudar <ganes...@chelsio.com> Applied.