[PATCHv3 net-2.6.25 0/3] PSPacer qdisc module

2007-11-28 Thread Ryousei Takano
# tc qdisc add dev eth0 parent 1:1 handle 10: pfifo Patches: [1/3] PSPacer kernel part [2/3] PSPacer tc part [3/3] PSPacer tc man page Best regards, Ryousei Takano - To unsubscribe from this list: send the line unsubscribe netdev in the body of a message to [EMAIL PROTECTED] More majordomo

[PATCHv3 2/3] TC: PSPacer qdisc module

2007-11-28 Thread Ryousei Takano
This patch includes the PSPacer (Precise Software Pacer) qdisc tc part, which achieves precise transmission bandwidth control. You can find more information at the project web page (http://www.gridmpi.org/gridtcp.jsp). Signed-off-by: Ryousei Takano [EMAIL PROTECTED] --- include/linux/pkt_sched.h

[PATCHv3 3/3] TC: PSPacer man page

2007-11-28 Thread Ryousei Takano
This patch includes the man page of the PSPacer (Precise Software Pacing) qdisc module. Signed-off-by: Ryousei Takano [EMAIL PROTECTED] --- man/man8/tc-psp.8 | 166 + 1 files changed, 166 insertions(+), 0 deletions(-) create mode 100644 man

[PATCHv3 1/3] NET_SCHED: PSPacer qdisc module

2007-11-28 Thread Ryousei Takano
This patch includes the PSPacer (Precise Software Pacer) qdisc module, which achieves precise transmission bandwidth control. You can find more information at the project web page (http://www.gridmpi.org/gridtcp.jsp). Signed-off-by: Ryousei Takano [EMAIL PROTECTED] --- include/linux/pkt_sched.h

[PATCHv3 1/3] NET_SCHED: PSPacer qdisc module

2007-11-28 Thread Ryousei Takano
This patch includes the PSPacer (Precise Software Pacer) qdisc module, which achieves precise transmission bandwidth control. You can find more information at the project web page (http://www.gridmpi.org/gridtcp.jsp). Signed-off-by: Ryousei Takano [EMAIL PROTECTED] --- include/linux/pkt_sched.h

Re: [PATCHv2 1/3] NET_SCHED: PSPacer qdisc module

2007-11-27 Thread Ryousei Takano
. http://www.hpcc.jp/pfldnet2006/paper/s1_02.pdf Best regards, Ryousei Takano - 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

[PATCHv2 net-2.6.25 0/3] PSPacer qdisc module

2007-11-26 Thread Ryousei Takano
[2/3] PSPacer tc part [3/3] PSPacer tc man page Best regards, Ryousei Takano - 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

[PATCHv2 1/3] NET_SCHED: PSPacer qdisc module

2007-11-26 Thread Ryousei Takano
This patch includes the PSPacer (Precise Software Pacer) qdisc module, which achieves precise transmission bandwidth control. You can find more information at the project web page (http://www.gridmpi.org/gridtcp.jsp). Signed-off-by: Ryousei Takano [EMAIL PROTECTED] --- include/linux/pkt_sched.h

[PATCHv2 2/3] TC: PSPacer qdisc module

2007-11-26 Thread Ryousei Takano
This patch includes the PSPacer (Precise Software Pacer) qdisc tc part, which achieves precise transmission bandwidth control. You can find more information at the project web page (http://www.gridmpi.org/gridtcp.jsp). Signed-off-by: Ryousei Takano [EMAIL PROTECTED] --- include/linux/pkt_sched.h

[PATCHv2 3/3] TC: PSPacer man page

2007-11-26 Thread Ryousei Takano
This patch includes the man page of the PSPacer (Precise Software Pacing) qdisc module. Signed-off-by: Ryousei Takano [EMAIL PROTECTED] --- man/man8/tc-psp.8 | 166 + 1 files changed, 166 insertions(+), 0 deletions(-) create mode 100644 man

Re: [PATCHv2 2/3] TC: PSPacer qdisc module

2007-11-26 Thread Ryousei Takano
://www.gridmpi.org/gridtcp.jsp). Signed-off-by: Ryousei Takano [EMAIL PROTECTED] --- include/linux/pkt_sched.h | 37 + tc/Makefile |1 + tc/q_psp.c| 199 + 3 files changed, 237 insertions(+), 0 deletions(-) create mode

[RFC][PATCH 1/3] NET_SCHED: PSPacer qdisc module

2007-11-21 Thread Ryousei Takano
This patch includes the PSPacer (Precise Software Pacer) qdisc module, which achieves precise transmission bandwidth control. You can find more information at the project web page (http://www.gridmpi.org/gridtcp.jsp). Signed-off-by: Ryousei Takano [EMAIL PROTECTED] --- include/linux/pkt_sched.h

[RFC][PATCH 2/3] TC: PSPacer qdisc module

2007-11-21 Thread Ryousei Takano
This patch includes the PSPacer (Precise Software Pacer) qdisc tc part, which achieves precise transmission bandwidth control. You can find more information at the project web page (http://www.gridmpi.org/gridtcp.jsp). Signed-off-by: Ryousei Takano [EMAIL PROTECTED] --- include/linux/pkt_sched.h

[RFC][PATCH 3/3] TC: PSPacer man page

2007-11-21 Thread Ryousei Takano
This patch includes the man page of the PSPacer (Precise Software Pacing) qdisc module. Signed-off-by: Ryousei Takano [EMAIL PROTECTED] --- man/man8/tc-psp.8 | 166 + 1 files changed, 166 insertions(+), 0 deletions(-) create mode 100644 man

Re: HTB/HSFC shaping precision

2007-11-21 Thread Ryousei Takano
precision. The point is that special hardware like the chelsio NICs is not required of it. PSPacer uses a gap packet, whose format is IEEE 802.3x pause frame, to control the interval between outgoing packets. As far as I know, it is a unique approach. Best Regards, Ryousei Takano - To unsubscribe

Re: [RFC][PATCH 1/3] NET_SCHED: PSPacer qdisc module

2007-11-21 Thread Ryousei Takano
. cheers, jamal Best regards, Ryousei Takano - 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

[RFC][PATCH 0/3] PSPacer qdisc module

2007-11-21 Thread Ryousei Takano
) in order to avoid unexpected behavior. (3) PSPacer does not support TCP Segmentation Offloading (TSO). You have to disable TSO by using the ethtool command (ethtool -K eth0 tso off). Best regards, Ryousei Takano - To unsubscribe from this list: send the line unsubscribe netdev in the body of a message

[PATCH net-2.6] [TCP]: fix D-SACK cwnd handling

2007-10-25 Thread Ryousei Takano
patch: http://marc.info/?l=linux-netdevm=119210560431519w=2 Do you plan to apply the tcp_sacktag_state patch? Or please apply this patch. Signed-off-by: David S. Miller [EMAIL PROTECTED] Signed-off-by: Ilpo Järvinen [EMAIL PROTECTED] Signed-off-by: Ryousei Takano [EMAIL PROTECTED] --- net