Re: network packet kernel rate limit

2016-10-21 Thread Cong Wang
On Thu, Oct 20, 2016 at 11:17 PM, YUAN Linyu wrote: > User space application require linux kernel to do rate limit to some type of > Ethernet packet(ARP, ICMP, TCP, for example 1000 packet/s) when system run > under Ethernet packet flooding test. > Do you know if kernel already exist a feature t

network packet kernel rate limit

2016-10-20 Thread YUAN Linyu
User space application require linux kernel to do rate limit to some type of Ethernet packet(ARP, ICMP, TCP, for example 1000 packet/s) when system run under Ethernet packet flooding test. Do you know if kernel already exist a feature to implement this requirement? Thanks