RE: [PATCH v2 10/12] app/testpmd: remove atomic operations for port status

2021-11-16 Thread Honnappa Nagarahalli
> > The port_status changes do not need to be handled atomically, as they are > modified during initialization or through the testpmd prompt instead of > multiple threads. > > Signed-off-by: Joyce Kong > Reviewed-by: Ruifeng Wang Reviewed-by: Honnappa Nagarahalli > --- > app/test-pmd/testpm

[PATCH v2 10/12] app/testpmd: remove atomic operations for port status

2021-11-16 Thread Joyce Kong
The port_status changes do not need to be handled atomically, as they are modified during initialization or through the testpmd prompt instead of multiple threads. Signed-off-by: Joyce Kong Reviewed-by: Ruifeng Wang --- app/test-pmd/testpmd.c | 58 ++ 1 f