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

2022-07-09 Thread Srivastava, Vijay
>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 > >So, do not check initial used and avail queue indexes against queue size >because it is possible for these

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

2022-07-09 Thread Srivastava, Vijay
>-Original Message- >From: David Marchand >Sent: Friday, July 8, 2022 1:43 PM >To: abhimanyu.sa...@xilinx.com; vsriv...@xilinx.com >Cc: Maxime Coquelin ; dev ; >Xia, Chenbo ; Andrew Rybchenko >; Saini, Abhimanyu > >Subject: Re: [PATCH] vdpa/sfc: resolve race between libvhost and dev_conf