On Thu, Oct 31, 2013 at 03:49:43PM -0400, Dave Jones wrote: > On Fri, Oct 25, 2013 at 11:48:58AM +0400, Cyrill Gorcunov wrote: > > On Fri, Oct 25, 2013 at 1:39 AM, Cyrill Gorcunov <gorcunov@xxxxxxxxx> 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. Hi Dave! To be fair, not sure at moment. Initially I wanted to implement a general --fds option which might take more complex command line like sockets:PF_X,^PF_X and such, then extend it to file:^pipe,epoll. But this end up in being somehow more complex rework. So I decided to stick with simplier approach first -- -E option which would exclude some socket protocols from being generated. But sure, once time permit I can try to implement --fds option as well. Lets fisrt summarize what kind of syntax it will carry. --fds [sockets:PF_X,^PF_X,N,^N,all,none],[files:pipe,^epoll,all,none] Sounds good? -- To unsubscribe from this list: send the line "unsubscribe trinity" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html