From mboxrd@z Thu Jan 1 00:00:00 1970 From: Dave Jones Subject: Re: [PATCH 0/4] Teach trinity to not use some sockets family Date: Thu, 31 Oct 2013 15:49:43 -0400 Message-ID: <20131031194943.GA8696@redhat.com> References: <1382650768-30954-1-git-send-email-gorcunov@gmail.com> Mime-Version: 1.0 Return-path: Content-Disposition: inline In-Reply-To: Sender: trinity-owner@vger.kernel.org List-ID: Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: Cyrill Gorcunov Cc: trinity@vger.kernel.org On Fri, Oct 25, 2013 at 11:48:58AM +0400, Cyrill Gorcunov wrote: > On Fri, Oct 25, 2013 at 1:39 AM, Cyrill Gorcunov wrote: > > When I've been running trinity on testing machine admins were > > not that happy about traffic generated by trinity (especially > > ones created with packet socket). So here is an attempt to teach > > trinity to use say only some set of sockets if needed with help > > of --fds option. > > > > Please take a look, thanks. > > Drop the serice please, it'll be reworked. I'm about to apply your later series, but I noticed that that one instead of the --fds patch, has the -E change. Do you still plan on submitting the --fds change later? The reason I ask is that it if we're doing --fds, then it might at some point mean we can deprecate (and then remove) use of -P in favor of it, so adding an inverse (-E) seems odd. Dave