[dpdk-dev] GIT workflow model to help solve some of the problems

2015-10-22 Thread Wiles, Keith
o: dev at dpdk.org >> Subject: [dpdk-dev] GIT workflow model to help solve some of the problems >> >> I have been looking at the a GIT flow model that seems to help with our >> backlog problem and how we stage releases. >> >> I found this model a few years ago

[dpdk-dev] GIT workflow model to help solve some of the problems

2015-10-22 Thread Richardson, Bruce
> -Original Message- > From: dev [mailto:dev-bounces at dpdk.org] On Behalf Of Wiles, Keith > Sent: Thursday, October 22, 2015 2:14 PM > To: dev at dpdk.org > Subject: [dpdk-dev] GIT workflow model to help solve some of the problems > > I have been looking at

[dpdk-dev] GIT workflow model to help solve some of the problems

2015-10-22 Thread Wiles, Keith
I have been looking at the a GIT flow model that seems to help with our backlog problem and how we stage releases. I found this model a few years ago and find it to be very reasonable and helps us with development. http://nvie.com/posts/a-successful-git-branching-model/ The model may not be

[dpdk-dev] GIT workflow model to help solve some of the problems

2015-10-22 Thread Stephen Hemminger
The issue is the speed of review and merging. Adding branching will make this worse not better, because there will be more branches no one is looking at. I made some concrete suggestions at the DPDK Userspace Summit that would help if implemented.