From mboxrd@z Thu Jan 1 00:00:00 1970 From: Maxime Coquelin Subject: Re: [PATCH v4 1/8] net/ice: fix Tx function setting Date: Fri, 22 Mar 2019 09:46:48 +0100 Message-ID: References: <1551340136-83843-1-git-send-email-wenzhuo.lu@intel.com> <1553149569-105555-1-git-send-email-wenzhuo.lu@intel.com> <1553149569-105555-2-git-send-email-wenzhuo.lu@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Cc: stable@dpdk.org To: Wenzhuo Lu , dev@dpdk.org Return-path: In-Reply-To: <1553149569-105555-2-git-send-email-wenzhuo.lu@intel.com> Content-Language: en-US List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" On 3/21/19 7:26 AM, Wenzhuo Lu wrote: > The TX setting functions is not called. s/functions/function/ > > Fixes: 17c7d0f9d6a4 ("net/ice: support basic Rx/Tx") > Cc: stable@dpdk.org > > Signed-off-by: Wenzhuo Lu > --- > drivers/net/ice/ice_ethdev.c | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/drivers/net/ice/ice_ethdev.c b/drivers/net/ice/ice_ethdev.c > index a23c63a..b804be1 100644 > --- a/drivers/net/ice/ice_ethdev.c > +++ b/drivers/net/ice/ice_ethdev.c > @@ -1741,6 +1741,7 @@ static int ice_init_rss(struct ice_pf *pf) > } > > ice_set_rx_function(dev); > + ice_set_tx_function(dev); > > mask = ETH_VLAN_STRIP_MASK | ETH_VLAN_FILTER_MASK | > ETH_VLAN_EXTEND_MASK; > Other than that: Reviewed-by: Maxime Coquelin