Forum Discussion

nikhl's avatar
nikhl
Icon for New Contributor rankNew Contributor
3 years ago

"Found more than one suitable slot" while testing the 10GBE PAC-PAC test

Hi,

I am testing the PAC -to -PAC Ethernet MAC 10 Gbps link. When i program both the intel Arria 10 GX PAC cards with the same design and executing the host code i am getting the following output.

I have followed the following document.
https://www.intel.com/content/www/us/en/docs/programmable/683422/1-2/running-40gbe-10gbe-to-pac-test-between.html

Can anyone please help.

@intel @JohnT_Intel @BoonBengT_Altera

24 Replies

  • JohnT_Altera's avatar
    JohnT_Altera
    Icon for Regular Contributor rankRegular Contributor

    Hi,


    Could you try "./pac_hssi_e10 -b 0xAF --channel=0 --action=stat"? The reason is that if you are not including "-b" argument then the AF is not being used for the bus specify which will cause the error where it detected more than 1 device.


    • nikhl's avatar
      nikhl
      Icon for New Contributor rankNew Contributor

      Hi,
      Thank you that worked, I am now able to send and receive data on both the PAC cards.

  • JohnT_Altera's avatar
    JohnT_Altera
    Icon for Regular Contributor rankRegular Contributor

    Please try "./pac_hssi_e10 -b 0xAF --channel=0 --action=stat"? I would like to figure out why the input is not correct and need to find how to find the correct bus.