Re: [dpdk-dev] [PATCH v3 8/8] examples: remove unnecessary include of atomic

2021-10-19 Thread David Marchand
Hello Dharmik, On Sat, Oct 16, 2021 at 1:30 AM Dharmik Thakkar wrote: > I am seeing the following CI failures on this series: > a) 1.3% nic_single_core_perf degradation with Mellanox ConnectX-4 Lx 4 > Mbps. > b) dpdk_unit_test failure with RHEL 7 VM due to red_autotest failure. > > These iss

Re: [dpdk-dev] [PATCH v3 8/8] examples: remove unnecessary include of atomic

2021-10-15 Thread Dharmik Thakkar
Hi, I am seeing the following CI failures on this series: a) 1.3% nic_single_core_perf degradation with Mellanox ConnectX-4 Lx 4 Mbps. b) dpdk_unit_test failure with RHEL 7 VM due to red_autotest failure. These issues are not related to the patch series since the patches are only targeted to

[dpdk-dev] [PATCH v3 8/8] examples: remove unnecessary include of atomic

2021-10-13 Thread Dharmik Thakkar
From: Joyce Kong Remove the unnecessary header file rte_atomic.h included in example module. Signed-off-by: Joyce Kong Signed-off-by: Dharmik Thakkar Reviewed-by: Ruifeng Wang --- examples/bond/main.c | 1 - examples/ip_fragmentation/main.c