For the loop to process packets in Rx vector path, some notes for the
code are wrong, fix these errors.
fm10k:
Fixes: 7092be8437bd ("fm10k: add vector Rx")
Cc: jing.d.c...@intel.com
i40e-altive:
Fixes: c3def6a8724c ("net/i40e: implement vector PMD for altivec")
Cc: gowrishanka...@linux.vnet.ibm.c
Rearrange the code in logical order for better readability and maintenance
convenience in Rx NEON path.
No performance change with this patch in arm platform.
Suggested-by: Joyce Kong
Signed-off-by: Feifei Wang
Reviewed-by: Ruifeng Wang
---
drivers/net/i40e/i40e_rxtx_vec_neon.c | 99 +
For N1 platform, packet mbuf load and descs load are hot spots to limit
the performance for "desc_to_ptype_v" and "desc_to_olflags_v" functions
in i40e rx NEON path. This is because packet mbuf and descs are evicted
from l1d-cache to l2d-cache.
To reduce l1d-cache-misses and improve the performanc
在 2021/7/23 1:21, Ferruh Yigit 写道:
Both 'rte_eth_dev_configure()' & 'rte_eth_dev_set_mtu()' sets MTU but
have slightly different checks. Like one checks min MTU against
RTE_ETHER_MIN_MTU and other RTE_ETHER_MIN_LEN.
Checks moved into common function to unify the checks. Also this has
benefit to
On Thu, Jul 22, 2021 at 1:29 PM Thomas Monjalon wrote:
>
> 15/07/2021 09:01, Asaf Penso:
> > Hello DPDK community,
> >
> > I would like to bring up a discussion about a way to have code snippets as
> > an example for proper usage.
> > The DPDK tree is filled with great pieces of code that are wel
Hi Thomas,
> -Original Message-
> From: Thomas Monjalon
> Sent: Friday, July 23, 2021 12:13 AM
> To: Jiang, Cheng1 ; Xia, Chenbo
> Cc: maxime.coque...@redhat.com; dev@dpdk.org; Hu, Jiayu ;
> Yang, YvonneX ; david.march...@redhat.com
> Subject: Re: [dpdk-dev] [PATCH v7 0/5] vhost: handle
101 - 106 of 106 matches
Mail list logo