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

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

2021-02-24 Thread Ciara Loftus
Prior to this the max size was 32 which was unnecessarily small. Also enforce the max batch size for TX for both copy and zero copy modes. Prior to this only copy mode enforced the max size. Signed-off-by: Ciara Loftus --- drivers/net/af_xdp/rte_eth_af_xdp.c | 8 1 file changed, 4 inser