From mboxrd@z Thu Jan 1 00:00:00 1970 From: Flavio Leitner Subject: Re: OVS Kernel Datapath development Date: Tue, 9 Dec 2014 10:52:18 -0200 Message-ID: <20141209125217.GA20722@t520.home> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: netdev , "dev@openvswitch.org" To: Pravin Shelar Return-path: Received: from mx1.redhat.com ([209.132.183.28]:34206 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755234AbaLINTx (ORCPT ); Tue, 9 Dec 2014 08:19:53 -0500 Content-Disposition: inline In-Reply-To: Sender: netdev-owner@vger.kernel.org List-ID: On Sun, Dec 07, 2014 at 08:47:22PM -0800, Pravin Shelar wrote: > Since the beginning OVS kernel datapath development is primarily done > on external OVS repo. Now we have mostly synced upstream and external > OVS. So we have decided to change this process. New process is as > follows. > > 1. OVS feature development that involves kernel datapath should be > done on net-next tree datapath. > 2. Such feature patch series should be posted on netdev and ovs-dev > mailing list. > 3. Once review is done for entire series, kernel and OVS userspace > patches will be merged in respective repo. > 4. After the merge developer is suppose to send patches for external > kernel datapath along with old kernel compatibility code. So that we > can keep external datapath insync. This is great! Thanks for changing the development process and make it official. Cheers! fbl