DPDK patches and discussions
 help / color / mirror / Atom feed
From: Ferruh Yigit <ferruh.yigit@intel.com>
To: Yao chuhong <ych@panath.cn>,
	"shijith.thotton" <shijith.thotton@cavium.com>
Cc: dev <dev@dpdk.org>
Subject: Re: [dpdk-dev] [PATCH v2] net/liquidio fixes unable to update linfovar
Date: Wed, 23 May 2018 10:01:42 +0100	[thread overview]
Message-ID: <a222b7bd-50ee-e313-1291-3e0b8ea7d67b@intel.com> (raw)
In-Reply-To: <tencent_4058F2C95F6A30DE1F812D4F@qq.com>

On 5/23/2018 1:16 AM, Yao chuhong wrote:
> hi, Ferruh & Shijith
> 
> Sorry, I can't reply the email in time, because it was late at night.

Hi Chuhong,

I was aware it is late for you so I updated the commit log for you.

> I read your email, Will use commit log suggested by Shijith and the patch
> Applied to dpdk-next-net/master.
> That means my contribution to this bug has been done, right?

Yes, fix included into rc5. Thank you for contribution.

> Thanks again for your help. Thanks!
> 
>  
>  
> ------------------ Original ------------------
> *From: * "Ferruh Yigit"<ferruh.yigit@intel.com>;
> *Date: * Wed, May 23, 2018 05:12 AM
> *To: * "chuhong yao"<ych@panath.cn>; "shijith.thotton"<shijith.thotton@cavium.com>;
> *Cc: * "dev"<dev@dpdk.org>;
> *Subject: * Re: [dpdk-dev] [PATCH v2] net/liquidio fixes unable to update linfovar
>  
> On 5/22/2018 10:07 PM, Ferruh Yigit wrote:
>> On 5/22/2018 3:33 PM, chuhong yao wrote:
>>> When I was using VPP +dpdk-18.02+liqudio CN23xx,
>>> I encountered such a bug.
>>> When VPP called dpdk_device_start to initialize DPDK liqudio drive,
>>> I found that initialization failed.
>>> The reason for the failure is that VF MTU > PF MTU,
>>> but PF MTU has been modified to 9600 (> VF MTU).
>>> Finally, I am location that DPDK liqudio drive
>>> cannot get the correct PF driver to liqudio network card.
>>> It is due to the fact that when VPP calls dpdk_device_start to
>>> initialize DPDK liqudio drive,this time,
>>> lio_dev->linfo.Link var already exists in the old value, not empty.
>>> Cause lio_dev->linfo.Link. Link_status64 != 0
>>> statement is set up,
>>> and the link info is stopped directly to liqudio card,
>>> resulting in no get accurate pf mtu.
>>> I did a test model to reproduce the bug,
>>> which is to add rte_eth_dev_set_mtu(portid, vf_mtu)
>>> to the rte_eth_dev_start function when using
>>> dpdk-18.02+liqudio CN23xx+l2fwd.
>>> You need to make sure that 1500 < vf_mtu < pf_mtu will be available.
>>> At this time, you will have
>>> net_liovf[04:00.3]ERROR: lio_dev_mtu_set()
>>> VF MTU should be >= 68 and <= 1500. Such a mistake.
>>>
>>> Signed-off-by: chuhong yao <ych@panath.cn>
>>
>> Will use commit log suggested by maintainer [1]. Thanks Shijith!
>>
>>
>> [1]
>>     net/liquidio: fix link state fetching during device start
>>
>>     Clear link state information during device start for fetching new state
>>     before function completion.
>>
>>     Fixes: 605164c8e79d ("net/liquidio: add API to validate VF MTU")
>>     Cc: stable@dpdk.org
>>
>>     Signed-off-by: Chuhong Yao <ych@panath.cn>
>>     Acked-by: Shijith Thotton <shijith.thotton@caviumnetworks.com>
> 
> Applied to dpdk-next-net/master, thanks.
> 
> 搜索
> 
> 复制
> 

      reply	other threads:[~2018-05-23  9:01 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-05-22 14:33 [dpdk-dev] [PATCH v2] net/liquidio fixes unable to update linfo var chuhong yao
2018-05-22 21:07 ` Ferruh Yigit
2018-05-22 21:12   ` Ferruh Yigit
2018-05-23  0:16     ` [dpdk-dev] [PATCH v2] net/liquidio fixes unable to update linfovar Yao chuhong
2018-05-23  9:01       ` Ferruh Yigit [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=a222b7bd-50ee-e313-1291-3e0b8ea7d67b@intel.com \
    --to=ferruh.yigit@intel.com \
    --cc=dev@dpdk.org \
    --cc=shijith.thotton@cavium.com \
    --cc=ych@panath.cn \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).