Re: [dpdk-dev] i40e: pci probe fails when using one bogus sfp

2017-06-15 Thread Olivier MATZ
e > > ; > > Zhang, Helin ; dev@dpdk.org > > Subject: Re: [dpdk-dev] i40e: pci probe fails when using one bogus sfp > > > > Hi Jingjing, > > > > On Mon, 12 Jun 2017 16:23:47 +, "Wu, Jingjing" > > wrote: > > > HI, Olivier &g

Re: [dpdk-dev] i40e: pci probe fails when using one bogus sfp

2017-06-13 Thread Wu, Jingjing
> -Original Message- > From: Olivier MATZ [mailto:olivier.m...@6wind.com] > Sent: Tuesday, June 13, 2017 4:28 PM > To: Wu, Jingjing > Cc: Xing, Beilei ; Richardson, Bruce > ; > Zhang, Helin ; dev@dpdk.org > Subject: Re: [dpdk-dev] i40e: pci probe fails when usi

Re: [dpdk-dev] i40e: pci probe fails when using one bogus sfp

2017-06-13 Thread Olivier MATZ
Hi Jingjing, On Mon, 12 Jun 2017 16:23:47 +, "Wu, Jingjing" wrote: > HI, Olivier > > > Thank you for your quick answer. > > > > Yes, the pci probing continues for the other ports even if one port > > failed (since v17.05, commit 10f6c93cea). > > > > But I find a bit strange to have this c

Re: [dpdk-dev] i40e: pci probe fails when using one bogus sfp

2017-06-12 Thread Wu, Jingjing
; > > > > -Original Message- > > > > From: dev [mailto:dev-boun...@dpdk.org] On Behalf Of Olivier Matz > > > > Sent: Thursday, June 8, 2017 6:14 PM > > > > To: Richardson, Bruce > > > > Cc: Zhang, Helin ; Wu, Jingjing > > &

Re: [dpdk-dev] i40e: pci probe fails when using one bogus sfp

2017-06-12 Thread Wu, Jingjing
HI, Olivier > Thank you for your quick answer. > > Yes, the pci probing continues for the other ports even if one port > failed (since v17.05, commit 10f6c93cea). > > But I find a bit strange to have this check about the SFP in the > PCI probing function instead of having it the port initializat

Re: [dpdk-dev] i40e: pci probe fails when using one bogus sfp

2017-06-12 Thread Wu, Jingjing
> -Original Message- > From: Olivier Matz [mailto:olivier.m...@6wind.com] > Sent: Monday, June 12, 2017 5:46 PM > To: Xing, Beilei > Cc: Richardson, Bruce ; Zhang, Helin > ; > Wu, Jingjing ; dev@dpdk.org > Subject: Re: [dpdk-dev] i40e: pci probe fails when usi

Re: [dpdk-dev] i40e: pci probe fails when using one bogus sfp

2017-06-12 Thread Olivier Matz
uce > > Cc: Zhang, Helin ; Wu, Jingjing > > ; dev@dpdk.org > > Subject: Re: [dpdk-dev] i40e: pci probe fails when using one bogus sfp > > > > On Thu, 8 Jun 2017 11:01:54 +0100, Bruce Richardson > > wrote: > > > On Thu, Jun 08, 2017 at 11:29:17AM +0200,

Re: [dpdk-dev] i40e: pci probe fails when using one bogus sfp

2017-06-12 Thread Xing, Beilei
Hi Olivier, > -Original Message- > From: dev [mailto:dev-boun...@dpdk.org] On Behalf Of Olivier Matz > Sent: Thursday, June 8, 2017 6:14 PM > To: Richardson, Bruce > Cc: Zhang, Helin ; Wu, Jingjing > ; dev@dpdk.org > Subject: Re: [dpdk-dev] i40e: pci probe fails whe

Re: [dpdk-dev] i40e: pci probe fails when using one bogus sfp

2017-06-08 Thread Olivier Matz
On Thu, 8 Jun 2017 11:01:54 +0100, Bruce Richardson wrote: > On Thu, Jun 08, 2017 at 11:29:17AM +0200, Olivier Matz wrote: > > Hi, > > > > One of our customers encounters an issue with dpdk when there > > is a bogus SFP on one of the ports. The following message is > > reported: > > > > PMD:

Re: [dpdk-dev] i40e: pci probe fails when using one bogus sfp

2017-06-08 Thread Bruce Richardson
On Thu, Jun 08, 2017 at 11:29:17AM +0200, Olivier Matz wrote: > Hi, > > One of our customers encounters an issue with dpdk when there > is a bogus SFP on one of the ports. The following message is > reported: > > PMD: eth_i40e_dev_init(): Failed to sync phy type: -95 > > (note: 95 is EOPNOTSU

[dpdk-dev] i40e: pci probe fails when using one bogus sfp

2017-06-08 Thread Olivier Matz
Hi, One of our customers encounters an issue with dpdk when there is a bogus SFP on one of the ports. The following message is reported: PMD: eth_i40e_dev_init(): Failed to sync phy type: -95 (note: 95 is EOPNOTSUPP/ENOTSUP) Unfortunately I cannot reproduce the issue to give more details, bu