From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Miller Subject: Re: [PATCH net-next V4 1/2] cxgb4: Add support for FW_ETH_TX_PKT_VM_WR Date: Fri, 29 Jun 2018 23:47:32 +0900 (KST) Message-ID: <20180629.234732.1193795150527906103.davem@davemloft.net> References: <1530013225-26369-1-git-send-email-ganeshgr@chelsio.com> Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: netdev@vger.kernel.org, nirranjan@chelsio.com, indranil@chelsio.com, venkatesh@chelsio.com, arjun@chelsio.com, leedom@chelsio.com To: ganeshgr@chelsio.com Return-path: Received: from shards.monkeyblade.net ([23.128.96.9]:46632 "EHLO shards.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S936350AbeF2Ori (ORCPT ); Fri, 29 Jun 2018 10:47:38 -0400 In-Reply-To: <1530013225-26369-1-git-send-email-ganeshgr@chelsio.com> Sender: netdev-owner@vger.kernel.org List-ID: From: Ganesh Goudar Date: Tue, 26 Jun 2018 17:10:25 +0530 > From: Arjun Vynipadath > > 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 > > Signed-off-by: Casey Leedom > Signed-off-by: Arjun Vynipadath > Signed-off-by: Ganesh Goudar Applied.