2.6.19 + VIA EPIA = very mysterious RESET-problem :(

2007-01-29 Thread Leo Yuriev
, Леонид Юрьев / Leo Yuriev КБ Кроникс / Cronyx Engineering mailto:[EMAIL PROTECTED] - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html Please re

2.6.19 + VIA EPIA = very mysterious RESET-problem :(

2007-01-29 Thread Leo Yuriev
, Леонид Юрьев / Leo Yuriev КБ Кроникс / Cronyx Engineering mailto:[EMAIL PROTECTED] - To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ

[PATCH] updated, ethernet-bridge: update skb->priority in case forwarded frame has VLAN-header

2005-03-11 Thread Leo Yuriev
.1p/user_priority to skb->priority. Patch-by: Leo Yuriev <[EMAIL PROTECTED]> -- Best regards, Leo mailto:[EMAIL PROTECTED] -BEGIN PGP PUBLIC KEY BLOCK- Version: 2.6 mQCPA0HMImkBbQEEALnWXpnchl1dHaCfwnXe2RO8ft9e7K5IGRW1lE9RERMy6R3L JnMX

[PATCH] updated, ethernet-bridge: update skb-priority in case forwarded frame has VLAN-header

2005-03-11 Thread Leo Yuriev
/user_priority to skb-priority. Patch-by: Leo Yuriev [EMAIL PROTECTED] -- Best regards, Leo mailto:[EMAIL PROTECTED] -BEGIN PGP PUBLIC KEY BLOCK- Version: 2.6 mQCPA0HMImkBbQEEALnWXpnchl1dHaCfwnXe2RO8ft9e7K5IGRW1lE9RERMy6R3L JnMXMPiuWm/4tx6H

Re[2]: [leo@yuriev.ru: [PATCH] ethernet-bridge: update skb->priority in case forwarded frame has VLAN-header]

2005-03-10 Thread Leo Yuriev
>>From looking at the patch: j> -- j> + /* j> +* We map VLAN_TCI priority (0..7) to skb->priority (0..15) j> +* most similarly e.g. 0->0, 1->1, .., 7->7 j> +*/ j> + skb->priority = (vlan_TCI >> 13) & 7; j> --

Re[2]: [leo@yuriev.ru: [PATCH] ethernet-bridge: update skb-priority in case forwarded frame has VLAN-header]

2005-03-10 Thread Leo Yuriev
From looking at the patch: j -- j + /* j +* We map VLAN_TCI priority (0..7) to skb-priority (0..15) j +* most similarly e.g. 0-0, 1-1, .., 7-7 j +*/ j + skb-priority = (vlan_TCI 13) 7; j -- j This is wrong.

Re[2]: [PATCH] ethernet-bridge: update skb->priority in case forwarded frame has VLAN-header

2005-03-07 Thread Leo Yuriev
LY>> Kernel 2.6 (2.6.11) LY>> LY>> When ethernet-bridge forward a packet and such ethernet-frame has LY>> VLAN-tag, bridge should update skb->prioriry for properly QoS LY>> handling. LY>> LY>> This small patch does this. Currently vlan_TCI-priority directly LY>> mapped to skb->priority, but this

Re[2]: [PATCH] ethernet-bridge: update skb-priority in case forwarded frame has VLAN-header

2005-03-07 Thread Leo Yuriev
LY Kernel 2.6 (2.6.11) LY LY When ethernet-bridge forward a packet and such ethernet-frame has LY VLAN-tag, bridge should update skb-prioriry for properly QoS LY handling. LY LY This small patch does this. Currently vlan_TCI-priority directly LY mapped to skb-priority, but this looks enough. PM

[PATCH] ethernet-bridge: update skb->priority in case forwarded frame has VLAN-header

2005-03-05 Thread Leo Yuriev
Kernel 2.6 (2.6.11) When ethernet-bridge forward a packet and such ethernet-frame has VLAN-tag, bridge should update skb->prioriry for properly QoS handling. This small patch does this. Currently vlan_TCI-priority directly mapped to skb->priority, but this looks enough. Patch-by: Leo

[PATCH] ethernet-bridge: update skb-priority in case forwarded frame has VLAN-header

2005-03-05 Thread Leo Yuriev
Kernel 2.6 (2.6.11) When ethernet-bridge forward a packet and such ethernet-frame has VLAN-tag, bridge should update skb-prioriry for properly QoS handling. This small patch does this. Currently vlan_TCI-priority directly mapped to skb-priority, but this looks enough. Patch-by: Leo Yuriev