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

2020-08-31 Thread Wang, Haiyue
dpdk.org; Zhang, Helin > ; Yigit, Ferruh > ; barbe...@kth.se > Subject: Re: [dpdk-dev] [PATCH v2 0/5] maximize vector rx burst for PMDs > > On Fri, 28 Aug 2020 14:39:33 +0800 > Jeff Guo wrote: > > > >> I am not sure about this, but if I read it correctly, calling &

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

2020-08-28 Thread Stephen Hemminger
On Fri, 28 Aug 2020 14:39:33 +0800 Jeff Guo wrote: > >> I am not sure about this, but if I read it correctly, calling > >> rte_eth_rx_burst() with nb_pkts = 33 > >> (not 32) would only return 32 packets, even if more packets are available. > >> (I assume that > >> RTE_I40E_DESCS_PER_LOOP is 32.

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

2020-08-28 Thread Morten Brørup
st 27, 2020 20:38 > >> To: Guo, Jia ; Yang, Qiming > ; Xing, Beilei > >> ; Zhao1, Wei ; Zhang, Qi > Z ; Wu, > >> Jingjing > >> Cc: Richardson, Bruce ; dev@dpdk.org; > Zhang, Helin ; > >> Yigit, Ferruh ; barbe...@kth.se > >> Subject

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

2020-08-27 Thread Jeff Guo
, Ferruh ; barbe...@kth.se Subject: Re: [dpdk-dev] [PATCH v2 0/5] maximize vector rx burst for PMDs From: Jeff Guo [mailto:jia@intel.com] Sent: Thursday, August 27, 2020 12:10 PM The limitation of burst size in vector rx was removed, since it should retrieve as much received packets as

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

2020-08-27 Thread Wang, Haiyue
; Yigit, Ferruh ; barbe...@kth.se > Subject: Re: [dpdk-dev] [PATCH v2 0/5] maximize vector rx burst for PMDs > > > From: Jeff Guo [mailto:jia@intel.com] > > Sent: Thursday, August 27, 2020 12:10 PM > > > > The limitation of burst size in vector rx was removed, si

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

2020-08-27 Thread Morten Brørup
> From: Jeff Guo [mailto:jia@intel.com] > Sent: Thursday, August 27, 2020 12:10 PM > > 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

[dpdk-dev] [PATCH v2 0/5] maximize vector rx burst for PMDs

2020-08-27 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