[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id: <20140812.144210.146081051768163876.davem@davemloft.net>
Date: Tue, 12 Aug 2014 14:42:10 -0700 (PDT)
From: David Miller <davem@...emloft.net>
To: wei.liu2@...rix.com
Cc: xen-devel@...ts.xen.org, netdev@...r.kernel.org,
ian.campbell@...rix.com, zoltan.kiss@...rix.com,
david.vrabel@...rix.com
Subject: Re: [PATCH net v4 0/3] xen-netback: synchronisation between core
driver and netback
From: Wei Liu <wei.liu2@...rix.com>
Date: Tue, 12 Aug 2014 11:48:05 +0100
> The zero-copy netback has far more interactions with core network driver than
> the old copying backend. One significant thing is that netback now relies on
> a callback from core driver to correctly release resources.
>
> However correct synchronisation between core driver and netback is missing.
> Currently netback relies on a loop to wait for core driver to release
> resources. This is proven not enough and erroneous recently, partly due to code
> structure, partly due to missing synchronisation. Short-live domains like
> OpenMirage unikernels can easily trigger race in backend, rendering backend
> unresponsive.
>
> This patch series aims to slove this issue by introducing proper
> synchronisation between core driver and netback.
Series applied.
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists