Re: [dpdk-users] i40e vPMD fix out of order Rx read issue

2019-07-26 Thread Zhang, Qi Z
> -Original Message- > From: Gavin Hu (Arm Technology China) [mailto:gavin...@arm.com] > Sent: Friday, July 26, 2019 6:01 PM > To: Zhang, Qi Z ; Richardson, Bruce > ; Ananyev, Konstantin > > Cc: users@dpdk.org; Honnappa Nagarahalli > ; Phil Yang (Arm Technology China) > ; Ruifeng Wang

[dpdk-users] DPDK and isolcpus

2019-07-26 Thread 曾懷恩
Hi Filip, Do you use Mellanox NIC? In my experience, rte_lcore_count only counts those lcores that are not isolated when using mlx5 driver. And Intel ixgbe counts lcores correctly even I use isolcpus flag BR, Sent from my iPhone > From: Filip Janiszewski > To: "users@dpdk.org" > Subject:

[dpdk-users] DPDK and isolcpus

2019-07-26 Thread Filip Janiszewski
Hi, I've configured a bunch of my box cores with isolcpus and nohz_full in the attempt to squeeze a little more performance out of them, but, apparently I can't use those core in DPDK anymore as it seems that rte_lcore_count reports only core which are not isolated, also I can't launch any thread