Re: [dpdk-dev] [PATCH v3 0/5] fix vector rx burst for PMDs
From: Wang, Haiyue <hidden>
Date: 2020-09-09 06:45:27
-----Original Message----- From: Guo, Jia <redacted> Sent: Wednesday, September 9, 2020 14:37 To: Yang, Qiming <redacted>; Xing, Beilei <redacted>; Zhao1, Wei [off-list ref]; Zhang, Qi Z [off-list ref]; Wu, Jingjing [off-list ref] Cc: Richardson, Bruce <redacted>; dev@dpdk.org; Guo, Jia <redacted>; Zhang, Helin [off-list ref]; mb@smartsharesystems.com; Yigit, Ferruh [off-list ref]; Wang, Haiyue [off-list ref]; stephen@networkplumber.org; barbette@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