[dpdk-dev] [RFC v2 2/8] test/virtual_pmd: enable getting device operations

Stephen Hemminger stephen at networkplumber.org
Tue Aug 22 23:10:38 CEST 2023


Looking at this old patch.

On Fri, 16 Jul 2021 15:27:54 +0100
Ferruh Yigit <ferruh.yigit at intel.com> wrote:

> diff --git a/app/test/virtual_pmd.c b/app/test/virtual_pmd.c
> index 6098e633f35a..17f28c5a304c 100644
> --- a/app/test/virtual_pmd.c
> +++ b/app/test/virtual_pmd.c
> @@ -355,8 +355,8 @@ virtual_ethdev_rx_burst_success(void *queue __rte_unused,
>  
>  static uint16_t
>  virtual_ethdev_rx_burst_fail(void *queue __rte_unused,
> -							 struct rte_mbuf **bufs __rte_unused,
> -							 uint16_t nb_pkts __rte_unused)
> +		struct rte_mbuf **bufs __rte_unused,
> +		uint16_t nb_pkts __rte_unused)

No need for just reindenting if code didn't change here.



More information about the dev mailing list