Bypassing RX_MMAP when it is full

2018-01-17 Thread David Illescas
I would like to enable the following functionality. I do not know whether it already exists or needs to be implemented. I would like to enable/disable logic to egress an incoming frame through some specified port in cases where RX_MMAP is full and would drop. Can this be done through bpf filters

Re: Gmail and mailing list (was Re: Regarding Linux kernel vs Android

2018-01-17 Thread Yubin Ruan
On Thu, Jan 18, 2018 at 11:11:45PM +0800, Yubin Ruan wrote: > On Tue, Jan 16, 2018 at 04:24:41PM -0500, valdis.kletni...@vt.edu wrote: > > On Tue, 16 Jan 2018 22:15:39 +0530, inventsekar said: > > > > > PS - when I send mail to this DL, I thought I would receive my own > > > mail(similar to

Re: Gmail and mailing list (was Re: Regarding Linux kernel vs Android

2018-01-17 Thread Yubin Ruan
On Tue, Jan 16, 2018 at 04:24:41PM -0500, valdis.kletni...@vt.edu wrote: > On Tue, 16 Jan 2018 22:15:39 +0530, inventsekar said: > > > PS - when I send mail to this DL, I thought I would receive my own > > mail(similar to Google groups DL), as I am already member of the DL, but I > > am not

Re: About File systems magic numbers

2018-01-17 Thread valdis . kletnieks
On Wed, 17 Jan 2018 21:35:13 +0530, inventsekar said: > On the header file, it defines the fs magic number as > #define UX_MAGIC 0x58494e55 > > 1. which means, will it assign this magic number to ALL files created on > this sample fs? That can't be so. Otherwise, why we need to define a magic >

Re: About File systems magic numbers

2018-01-17 Thread Jim Davis
n Wed, Jan 17, 2018 at 9:05 AM, inventsekar wrote: > Hi All, i have been reading > Unix filesystem - evolution, design and implementation by Steve D. Pate > > and it provides a simple file system source code for learning and playing > with. > On the header file, it defines

Re: About File systems magic numbers

2018-01-17 Thread Manish Katiyar
On Wed, Jan 17, 2018 at 8:05 AM, inventsekar wrote: > Hi All, i have been reading > Unix filesystem - evolution, design and implementation by Steve D. Pate > > and it provides a simple file system source code for learning and playing > with. > On the header file, it

About File systems magic numbers

2018-01-17 Thread inventsekar
Hi All, i have been reading Unix filesystem - evolution, design and implementation by Steve D. Pate and it provides a simple file system source code for learning and playing with. On the header file, it defines the fs magic number as #define UX_MAGIC 0x58494e55 1. which means, will it assign

Re: Gmail and mailing list (was Re: Regarding Linux kernel vs Android

2018-01-17 Thread inventsekar
Sure, thanks Valdis.. I will configure that delivery confirmation. As Upton SInclair wrote a century ago: "It is impossible to get a man to understand something when his paycheck depends on him not understanding it". Perfect, Very good line.. Regarding the first question, thanks Greg,