Re: [dpdk-dev] [PATCH v5 0/5] fix vector rx burst for PMDs

2020-10-23 Thread Zhang, Qi Z
> -Original Message- > From: Guo, Jia > Sent: Friday, October 16, 2020 5:44 PM > To: Wu, Jingjing ; Zhang, Qi Z ; > Xing, Beilei ; Wang, Haiyue ; > Yang, Qiming > Cc: dev@dpdk.org; Yigit, Ferruh ; > m...@smartsharesystems.com; step...@networkplumber.org; > barbe...@kth.se; feifei.wa...

[dpdk-dev] [PATCH v5 0/5] fix vector rx burst for PMDs

2020-10-16 Thread Jeff Guo
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/ia