RE: [PATCH] common/sfc_efx/base: remove VQ index check during VQ start

2022-07-11 Thread Saini, Abhimanyu
[AMD Official Use Only - General] On 7/8/22 10:37, abhimanyu.sa...@xilinx.com wrote: > > From: Abhimanyu Saini > > > > The used/avail queue indexes are not bound by queue > > size, because the descriptor entry index is calculated > > by a simple modulo between queue index and queue_size > > "is

RE: [PATCH] vdpa/sfc: resolve race between libvhost and dev_conf

2022-07-08 Thread Saini, Abhimanyu
rg Cc: chenbo@intel.com; andrew.rybche...@oktetlabs.ru; Saini, Abhimanyu Subject: Re: [PATCH] vdpa/sfc: resolve race between libvhost and dev_conf [CAUTION: External Email] On 7/8/22 11:23, Maxime Coquelin wrote: > > > On 7/6/22 11:24, abhimanyu.sa...@xilinx.com wrote: >> F