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

2020-10-22 Thread Ling, WeiX
..@smartsharesystems.com; step...@networkplumber.org; > barbe...@kth.se; feifei.wa...@arm.com; Richardson, Bruce > ; Guo, Jia ; Zhang, Helin > > Subject: [dpdk-dev] [PATCH v5 5/5] net/iavf: fix vector rx burst for iavf > > The limitation of burst size in vector rx was removed, sinc

[dpdk-dev] [PATCH v5 5/5] net/iavf: fix vector rx burst for iavf

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. Bugzilla ID: 516 Fixes: 319c421f3890 ("net/avf: enable SSE Rx Tx") Fixes: