[srslte-users] Number of PHY threads
Justin Tallon
justin.tallon at softwareradiosystems.com
Wed Sep 11 14:43:23 UTC 2019
Hey Padorin,
The architecture of the UE processes uplink and downlink in the same thread
or "worker". This means that I need the result of the grant in tti = N
before I can process the uplink in the message of tti=N+4.
If you have 5 workers you will always be waiting on a grant to be decoded
by a different thread. It will not speed up your processing.
Hope this helps,
Justin
____
Justin Tallon Ph.D.
Software Radio Systems (SRS)
http://www.softwareradiosystems.com
+353-86-067-0753 | justin.tallon at softwareradiosystems.com
On Wed, Sep 11, 2019 at 4:28 PM Padorin Kurpinsky <
padorin.kurpinsky at gmail.com> wrote:
> Hi all,
> The maximum number of PHY threads is limited to 4, i.e., const static int
> MAX_WORKERS = 4.
> Is there a reason for this? Can I achieve better performance if I change
> the value to 6 (my machine has 6 cores)
> _______________________________________________
> srslte-users mailing list
> srslte-users at lists.softwareradiosystems.com
> http://www.softwareradiosystems.com/mailman/listinfo/srslte-users
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.srsran.com/pipermail/srsran-users/attachments/20190911/28269262/attachment.htm>
More information about the srsran-users
mailing list