Hi,
> -Original Message-
> From: Maxime Leroy
> Sent: Thursday, July 16, 2020 1:43 PM
> To: dev@dpdk.org
> Cc: sta...@dpdk.org; Raslan Darawsheh
> Subject: [PATCH] net/mlx5: fix rss reta is reset when device is started
>
> The following sequences was working fine on mlx5:
>rte_eth_d
> -Original Message-
> From: dev On Behalf Of Maxime Leroy
>
> Hi Raslan,
>
> Any comment/review on the fix ?
>
> Regards,
>
> Maxime
>
> On Thu, Jul 16, 2020 at 12:43 PM Maxime Leroy
> wrote:
> >
> > The following sequences was working fine on mlx5:
> >rte_eth_dev_configure(po
Hi Raslan,
Any comment/review on the fix ?
Regards,
Maxime
On Thu, Jul 16, 2020 at 12:43 PM Maxime Leroy wrote:
>
> The following sequences was working fine on mlx5:
>rte_eth_dev_configure(portid, ...);
>
>for (queueid = 0; queueid < nb_txq; queueid++)
> rte_eth_tx_queue_setup(po
The following sequences was working fine on mlx5:
rte_eth_dev_configure(portid, ...);
for (queueid = 0; queueid < nb_txq; queueid++)
rte_eth_tx_queue_setup(portid, queueid, ...);
for (queueid = 0; queueid < nb_rxq; queueid++)
rte_eth_rx_queue_setup(portid, queueid, ...);
/
4 matches
Mail list logo