lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:	Wed, 15 Jul 2009 17:17:27 +0800
From:	<jon_zhou@...lent.com>
To:	<netdev@...r.kernel.org>
Subject: why some packets lost during transmission?

hi

I try to send packets like this:

for (i=0;i<loop;i++)
{
    dev->hard_start_xmit(my_skb,dev);
}

the 'dev' point to network device.

but too many packets lost if the 'loop' is big(i.e. 5000),  I suspect the tx buffer of the NIC is full,but the driver does not print any related info.

how does the upper layer(i.e.arp,qdisc) handle this situation?



Thanks&Regards,
zhou rui

--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ