From owner-freebsd-net@FreeBSD.ORG Fri Mar 1 14:38:25 2013 Return-Path: Delivered-To: freebsd-net@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 03CAFBF0 for ; Fri, 1 Mar 2013 14:38:25 +0000 (UTC) (envelope-from josh@tcbug.org) Received: from out1-smtp.messagingengine.com (out1-smtp.messagingengine.com [66.111.4.25]) by mx1.freebsd.org (Postfix) with ESMTP id CF90CFC for ; Fri, 1 Mar 2013 14:38:24 +0000 (UTC) Received: from compute5.internal (compute5.nyi.mail.srv.osa [10.202.2.45]) by gateway1.nyi.mail.srv.osa (Postfix) with ESMTP id F09352079F; Fri, 1 Mar 2013 09:38:23 -0500 (EST) Received: from frontend1.nyi.mail.srv.osa ([10.202.2.160]) by compute5.internal (MEProxy); Fri, 01 Mar 2013 09:38:23 -0500 DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d= messagingengine.com; h=references:mime-version:in-reply-to :content-type:content-transfer-encoding:message-id:cc:from :subject:date:to; s=smtpout; bh=N8AmOjb2Jdl2o9Qy+kMic/6LwMI=; b= RSKb1cUWJevzLNTM3idzhxmsm7XClFSTfQQ3jJZ5h9lbgLhfBTwmKG9mjddsCQW8 SJWztel0LSOlUUDOW++SWF2DcV91jUrFIXjj/foF2I4ZVetme64SAVMyyjUdI+FS M50nrTKDYWECe/dbQeXtds6hdOIHglHx3CeRN/RNsIU= X-Sasl-enc: 32ee7DuKugNyzOObqo2yAC+RpHd/Oe27U5o/KFeY0R4q 1362148702 Received: from [10.168.164.122] (unknown [166.137.187.187]) by mail.messagingengine.com (Postfix) with ESMTPA id DE33EC80E8B; Fri, 1 Mar 2013 09:38:22 -0500 (EST) References: Mime-Version: 1.0 (1.0) In-Reply-To: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Message-Id: X-Mailer: iPhone Mail (10B146) From: Josh Paetzel Subject: Re: OCE driver patches Date: Fri, 1 Mar 2013 06:38:18 -0800 To: "Duvvuru,Venkat Kumar" Cc: "freebsd-net@freebsd.org" X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Mar 2013 14:38:25 -0000 On Mar 1, 2013, at 5:36 AM, "Duvvuru,Venkat Kumar" wrote: > Hi Josh, > I have a bunch of patches (~25 in number) to submit. Please let me know th= e process to submit them. > Do I just attach them in a single email or open pr's for each of them?? > Pls suggest. >=20 > /Venkat >=20 Venkat, I think it depends on how you want them committed to FreeBSD.=20 If the patches are atomic changes that should be kept atomic in the FreeBSD s= ource tree then I'll commit them seperately. This is a tad time consuming as= I test them atomically before committing them. If they can be committed in= one go then I can just apply them all, test the end result, and commit that= . One PR with the patches attached and a note saying these can all go in in on= e go is appropriate in the latter case, the former would be best served by s= eperate PRs. Thanks, Josh Paetzel=