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
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:
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-
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
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
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
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
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
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