Re: [net-next 02/11] devlink: add 'reset_dev_on_drv_probe' param

2019-09-06 Thread Dirk van der Merwe
On 9/6/19 11:31 AM, Jiri Pirko wrote: Fri, Sep 06, 2019 at 06:00:52PM CEST, simon.hor...@netronome.com wrote: From: Dirk van der Merwe Add the 'reset_dev_on_drv_probe' devlink parameter, controlling the device reset policy on driver probe. This parameter is useful in conjunctio

Re: [PATCH 3.14] net: sysctl_net_core: remove compiler warning about unused variable 'one'

2015-08-11 Thread Dirk Behme
On 11.08.2015 14:42, Vladimir Zapolskiy wrote: From: Dirk Behme Remove the compiler warning net/core/sysctl_net_core.c:26:12: warning: 'one' defined but not used [-Wunused-variable] static int one = 1; introduced by the 3.14.37 stable commit a1d55b36de6bf2 ("net:

[Patch] Crash (BUG()) when handling fragmented ESP packets

2008-02-22 Thread Dirk Nehring
Most likely all 2.6 series kernels crash with BUG() when receives a fragmented ESP packet where ESP header and IV are not in the first fragment. This patches fixes this behaviour by reassembling the fragmented packet into the sk_buff. Signed-off-by: Dirk Nehring <[EMAIL PROTECTED]> Signed-

Re: [RFT] r8169 changes against 2.6.23-rc3

2007-08-20 Thread Dirk
nal post about the problem: http://marc.info/?l=linux-netdev&m=117207362010321&w=2 I ended up (until now perhaps :-) with disabling the onboard nic and adding an e1000 card. Kind regards, Dirk - To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a

Re: Slow connection with RTL8168b/8111b

2007-02-24 Thread Dirk
tion of a second) between pressing the key and the update of the screen. When I floodping the ssh serverhost, the response is instantly. Are there any additional tests I can do that would be helpfull to you? Kind regards, Dirk - To unsubscribe from this list: send the line "unsubscribe net

Re: Slow connection with RTL8168b/8111b

2007-02-24 Thread Dirk
ilding the driver with or without NAPI support makes no difference. Kind regards, Dirk - To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html

Slow connection with RTL8168b/8111b

2007-02-21 Thread Dirk
same performance problem (I unloaded r8169 module, loaded r1000). I haven't tried the r8169 driver yet with no NAPI enabled. Is there a way to enable/disable NAPI without reloading the nic module? Does someone have a clue about this problem? I can provide more details or perform some tests i

Re: [PATCH] Fix dm9000 release_resource

2006-09-06 Thread Dirk Opfer
th this behavior the kernel will crash on the second removal. The attached patch fix this problem. Signed-off-by: Dirk Opfer <[EMAIL PROTECTED]> Dirk diff --git a/drivers/net/dm9000.c b/drivers/net/dm9000.c index 3d76fa1..a860ebb 100644 --- a/drivers/net/dm9000.c +++ b/drivers/net/dm900

[PATCH] Fix dm9000 release_resource

2006-08-30 Thread Dirk Opfer
t;addr_res != NULL) { release_resource(db->addr_res); kfree(db->addr_req); With this behavior the kernel will crash on the second removal. The attached patch fix this problem. Signed-off-by: Dirk Opfer <[EMAIL PROTECTED]> dm9000-fix-release-ressource.patch Description: Binary data