Re: newbie question on networking kernel panics.

2020-07-16 Thread Andrew Lunn
On Thu, Jul 16, 2020 at 06:40:12PM +0200, Willy Tarreau wrote: > Hi Jeroen, > > On Thu, Jul 16, 2020 at 05:38:57PM +0200, Jeroen Baten wrote: > > Hi, > > > > I have been working on a Linux desktop for the last 20 odd years. > > Currently running Ubuntu 20.04. > > > > Yesterday I enabled the opti

Re: newbie question on networking kernel panics.

2020-07-16 Thread Willy Tarreau
Hi Jeroen, On Thu, Jul 16, 2020 at 05:38:57PM +0200, Jeroen Baten wrote: > Hi, > > I have been working on a Linux desktop for the last 20 odd years. > Currently running Ubuntu 20.04. > > Yesterday I enabled the option "Flow control" on my TP-Link TL-SG1024DE. > > Subsequently I was forced to en

Re: Newbie question

2006-01-06 Thread Arnaldo Carvalho de Melo
On 1/6/06, Alan Menegotto <[EMAIL PROTECTED]> wrote: > Hi. > > I couldn't understand the logic in the function 'static int __init > ipv4_proc_init(void)' located at net/ipv4/af_inet.c. Look at the code: > > static int __init ipv4_proc_init(void) > { > int rc = 0; > > if (raw_proc_

Re: Newbie question

2006-01-06 Thread Johannes Berg
On Fri, 2006-01-06 at 12:38 -0200, Alan Menegotto wrote: > Look at the code: > > static int __init ipv4_proc_init(void) > { > int rc = 0; > > if (raw_proc_init()) > goto out_raw; > if (tcp4_proc_init()) > goto out_tcp; > if (ud