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...@intel.com>
> Signed-off-by: Mingxia Liu <mingxia....@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.

Reply via email to