[no subject]

2019-02-04 Thread netdev-owner
I think is missing is the "io-reserve=0" property from the domain configuration (for the "pcie-root-port" devices), which we introduced for . In fact, in , Marcel recommended e1000e

★nathalyg17--“JEC world 2018 世界复合材料展览及会议”将于“3月06-08日”在“法国巴黎”举行 (地右P1-L-Me)

2017-08-11 Thread netdev-owner
尊敬的 nathaly...@yahoo.com 企业领导/公司负责人/业界专家,您好:       新材料为21世纪三大共性关键技术之一,已成为全球经济迅速增长的源动力和提升核心竞争力的战略焦点。材料作为制造业的基础,特别是新材料研究和产业发展的水平与规模,已经成为衡量一个国家科技进步和综合实力的重要标志。在新材料发展与应用中,复合材料占有相当重要的地位,特别广泛的应用在汽车、交通、风能、航空、航天、兵器、船舶、国防、机械、电子、化工、建筑、农业、渔业、纺织、运动器材等领域,一直是世界各国优先发展和竞争激烈的重要行业。      “JEC世界复合材料展览及会议”(JEC world Com

Re: TCP send/ack lockstep problem

2006-09-02 Thread netdev-owner
Hi, found it. This is the tcpdump, for your edification. Note that many packets have "push" set for no good reason, which generally indicates dropped packets if we're doing a bulk transfer. But all packets that are visible in the dump reached their destination..! The culprit turns out to be the

[PATCH 1/2] mv643xx_eth: Always free completed tx descs on tx interrupt

2006-04-11 Thread netdev-owner
From: Brent Cook <[EMAIL PROTECTED]> Fix the tx interrupt handler to free completed tx descriptors even when NAPI is enabled. Otherwise, the tx queue would fill up resulting in poor performance and "NETDEV WATCHDOG: : transmit timed out" messages. Signed-off-by: Brent Cook <[EMAIL PROTECTED]> Si

Re: [Patch 1/1] updated: TCP/UDP getpeersec

2006-02-16 Thread netdev-owner
On Mon, Feb 06, 2006 at 12:12:31PM -0500, Catherine Zhang wrote: > > Updated as per James' comment. I don't quite understand how one actually uses this but it looks correct technically :) > diff -puN security/dummy.c~lsm-secpeer security/dummy.c > --- linux-2.6.16-rc1/security/dummy.c~lsm-secpee

[PATCH] mv643xx: use MII library for PHY management

2005-08-23 Thread netdev-owner
Modify link up/down handling to use the functions from the MII library. Note that I track link state using the MII PHY registers rather than the mv643xx chip's link state registers because I think it's cleaner to use the MII library code rather than writing local driver support code. It is also us