mbox series

[0/3] net/ifc: SW relay improvement and fix

Message ID 20190415075625.109948-1-xiao.w.wang@intel.com (mailing list archive)
Headers
Series net/ifc: SW relay improvement and fix |

Message

Xiao Wang April 15, 2019, 7:56 a.m. UTC
  This patch set removes unnecessary relay on Tx queue and fixes 2 bugs to
improve stability.

Xiao Wang (3):
  net/ifc: do not relay for Tx queue
  net/ifc: fix mediated vring initialization
  net/ifc: fix used ring update

 drivers/net/ifc/ifcvf_vdpa.c | 104 ++++++++++++++++++++++++-------------------
 1 file changed, 57 insertions(+), 47 deletions(-)
  

Comments

Ferruh Yigit April 16, 2019, 5 p.m. UTC | #1
On 4/15/2019 8:56 AM, Xiao Wang wrote:
> This patch set removes unnecessary relay on Tx queue and fixes 2 bugs to
> improve stability.
> 
> Xiao Wang (3):
>   net/ifc: do not relay for Tx queue
>   net/ifc: fix mediated vring initialization
>   net/ifc: fix used ring update

Series applied to dpdk-next-net/master, thanks.