netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Jarek Poplawski <jarkao2@gmail.com>
To: mysql.jorge@decimal.pt
Cc: Denys Fedoryschenko <denys@visp.net.lb>,
	netdev@vger.kernel.org, bugme-daemon@bugzilla.kernel.org
Subject: Re: [BUG #12364] Re: HTB - very bad precision? HFSC works fine! 2.6.28
Date: Fri, 9 Jan 2009 07:24:52 +0000	[thread overview]
Message-ID: <20090109072452.GA4605@ff.dom.local> (raw)
In-Reply-To: <3226.192.168.1.3.1231435651.squirrel@webmail.decimal.pt>

On Thu, Jan 08, 2009 at 05:27:31PM -0000, mysql.jorge@decimal.pt wrote:
> I asume there's some issue with the NIC Driver os the kernel modules with
> the 1000Mbit NIC's? am i correct?

In this case the issue is packet schedulers usually don't work with
gso/tso enabled, at least without some tweaking with mtu. Some qdisc
get inacurrate, others (like tbf) can drop too big packets (have a
look at "dropped" stats).

BTW, Jorge, since my tries to Cc bugzilla failed, please add some
comment to your bug report (I guess it could be closed too).

Thanks
Jarek P.

> 
> 
> > An active connection when running this commands:
> > (now it seams to work, the 200Kbit i defined, are gaving me 22.5/23Kbyte
> > /sec)
> >
> > Did you catch it?
> >
> >
> > lira:~# ethtool -k eth0
> > Offload parameters for eth0:
> > Cannot get device flags: Operation not supported
> > rx-checksumming: on
> > tx-checksumming: on
> > scatter-gather: off
> > tcp segmentation offload: off
> > udp fragmentation offload: off
> > generic segmentation offload: off
> > large receive offload: off
> > lira:~# tc -s qdisc show dev eth0
> > qdisc cbq 1: root rate 12500000bps (bounded,isolated) prio no-transmit
> >  Sent 5336353 bytes 5737 pkts (dropped 16, overlimits 1382)
> >  backlog 8p
> >   borrowed 0 overactions 0 avgidle 78 undertime 0
> >
> >  qdisc tbf 1280: parent 1:1280 rate 25000bps burst 10Kb lat 209.7ms
> >  Sent 441812 bytes 310 pkts (dropped 16, overlimits 2215)
> >  backlog 8p
> >
> > lira:~# tc -s class show dev eth0
> > class cbq 1: root rate 12500000bps (bounded,isolated) prio no-transmit
> >  Sent 5128779 bytes 5827 pkts (dropped 0, overlimits 0)
> >   borrowed 0 overactions 0 avgidle 78 undertime 0
> > class cbq 1:1280 parent 1: leaf 1280: rate 25000bps (bounded,isolated)
> > prio 5
> >  Sent 811784 bytes 568 pkts (dropped 22, overlimits 0)
> >  backlog 9p
> >   borrowed 0 overactions 0 avgidle 4507 undertime 0
> > class tbf 1280:1 parent 1280: [UNKNOWN]
> >  Sent 0 bytes 0 pkts (dropped 0, overlimits 0)
> >
> >
> >
> >
> >
> >> Could you try to check this with scatter-gather and tcp segmentation
> >> offload off too? If there is no difference please send the stats
> >> again both for working and non-working case.
> >>
> >> Thanks,
> >> Jarek P.
> >>
> >
> >
> > --
> > To unsubscribe from this list: send the line "unsubscribe netdev" in
> > the body of a message to majordomo@vger.kernel.org
> > More majordomo info at  http://vger.kernel.org/majordomo-info.html
> >
> 
> 

  parent reply	other threads:[~2009-01-09  7:24 UTC|newest]

Thread overview: 62+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-01-07 22:02 HTB - very bad precision? HFSC works fine! 2.6.28 Denys Fedoryschenko
     [not found] ` <008201c97115$091b5d50$1b5217f0$@jorge@decimal.pt>
2009-01-07 22:36   ` Denys Fedoryschenko
     [not found]     ` <00a101c97118$e25a6ae0$a70f40a0$@jorge@decimal.pt>
2009-01-07 22:44       ` Denys Fedoryschenko
2009-01-07 23:42         ` mysql.jorge
2009-01-08  9:42           ` [BUG 12364] " Jarek Poplawski
2009-01-08  9:54             ` [BUG #12364] " Jarek Poplawski
2009-01-08 10:06               ` Jarek Poplawski
2009-01-08 10:35                 ` mysql.jorge
2009-01-08 11:04                   ` Jarek Poplawski
2009-01-08 11:22                     ` mysql.jorge
2009-01-08 13:59                       ` Jarek Poplawski
2009-01-08 14:09                         ` mysql.jorge
2009-01-08 17:27                           ` mysql.jorge
2009-01-08 18:32                             ` Denys Fedoryschenko
2009-01-08 18:37                               ` Jorge Bastos
2009-01-08 18:46                                 ` Denys Fedoryschenko
2009-01-08 18:41                               ` Denys Fedoryschenko
2009-01-08 21:46                                 ` Jorge Bastos
2009-01-08 21:57                                   ` Denys Fedoryschenko
2009-01-08 22:04                                     ` Jorge Bastos
2009-01-09 10:30                                     ` Jarek Poplawski
2009-01-09 10:32                                       ` Denys Fedoryschenko
2009-01-09 10:44                                         ` Jarek Poplawski
2009-01-09 10:47                                           ` Jorge Bastos
2009-01-09 10:58                                             ` Jarek Poplawski
2009-01-12  7:27                                               ` Patrick McHardy
2009-01-12  8:13                                                 ` Jarek Poplawski
2009-01-12  9:49                                                   ` Jorge Bastos
2009-01-12 11:14                                                     ` Jarek Poplawski
2009-01-12  8:30                                                 ` Denys Fedoryschenko
2009-01-12 18:38                                                   ` Denys Fedoryschenko
2009-01-12 19:58                                                     ` Jesper Dangaard Brouer
2009-01-12 20:01                                                       ` Denys Fedoryschenko
2009-01-13  4:33                                                         ` Patrick McHardy
2009-01-13  7:28                                                           ` Stephen Hemminger
2009-01-13  7:52                                                             ` Eric Dumazet
2009-01-13  8:43                                                             ` Michal Soltys
2009-01-13  9:53                                                           ` Jarek Poplawski
2009-01-13 10:08                                                           ` Denys Fedoryschenko
2009-01-12  9:48                                                 ` Jorge Bastos
2009-01-14  1:53                                                   ` Denys Fedoryschenko
2009-01-14 19:37                                                     ` Jorge Bastos
2009-01-15 10:38                                                       ` Jarek Poplawski
2009-01-09  9:48                               ` Jarek Poplawski
2009-01-09  9:51                                 ` Jorge Bastos
2009-01-09 10:06                                   ` Jarek Poplawski
2009-01-09 10:10                                     ` Jorge Bastos
2009-01-09  7:24                             ` Jarek Poplawski [this message]
2009-01-09  9:39                               ` Jorge Bastos
2009-01-09 10:02                                 ` Jarek Poplawski
2009-01-09  7:54                             ` Jarek Poplawski
2009-01-09  9:42                               ` Jorge Bastos
2009-01-09 10:12                                 ` Jarek Poplawski
2009-01-09 10:15                                   ` Jorge Bastos
2009-01-09 10:22                                     ` Jarek Poplawski
2009-01-09 10:26                                       ` Jorge Bastos
2009-01-09 10:32                                       ` Jorge Bastos
2009-01-08 10:37               ` mysql.jorge
2009-01-08 10:34             ` [BUG 12364] " mysql.jorge
2009-01-08  9:27 ` Jarek Poplawski
2009-01-08  9:34   ` Denys Fedoryschenko
2009-01-08 10:40     ` Jarek Poplawski

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20090109072452.GA4605@ff.dom.local \
    --to=jarkao2@gmail.com \
    --cc=bugme-daemon@bugzilla.kernel.org \
    --cc=denys@visp.net.lb \
    --cc=mysql.jorge@decimal.pt \
    --cc=netdev@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).