[PATCH v7 15/21] net/cpfl: add AVX512 data path for single queue model
Liu, Mingxia
mingxia.liu at intel.com
Tue Feb 28 04:19:16 CET 2023
Thanks, will delete it.
> -----Original Message-----
> From: Ferruh Yigit <ferruh.yigit at amd.com>
> Sent: Tuesday, February 28, 2023 5:51 AM
> To: Liu, Mingxia <mingxia.liu at intel.com>; dev at dpdk.org; Xing, Beilei
> <beilei.xing at intel.com>; Zhang, Yuying <yuying.zhang at intel.com>
> Cc: Wu, Wenjun1 <wenjun1.wu at intel.com>
> Subject: Re: [PATCH v7 15/21] net/cpfl: add AVX512 data path for single
> queue model
>
> On 2/16/2023 12:30 AM, Mingxia Liu wrote:
> > Add support of AVX512 vector data path for single queue model.
> >
> > Signed-off-by: Wenjun Wu <wenjun1.wu at intel.com>
> > Signed-off-by: Mingxia Liu <mingxia.liu at intel.com>
>
> <...>
>
> > diff --git a/drivers/net/cpfl/cpfl_rxtx.c
> > b/drivers/net/cpfl/cpfl_rxtx.c index c250642719..cb7bbddb16 100644
> > --- a/drivers/net/cpfl/cpfl_rxtx.c
> > +++ b/drivers/net/cpfl/cpfl_rxtx.c
> > @@ -8,6 +8,7 @@
> >
> > #include "cpfl_ethdev.h"
> > #include "cpfl_rxtx.h"
> > +#include "cpfl_rxtx_vec_common.h"
> >
> > static uint64_t
> > cpfl_rx_offload_convert(uint64_t offload) @@ -735,11 +736,61 @@
> > cpfl_stop_queues(struct rte_eth_dev *dev)
> > }
> > }
> >
> > +
>
> Extra empty line.
More information about the dev
mailing list