Re: [PATCH 3/9] RapidIO: Add the ingress port number into the RIO switch data structure
From: Micha Nelissen <hidden>
Date: 2010-08-16 12:14:55
Also in:
lkml
From: Micha Nelissen <hidden>
Date: 2010-08-16 12:14:55
Also in:
lkml
Alexandre Bounine wrote:
A switch ingress port number has to be saved for software assisted error recovery from the error-stopped state. Saving this information also allows to remove several register reads from the RIO enumeration process.
Why not keep using the swpinfo field, as you can extract it from there? And your code actually does this. Also processor devices can have multiple ports (not only switches), it would be good to be ready for that use case. Micha