(2013/11/28 19:46), Richardson, Bruce wrote:
>> If someone wants to implement forwarding application that receives
>> packets from ETH_A and send those to ETH_B.
>> Also above application is split to 3 processes like following.
>> [ETH_A]-->Process_A --> [Ring_A] --> Process_B --> [Ring_B] --> Proc
> If someone wants to implement forwarding application that receives
> packets from ETH_A and send those to ETH_B.
> Also above application is split to 3 processes like following.
> [ETH_A]-->Process_A --> [Ring_A] --> Process_B --> [Ring_B] --> Process_C --
> > [ETH_B] (All 3 processes are impleme
> [BR] Firstly, to identify the ring PMD's vs the ethernet device PMDs you can
> use the information in the rte_eth_dev structure. For each device x, (0 <= x
> <=5), if you check rte_eth_devices[x], the ring pmd's will have a NULL driver
> pointer and the pci address given in the pci_dev structu
Hi,
I have a question about how to know corresponding device from port number.
For example, if I have 4 Ethernet devices and 2 Ring PMDs, I will get 6
ports during initialization.
In the case, how can I know which port corresponds last Ring PMD?
Regards,
Tetsuya Mukawa
>
> Hi,
>
> I have a question about how to know corresponding device from port
> number.
> For example, if I have 4 Ethernet devices and 2 Ring PMDs, I will get 6 ports
> during initialization.
> In the case, how can I know which port corresponds last Ring PMD?
[BR] Firstly, to identify the ring
5 matches
Mail list logo