Re: [dpdk-dev] [PATCH v3] net/mlx5: fix loopback for DV queue

2021-05-18 Thread Bing Zhao
Thanks a lot, Thomas. > -Original Message- > From: Thomas Monjalon > Sent: Tuesday, May 18, 2021 4:33 PM > To: Bing Zhao > Cc: Slava Ovsiienko ; Matan Azrad > ; dev@dpdk.org; Ori Kam ; Raslan > Darawsheh ; sta...@dpdk.org; Tal Shnaiderman > > Subject: Re: [dp

Re: [dpdk-dev] [PATCH v3] net/mlx5: fix loopback for DV queue

2021-05-18 Thread Thomas Monjalon
17/05/2021 17:18, Bing Zhao: > In the past, all the queues and other hardware objects were created > through Verbs interface. Currently, most of the objects creation are > migrated to Devx interface by default, including queues. Only when > the DV is disabled by device arg or eswitch is enabled, al

[dpdk-dev] [PATCH v3] net/mlx5: fix loopback for DV queue

2021-05-17 Thread Bing Zhao
In the past, all the queues and other hardware objects were created through Verbs interface. Currently, most of the objects creation are migrated to Devx interface by default, including queues. Only when the DV is disabled by device arg or eswitch is enabled, all or some of the objects are created