From mboxrd@z Thu Jan 1 00:00:00 1970 From: yaochuhong Subject: [PATCH 3/3] add signoff Date: Mon, 21 May 2018 09:20:55 +0800 Message-ID: <1526865655-59863-3-git-send-email-ych@panath.cn> References: <1526865655-59863-1-git-send-email-ych@panath.cn> Cc: dev@dpdk.org, yaochuhong To: shijith.thotton@cavium.com Return-path: Received: from smtpbg202.qq.com (smtpbg202.qq.com [184.105.206.29]) by dpdk.org (Postfix) with ESMTP id 080328E85 for ; Mon, 21 May 2018 03:21:04 +0200 (CEST) In-Reply-To: <1526865655-59863-1-git-send-email-ych@panath.cn> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" Signed-off-by: yaochuhong --- drivers/net/liquidio/lio_ethdev.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/net/liquidio/lio_ethdev.c b/drivers/net/liquidio/lio_ethdev.c index 0a6eb55..a6a37c8 100644 --- a/drivers/net/liquidio/lio_ethdev.c +++ b/drivers/net/liquidio/lio_ethdev.c @@ -1405,7 +1405,7 @@ struct rte_lio_xstats_name_off { /* Configure RSS if device configured with multiple RX queues. */ lio_dev_mq_rx_configure(eth_dev); - /* Before update the link info, must set link_status64 to 0. */ + /* Before update the link info, must set linfo.link.link_status64 to 0. */ lio_dev->linfo.link.link_status64 = 0; /* start polling for lsc */ -- 1.8.3.1