Re: [dpdk-dev] [PATCH v2] net/liquidio fixes unable to update linfo var

2018-05-22 Thread Ferruh Yigit
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

Re: [dpdk-dev] [PATCH v2] net/liquidio fixes unable to update linfo var

2018-05-22 Thread Ferruh Yigit
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

[dpdk-dev] [PATCH v2] net/liquidio fixes unable to update linfo var

2018-05-22 Thread chuhong yao
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 locat