> -----Original Message----- > From: Guo, Jia <jia....@intel.com> > Sent: Wednesday, September 9, 2020 14:37 > To: Yang, Qiming <qiming.y...@intel.com>; Xing, Beilei > <beilei.x...@intel.com>; Zhao1, Wei > <wei.zh...@intel.com>; Zhang, Qi Z <qi.z.zh...@intel.com>; Wu, Jingjing > <jingjing...@intel.com> > Cc: Richardson, Bruce <bruce.richard...@intel.com>; dev@dpdk.org; Guo, Jia > <jia....@intel.com>; Zhang, > Helin <helin.zh...@intel.com>; m...@smartsharesystems.com; Yigit, Ferruh > <ferruh.yi...@intel.com>; Wang, > Haiyue <haiyue.w...@intel.com>; step...@networkplumber.org; barbe...@kth.se > Subject: [PATCH v3 0/5] fix vector rx burst for PMDs > > The limitation of burst size in vector rx was removed, since it should > retrieve as much received packets as possible. And also the scattered > receive path should use a wrapper function to achieve the goal of burst > maximizing. > > This patch set aims to maximize vector rx burst for for > ixgbe/i40e/ice/iavf/fm10k PMDs, and also do some code cleaning.
IMO, this can be "enhance the vector ...", but not "fix ...". If "fix", it needs "Fixes:" tags ... ;-) > > -- > 2.20.1