On 07/15/2014 03:12 PM, Robert Li (baoli) wrote: > Hi, > > I was working on the last patch that I’d planned to submit for SR-IOV. > It turned out this patch would depend on multiple existing patches. “git > review –d” seems to be supporting one dependency only. Do let me know > how we can create a patch that depends on multiple existing patches > under review. Otherwise, I would have to collapse all of them and submit > a single patch instead.
Ideally this whole set of patches would be coordinated into a single dependency chain. If A and B are currently independent, but your new patch (C) depends on both of them, I would rebase so that your patch depends on B, and B depends on A. Each patch can only have one parent. -- Russell Bryant _______________________________________________ OpenStack-dev mailing list OpenStack-dev@lists.openstack.org http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev