Hi Xiaoyun,
> -----Original Message----- > From: Li, Xiaoyun > Sent: Wednesday, July 11, 2018 10:16 AM > To: Zhang, Qi Z <qi.z.zh...@intel.com>; Lu, Wenzhuo > <wenzhuo...@intel.com> > Cc: dev@dpdk.org; Li, Xiaoyun <xiaoyun...@intel.com>; sta...@dpdk.org > Subject: [PATCH v2] app/testpmd: fix little perf drop with XL710 > > There is about 1.8M perf drop with XL710. And it is because of a bitrate What's 1.8M mean? BPS? PPS? Looks like this patch fixes the CPU consuming problem and has nothing to do with a specific NIC. 2 suggestions. Just omit XL710, also in the tittle. Maybe better mentioning how many percent drop but not an accurate number. Except that, Acked-by: Wenzhuo Lu <wenzhuo...@intel.com> > calculation in the datapath. So improve it by maintaining an array of port > indexes in testpmd, which is updated with ethdev events. > > Fixes: 8728ccf37615 ("fix ethdev ports enumeration") > Cc: sta...@dpdk.org > > Signed-off-by: Xiaoyun Li <xiaoyun...@intel.com>