Wei Liu
2013-Feb-15 16:00 UTC
[PATCH 0/8] Bugfix and mechanical works for Xen network driver
This patch series contains a small fix plus mechanical works for xen network driver. * bug fix: don''t bind kthread to specific cpu core * allow host admin to unload netback * multi-page ring support * split event channels support
ANNIE LI
2013-Feb-26 03:07 UTC
Re: [PATCH 0/8] Bugfix and mechanical works for Xen network driver
What the version are these patches based on? I tried v3.8-rc7 and 3.8-rc6, patch 3/8, 4/8 ... can not be merged successfully. Can you rebase it? Thanks Annie On 2013-2-16 0:00, Wei Liu wrote:> This patch series contains a small fix plus mechanical works for xen network > driver. > > * bug fix: don''t bind kthread to specific cpu core > * allow host admin to unload netback > * multi-page ring support > * split event channels support > > > _______________________________________________ > Xen-devel mailing list > Xen-devel@lists.xen.org > http://lists.xen.org/xen-devel
Wei Liu
2013-Feb-26 11:33 UTC
Re: [PATCH 0/8] Bugfix and mechanical works for Xen network driver
On Tue, 2013-02-26 at 03:07 +0000, ANNIE LI wrote:> What the version are these patches based on? > I tried v3.8-rc7 and 3.8-rc6, patch 3/8, 4/8 ... can not be merged > successfully. Can you rebase it? >IIRC we had some XSA patches after this series. Or I just developed it on top of a old branch. I will rebase it soon. Wei.