forcedeth ethernet driver & Low power state

2007-11-24 Thread Jeroen
y from 100/1000. Anyway, my question is where and how can I turn off this feature for the forcedeth driver? I've looked in the source and as far as I can tell there is no bootoption for this. There are some references noted in the code, but AFAIK no setting. Any ideas? Thanks in advance! -- Jer

Re: forcedeth ethernet driver & Low power state

2007-11-25 Thread Jeroen
wise I have lot's of connection speed troubles. This is also what i see when I use a linux distro on the server unfortunately I can't disable it. -- Jeroen - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More m

What is the use of RLIMIT_NICE ?

2012-07-31 Thread Jeroen Ooms
because thenice, and RLIMIT_NICE soft- and hard limits can arbitrarily be raised. So what is the idea behind RLIMIT_NICE ? Thank you very much, Jeroen ps: please cc in reply. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to

Re: Link state change detection problem on Moschip MCS7832 again

2013-07-31 Thread Jeroen Koekkoek
ort link > state changes correctly at all? > > How to make the current driver work correctly without reverting the two > commit completly? > > Best regards > Michael. Hi, I'm experiencing the same problem. After reverting the commits below, my problems disappeared. commit b

Re: Link state change detection problem on Moschip MCS7832 again

2013-07-31 Thread Jeroen Koekkoek
On Wed, 2013-07-31 at 11:11 +0200, Jeroen Koekkoek wrote: > On Fri, 2013-01-11 at 11:15 +0100, Michael Hunold wrote: > > Hi, > > > > I have a no-name Moschip MCS7832-based adapter shows a strange behaviour > > in my system after a system upgrade. "lsusb -vv"

2.2.17 & Eepro(10)

2000-11-30 Thread Jeroen Geusebroek
r:998 collisions:832 txqueuelen:100 Interrupt:10 Base address:0x230 Needless to say i didn't have this problem with previous kernels (including 2.2.16). Is there something changed in the driver for 2.2.17? Thanks for the help. Regards, Jeroen Geusebroek P.s. please CC me if you reply

[PATCH] vloopback 0.7

2000-09-11 Thread Jeroen Vreeken
Hello, Attached to this message is a patch against 2.4.0-test8 with my video4linux loopback driver. I makes two video devices for each pipe created, one for input using write and one for output using read or mmap. Jeroen diff -ruN linux/CREDITS linux-2.4.0-test8/CREDITS --- linux/CREDITS

IDE Raid supported with the HPT370?

2001-04-25 Thread Jeroen Geusebroek
Hi guys, I have ordered a ABIT VP6 motherboard with the HPT370 controller and would like to know if raid0 is supported with linux? If not, will i be able to work without raid then? (maybe using software raid) Thanks, Jeroen Geusebroek P.s. Please CC me in your reply, since i'm not subsc

YABM (Yet another benchmark)

2005-04-01 Thread Jeroen Vreeken
somebody is doing a fine job indeed) or it could mean that the average kernel hacker simply doesn't do much usufull anyway Regards, Jeroen Benchmark results: 1.1.0 0 1.1.20 0 1.1.40 0 1.1.60 0 1.2.0 603 2.0.0 604 2.0.10 605 2.0.20 600 2.0.30 601 2.2.0 602 2.2.10 603 2.2.20 604 2.4.0

Re: Forcedeth issues, loss of connectivity. ASUS M2N32-SLI-D w/ AMD64

2007-01-28 Thread Jeroen Roodhart
t/why too. I get the feeling though that when I use the ethernet-device locally _and_ it gets used through samba (externally) the problem is more likely to occur. If anyone gets this, please tell me. As David says: too nice a board to have this problem :) Thanx, Jeroen Roodhart - To unsubscribe f

[Maybe FIXed] Re: Forcedeth issues, loss of connectivity. ASUS M2N32-SLI-D w/ AMD64

2007-01-30 Thread Jeroen Roodhart
el and I just played 2 movies through the network whilst downloading a large number of files onto the server. So far no network crashes. Maybe something for David to try out as well? Thanks for the information, With kind regards, Jeroen - To unsubscribe from this list: send the line "unsubscri

[PATCH] can: ti_hecc: fix close when napi poll is active

2018-04-07 Thread Jeroen Hofstee
has a check for netif_running it returns 0 and doesn't call napi_complete and hence violates the napi its expectation. So remove this check, so either napi_complete is called or quota is returned. Signed-off-by: Jeroen Hofstee --- drivers/net/can/ti_hecc.c | 3 --- 1 file changed, 3 dele

Re: Device Tree Blob (DTB) licence

2015-05-30 Thread Jeroen Hofstee
ed. cc-ing freebsd-...@freebsd.org. I am not a lawyer, Jeroen -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

Re: [PATCH 1/1] can: dev: add software tx timestamps

2021-01-10 Thread Jeroen Hofstee
/     skb->pkt_type = PACKET_BROADCAST;     skb->ip_summed = CHECKSUM_UNNECESSARY;     skb->dev = dev; +   skb_tx_timestamp(skb);     /* save this skb for tx interrupt echo handling */     priv->echo_skb[idx] = skb; I don't think it actually matters though. Regards, Jeroen

Re: [PATCH] parisc: math-emu: Few spelling fixes in the file fpu.h

2021-03-17 Thread Jeroen Roovers
On Wed, 17 Mar 2021 16:02:51 +0530 Bhaskar Chowdhury wrote: > s/synopis/synopsis/ > s/differeniate/differentiate/ > s/differeniation/differentiation/ > > Signed-off-by: Bhaskar Chowdhury > --- > arch/parisc/math-emu/fpu.h | 6 +++--- > 1 file changed, 3 insertions(+), 3 deletions(-) > > diff

[PATCH] can: don't count arbitration lose as an error

2020-11-27 Thread Jeroen Hofstee
normal functioning CAN-bus. So stop counting them as errors. For completeness, the Kvaser USB hybra also increments the tx_error on arbitration lose, but it does so in single shot. Since in that case the message is not retried, that behaviour is kept. Signed-off-by: Jeroen Hofstee --- drivers/net

Re: [U-Boot] [PATCH] kconfig: Fix compiler warning in menu.c

2014-07-31 Thread Jeroen Hofstee
a false positive. (and it could know) Regards, Jeroen -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

Re: [U-Boot] [PATCH] kconfig: Fix compiler warning in menu.c

2014-07-31 Thread Jeroen Hofstee
single boolean, does this warning still occur? Not that it matters that much in this case, since it is a host tool, but I guess the compiler does intend to assign NULL while there is no reason to do so. Regards, Jeroen -- To unsubscribe from this list: send the line "unsubscribe linux-kern

Re: [U-Boot] [RFC] kbuild.h: workaround for llvm IAS

2014-06-28 Thread Jeroen Hofstee
Hello Masahiro, On 27-06-14 08:38, Masahiro Yamada wrote: KBuild (ab)uses the asm statement to write to a file and llvm integrated as chokes about these invalid asm statements. Workaround it by making it look like valid asm code. Signed-off-by: Jeroen Hofstee I think Linux has the same

Re: [U-Boot] [RFC] kbuild.h: workaround for llvm IAS

2014-06-24 Thread Jeroen Hofstee
Hi Masahiro, On 24-06-14 14:53, Masahiro Yamada wrote: On Thu, 12 Jun 2014 23:40:54 +0200 Jeroen Hofstee wrote: KBuild (ab)uses the asm statement to write to a file and llvm integrated as chokes about these invalid asm statements. Workaround it by making it look like valid asm code. Signed

Re: [U-Boot] [PATCH resend] kconfig: Fix compiler warning in menu.c

2014-10-12 Thread Jeroen Hofstee
, Jeroen -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

Re: [U-Boot] [PATCH resend] kconfig: Fix compiler warning in menu.c

2014-10-12 Thread Jeroen Hofstee
Hello Simon, On 13-10-14 07:14, Simon Glass wrote: Hi Jeroen, On 12 October 2014 10:13, Jeroen Hofstee wrote: Hello Hans, On 12-10-14 12:25, Hans de Goede wrote: Hi, This one seems to have fallen through the cracks. Regards, Hans (for U-boot) nope, you replace an innocent warning

[PATCH] ARM: dts: am335x-sancloud-bbe: Fix PHY mode for ethernet

2019-10-02 Thread Jeroen Hofstee
cd28d1d6e52e: ("net: phy: at803x: Disable phy delay for RGMII mode") broke the ethernet networking on the beaglebone enhanced. The board relied on the bug in the at803x driver to always enable the rx delay. So change the phy-mode to rgmii-id so it is enabled again. Signed-off-by: Jero

Re: [PATCH] ARM: dts: am335x-sancloud-bbe: Fix PHY mode for ethernet

2019-10-03 Thread Jeroen Hofstee
Hello Grygorri, On 10/2/19 4:48 PM, Grygorii Strashko wrote: > > > On 02/10/2019 12:54, Jeroen Hofstee wrote: >> cd28d1d6e52e: ("net: phy: at803x: Disable phy delay for RGMII mode") >> broke >> the ethernet networking on the beaglebone enhanced. > >

[PATCH v2 1/2] can: D_CAN: perform a sofware reset on open

2019-10-01 Thread Jeroen Hofstee
bosch-semiconductors.com/media/ip_modules/pdf_2/c_can_fd8/users_manual_c_can_fd8_r210_1.pdf Signed-off-by: Jeroen Hofstee --- drivers/net/can/c_can/c_can.c | 26 ++ 1 file changed, 26 insertions(+) diff --git a/drivers/net/can/c_can/c_can.c b/drivers/net/can/c_can/c_can.c index 606b7d8

[PATCH v2 2/2] can: C_CAN: add bus recovery events

2019-10-01 Thread Jeroen Hofstee
tly to ERROR_ACTIVE again. Signed-off-by: Jeroen Hofstee Acked-by: Kurt Van Dijck Tested-by: Kurt Van Dijck --- drivers/net/can/c_can/c_can.c | 20 ++-- 1 file changed, 18 insertions(+), 2 deletions(-) diff --git a/drivers/net/can/c_can/c_can.c b/drivers/net/can/c_can/c_can.c

Re: [PATCH 1/2] can: D_CAN: perform a sofware reset on open

2019-10-01 Thread Jeroen Hofstee
Hello Marc, On 10/1/19 4:32 PM, Marc Kleine-Budde wrote: > On 9/26/19 10:50 AM, Jeroen Hofstee wrote: >> When the C_CAN interface is closed it is put in power down mode, but >> does not reset the error counters / state. So reset the D_CAN on open, >> so the reported state

Re: [PATCH] ARM: dts: am335x-sancloud-bbe: Fix PHY mode for ethernet

2019-10-08 Thread Jeroen Hofstee
Hello Tony, On 10/8/19 4:23 PM, Tony Lindgren wrote: > * Grygorii Strashko [191003 02:32]: >> On 03/10/2019 11:16, Jeroen Hofstee wrote: >>> Furthermore 4.19 is fine, so there is no need to include it in stable >>> and have a note to make sure also other patches are

Re: [PATCH] ARM: dts: am335x-sancloud-bbe: Fix PHY mode for ethernet

2019-10-08 Thread Jeroen Hofstee
Hello Tony, On 10/8/19 4:23 PM, Tony Lindgren wrote: > * Grygorii Strashko [191003 02:32]: >> On 03/10/2019 11:16, Jeroen Hofstee wrote: >>> Furthermore 4.19 is fine, so there is no need to include it in stable >>> and have a note to make sure also other patches are

Re: [PATCH] ARM: dts: am335x-sancloud-bbe: Fix PHY mode for ethernet

2019-10-08 Thread Jeroen Hofstee
Hello Tony, On 10/8/19 6:14 PM, Tony Lindgren wrote: > * Jeroen Hofstee [191008 16:03]: >> Hello Tony, >> >> On 10/8/19 4:23 PM, Tony Lindgren wrote: >>> * Grygorii Strashko [191003 02:32]: >>>> On 03/10/2019 11:16, Jeroen Hofstee wrote: >>>

Re: [PATCH] ARM: dts: am335x-sancloud-bbe: Fix PHY mode for ethernet

2019-10-08 Thread Jeroen Hofstee
Hi, On 10/8/19 6:51 PM, Tony Lindgren wrote: > * Jeroen Hofstee [191008 16:43]: >> Hello Tony, >> >> On 10/8/19 6:14 PM, Tony Lindgren wrote: >>> * Jeroen Hofstee [191008 16:03]: >>>> Hello Tony, >>>> >>>> On 10/8/19 4:23

Re: [PATCH] ARM: dts: am335x-sancloud-bbe: Fix PHY mode for ethernet

2019-10-09 Thread Jeroen Hofstee
ince it makes no sense to me as well, my own commit). And the reason is rather silly, I guess... I fixed it on master, thereafter checked the 5.1 branch, while keeping the fixed dtb... :( Let me check that and I will send a v2. Likely tomorrow (I am not near the device at the moment). Regards, Jeroen

[PATCH 1/7] can: rx-offload: continue on error

2019-09-24 Thread Jeroen Hofstee
discard them directly. Signed-off-by: Jeroen Hofstee --- drivers/net/can/rx-offload.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/net/can/rx-offload.c b/drivers/net/can/rx-offload.c index e6a668ee7730..39df41280e2d 100644 --- a/drivers/net/can/rx-offload.c +++ b/drivers

[PATCH 2/7] can: ti_hecc: release the mailbox a bit earlier

2019-09-24 Thread Jeroen Hofstee
Release the mailbox after reading it, so it can be reused a bit earlier. Since "can: rx-offload: continue on error" all pending message bits are cleared directly, so remove clearing them in ti_hecc. Suggested-by: Marc Kleine-Budde Signed-off-by: Jeroen Hofstee --- drivers/net/can/ti_

[PATCH 3/7] can: ti_hecc: stop the CPK on down

2019-09-24 Thread Jeroen Hofstee
n the middle of a message, by disabling the tranceiver while the CPK is sending. Since the CPK is disabled after normal power on, it is typically only seen when the interface is restarted. Signed-off-by: Jeroen Hofstee --- drivers/net/can/ti_hecc.c | 3 +++ 1 file changed, 3 insertions(+) diff --

[PATCH 5/7] can: ti_hecc: add fifo underflow error reporting

2019-09-24 Thread Jeroen Hofstee
partially updated. Signed-off-by: Jeroen Hofstee --- drivers/net/can/ti_hecc.c | 21 + 1 file changed, 17 insertions(+), 4 deletions(-) diff --git a/drivers/net/can/ti_hecc.c b/drivers/net/can/ti_hecc.c index 35c82289f2a3..4206ad5cb666 100644 --- a/drivers/net/can/ti_hecc.c +++ b

[PATCH 6/7] can: ti_hecc: properly report state changes

2019-09-24 Thread Jeroen Hofstee
is completely unrelated. And use net_ratelimit to make checkpatch happy. Signed-off-by: Jeroen Hofstee --- drivers/net/can/ti_hecc.c | 156 -- 1 file changed, 82 insertions(+), 74 deletions(-) diff --git a/drivers/net/can/ti_hecc.c b/drivers/net/can/ti_hecc.c

[PATCH 7/7] can: ti_hecc: add missing state changes

2019-09-24 Thread Jeroen Hofstee
n the error counters, when the state is not error active and goes down again. Signed-off-by: Jeroen Hofstee --- drivers/net/can/ti_hecc.c | 17 + 1 file changed, 17 insertions(+) diff --git a/drivers/net/can/ti_hecc.c b/drivers/net/can/ti_hecc.c index 6098725bfdea..c7c866da9c6a 1

[PATCH 4/7] can: ti_hecc: keep MIM and MD set

2019-09-24 Thread Jeroen Hofstee
with HECC_CANME (while holding a spinlock). So lets just always keep MIM set. While at it, since the mailbox direction never changes, don't set it every time a message is send, ti_hecc_reset already sets them to tx. Signed-off-by: Jeroen Hofstee --- drivers/net/can/ti_hecc.c | 6 +++--- 1 fi

[PATCH] can: peakcan: report bus recovery as well

2019-09-25 Thread Jeroen Hofstee
tly to ERROR_ACTIVE again. Signed-off-by: Jeroen Hofstee Cc: Stephane Grosjean --- drivers/net/can/usb/peak_usb/pcan_usb.c | 15 ++- 1 file changed, 10 insertions(+), 5 deletions(-) diff --git a/drivers/net/can/usb/peak_usb/pcan_usb.c b/drivers/net/can/usb/peak_usb/pcan_usb.c

[PATCH 1/2] can: D_CAN: perform a sofware reset on open

2019-09-26 Thread Jeroen Hofstee
bosch-semiconductors.com/media/ip_modules/pdf_2/c_can_fd8/users_manual_c_can_fd8_r210_1.pdf Signed-off-by: Jeroen Hofstee --- drivers/net/can/c_can/c_can.c | 26 ++ 1 file changed, 26 insertions(+) diff --git a/drivers/net/can/c_can/c_can.c b/drivers/net/can/c_can/c_can.c index 606b7d8

[PATCH 2/2] can: C_CAN: add bus recovery events

2019-09-26 Thread Jeroen Hofstee
tly to ERROR_ACTIVE again. Signed-off-by: Jeroen Hofstee --- drivers/net/can/c_can/c_can.c | 20 ++-- 1 file changed, 18 insertions(+), 2 deletions(-) diff --git a/drivers/net/can/c_can/c_can.c b/drivers/net/can/c_can/c_can.c index 502a181d02e7..5cfaab18e10b 100644 --- a/drivers/net/can

Re: [PATCH 1/7] can: rx-offload: continue on error

2019-10-13 Thread Jeroen Hofstee
Hello Marc, On 10/9/19 3:18 PM, Marc Kleine-Budde wrote: > Hello Jeroen, > > I'm currently looking at the rx-offload error handling in detail. > > TLDR: I've added the patch to linux-can. > > Thanks, > Marc > > For the record, the details: > > On 9

Re: [PATCH] can: m_can: fix boolreturn.cocci warnings

2019-10-14 Thread Jeroen Hofstee
, u32 >> irqstatus) >> > <2c> > Perhaps the following is a nicer way to express this (completely untested): > > return !!(irqstatus & IR_ERR_LEC_31X); > Really, !! for bool / _Bool types? why not simply: static inline bool is_protocol_err(u32 irqstatus) return irqstatus & IR_ERR_LEC_31X; } Regards, Jeroen

Re: [PATCH] can: m_can: fix boolreturn.cocci warnings

2019-10-15 Thread Jeroen Hofstee
Hello Simon, On 10/15/19 9:13 AM, Simon Horman wrote: > On Tue, Oct 15, 2019 at 06:37:54AM +0000, Jeroen Hofstee wrote: >> Hi, >> >> On 10/15/19 7:57 AM, Simon Horman wrote: >>> On Mon, Oct 14, 2019 at 11:04:28PM +0800, kbuild test robot wrote: >>>> From

Re: [PATCH] can: ti_hecc: use timestamp based rx-offloading

2019-07-26 Thread Jeroen Hofstee
Hello Marc, On 7/26/19 1:48 PM, Marc Kleine-Budde wrote: > On 4/29/19 2:03 PM, Jeroen Hofstee wrote: > >> @@ -744,8 +652,8 @@ static irqreturn_t ti_hecc_interrupt(int irq, void >> *dev_id) >> struct net_device *ndev = (struct net_device *)dev_id; >>

Re: [PATCH] can: ti_hecc: use timestamp based rx-offloading

2019-07-24 Thread Jeroen Hofstee
Hello Marc, On 7/24/19 10:26 AM, Marc Kleine-Budde wrote: > On 4/29/19 2:03 PM, Jeroen Hofstee wrote: >> As already mentioned in [1] and included in [2], there is an off by one >> issue since the high bank is already enabled when the _next_ mailbox to >> be read has index 12,

Re: [PATCH v2] net: cpsw: fix obtaining mac address for am3517

2016-10-28 Thread Jeroen Hofstee
Hello Tony, On 28-10-16 17:52, Tony Lindgren wrote: * Jeroen Hofstee [161028 08:33]: Commit b6745f6e4e63 ("drivers: net: cpsw: davinci_emac: move reading mac id to common file") did not only move the code for an am3517, it also added the slave parameter, resulting in an invalid (all

Re: [PATCH] net: cpsw: fix obtaining mac address for am3517

2016-10-21 Thread Jeroen Hofstee
Hello Tony, On 21-10-16 08:38, Tony Lindgren wrote: * Jeroen Hofstee [161020 12:57]: Commit b6745f6e4e63 ("drivers: net: cpsw: davinci_emac: move reading mac id to common file") did not only move the code for an am3517, it also added the slave parameter, resulting in a invalid (all

Re: [PATCH] net: cpsw: fix obtaining mac address for am3517

2016-10-21 Thread Jeroen Hofstee
Hello Tony, On 21-10-16 09:53, Tony Lindgren wrote: * Jeroen Hofstee [161021 00:37]: Hello Tony, On 21-10-16 08:38, Tony Lindgren wrote: * Jeroen Hofstee [161020 12:57]: Commit b6745f6e4e63 ("drivers: net: cpsw: davinci_emac: move reading mac id to common file") did not onl

Invalid checksum calculated for ipv4 SYN+ACK when opt.srr is set?

2013-08-01 Thread Jeroen van Bemmel
, ireq->loc_addr,ireq->rmt_addr,ireq->opt); In ip_build_and_send_pkt the 'daddr' parameter is used as follows: iph->daddr = (opt && opt->opt.srr ? opt->opt.faddr : daddr); It looks like the checksum may be off when (opt && opt->opt.srr ) is true?

Extend procfs status for bonded links to show "backup" and "inactive" flags

2012-07-21 Thread Jeroen van Bemmel
up, slave->inactive ); if (slave->speed == SPEED_UNKNOWN) seq_printf(seq, "Speed: %s\n", "Unknown"); else Thanks, Jeroen van Bemmel -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...