From mboxrd@z Thu Jan 1 00:00:00 1970 From: jamal Subject: Re: [PATCH 8/8] net: Implement socketat. Date: Thu, 23 Sep 2010 07:40:55 -0400 Message-ID: <1285242055.5036.9.camel@bigi> References: <4C9B162E.7040201@parallels.com> <1285240797.5036.5.camel@bigi> <4C9B3B06.900@parallels.com> Reply-To: hadi-fAAogVwAN2Kw5LPnMra/2Q@public.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Cc: Sukadev Bhattiprolu , Pavel Emelyanov , Jonathan Corbet , Ulrich Drepper , netdev-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, Jan Engelhardt , linux-fsdevel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, Al Viro , netfilter-devel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, "Eric W. Biederman" , Linux Containers , Ben Greear , Linus Torvalds , David Miller , Michael Kerrisk To: Pavel Emelyanov Return-path: In-Reply-To: <4C9B3B06.900-bzQdu9zFT3WakBO8gow8eQ@public.gmane.org> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: containers-bounces-cunTk1MwBs9QetFLy7KEm3xJsTq8ys+cHZ5vskTnxNA@public.gmane.org Errors-To: containers-bounces-cunTk1MwBs9QetFLy7KEm3xJsTq8ys+cHZ5vskTnxNA@public.gmane.org List-Id: netfilter-devel.vger.kernel.org On Thu, 2010-09-23 at 15:33 +0400, Pavel Emelyanov wrote: > This particular usecase is unneeded once you have the "enter" ability. Is that cheaper from a syscall count/cost? i.e do I have to enter every time i want to write/read this fd? How does poll/select work in that enter scenario? cheers, jamal