Re: [dpdk-dev] [PATCH 1/3] net/af_xdp: Increase max batch size to 512

2021-03-03 Thread Ferruh Yigit
On 3/3/2021 3:07 PM, Loftus, Ciara wrote: On 2/24/2021 11:18 AM, Ciara Loftus wrote: Prior to this the max size was 32 which was unnecessarily small. Can you please describe the impact? Why changed from 32 to 512? I assume this is to improve the performance but can you please explicitly docum

Re: [dpdk-dev] [PATCH 1/3] net/af_xdp: Increase max batch size to 512

2021-03-03 Thread Loftus, Ciara
> > On 2/24/2021 11:18 AM, Ciara Loftus wrote: > > Prior to this the max size was 32 which was unnecessarily > > small. > > Can you please describe the impact? Why changed from 32 to 512? > I assume this is to improve the performance but can you please explicitly > document it in the commit log?

Re: [dpdk-dev] [PATCH 1/3] net/af_xdp: Increase max batch size to 512

2021-03-01 Thread Ferruh Yigit
On 2/24/2021 11:18 AM, Ciara Loftus wrote: Prior to this the max size was 32 which was unnecessarily small. Can you please describe the impact? Why changed from 32 to 512? I assume this is to improve the performance but can you please explicitly document it in the commit log? Also enforce