Re: [PATCH net-next] pktgen: Fill the payload optionally with a pattern

2014-06-27 Thread Zoltan Kiss
On 27/06/14 20:30, David Miller wrote: From: Zoltan Kiss Date: Fri, 27 Jun 2014 10:01:23 +0100 On 26/06/14 01:54, David Miller wrote: From: Zoltan Kiss Date: Tue, 24 Jun 2014 21:40:15 +0100 Introduces a new flag called PATTERN, which puts a non-periodic, predicatble pattern into the

Re: [PATCH net-next] pktgen: Fill the payload optionally with a pattern

2014-06-27 Thread David Miller
From: Zoltan Kiss Date: Fri, 27 Jun 2014 10:01:23 +0100 > On 26/06/14 01:54, David Miller wrote: >> From: Zoltan Kiss >> Date: Tue, 24 Jun 2014 21:40:15 +0100 >> >>> Introduces a new flag called PATTERN, which puts a non-periodic, >>> predicatble >>> pattern into the payload. This was useful to

Re: [PATCH net-next] pktgen: Fill the payload optionally with a pattern

2014-06-27 Thread Zoltan Kiss
On 26/06/14 01:54, David Miller wrote: From: Zoltan Kiss Date: Tue, 24 Jun 2014 21:40:15 +0100 Introduces a new flag called PATTERN, which puts a non-periodic, predicatble pattern into the payload. This was useful to reproduce an otherwise intermittent bug in xen-netback [1], where checksum

Re: [PATCH net-next] pktgen: Fill the payload optionally with a pattern

2014-06-27 Thread Zoltan Kiss
On 26/06/14 01:54, David Miller wrote: From: Zoltan Kiss zoltan.k...@citrix.com Date: Tue, 24 Jun 2014 21:40:15 +0100 Introduces a new flag called PATTERN, which puts a non-periodic, predicatble pattern into the payload. This was useful to reproduce an otherwise intermittent bug in xen-netback

Re: [PATCH net-next] pktgen: Fill the payload optionally with a pattern

2014-06-27 Thread David Miller
From: Zoltan Kiss zoltan.k...@schaman.hu Date: Fri, 27 Jun 2014 10:01:23 +0100 On 26/06/14 01:54, David Miller wrote: From: Zoltan Kiss zoltan.k...@citrix.com Date: Tue, 24 Jun 2014 21:40:15 +0100 Introduces a new flag called PATTERN, which puts a non-periodic, predicatble pattern into the

Re: [PATCH net-next] pktgen: Fill the payload optionally with a pattern

2014-06-27 Thread Zoltan Kiss
On 27/06/14 20:30, David Miller wrote: From: Zoltan Kiss zoltan.k...@schaman.hu Date: Fri, 27 Jun 2014 10:01:23 +0100 On 26/06/14 01:54, David Miller wrote: From: Zoltan Kiss zoltan.k...@citrix.com Date: Tue, 24 Jun 2014 21:40:15 +0100 Introduces a new flag called PATTERN, which puts a

Re: [PATCH net-next] pktgen: Fill the payload optionally with a pattern

2014-06-25 Thread David Miller
From: Zoltan Kiss Date: Tue, 24 Jun 2014 21:40:15 +0100 > Introduces a new flag called PATTERN, which puts a non-periodic, predicatble > pattern into the payload. This was useful to reproduce an otherwise > intermittent > bug in xen-netback [1], where checksum checking doesn't help. > The

Re: [PATCH net-next] pktgen: Fill the payload optionally with a pattern

2014-06-25 Thread David Miller
From: Zoltan Kiss zoltan.k...@citrix.com Date: Tue, 24 Jun 2014 21:40:15 +0100 Introduces a new flag called PATTERN, which puts a non-periodic, predicatble pattern into the payload. This was useful to reproduce an otherwise intermittent bug in xen-netback [1], where checksum checking doesn't

[PATCH net-next] pktgen: Fill the payload optionally with a pattern

2014-06-24 Thread Zoltan Kiss
Introduces a new flag called PATTERN, which puts a non-periodic, predicatble pattern into the payload. This was useful to reproduce an otherwise intermittent bug in xen-netback [1], where checksum checking doesn't help. The pattern is a repetition of " %lu", a series of increasing numbers divided

[PATCH net-next] pktgen: Fill the payload optionally with a pattern

2014-06-24 Thread Zoltan Kiss
Introduces a new flag called PATTERN, which puts a non-periodic, predicatble pattern into the payload. This was useful to reproduce an otherwise intermittent bug in xen-netback [1], where checksum checking doesn't help. The pattern is a repetition of " %lu", a series of increasing numbers divided

[PATCH net-next] pktgen: Fill the payload optionally with a pattern

2014-06-24 Thread Zoltan Kiss
Introduces a new flag called PATTERN, which puts a non-periodic, predicatble pattern into the payload. This was useful to reproduce an otherwise intermittent bug in xen-netback [1], where checksum checking doesn't help. The pattern is a repetition of %lu, a series of increasing numbers divided by

[PATCH net-next] pktgen: Fill the payload optionally with a pattern

2014-06-24 Thread Zoltan Kiss
Introduces a new flag called PATTERN, which puts a non-periodic, predicatble pattern into the payload. This was useful to reproduce an otherwise intermittent bug in xen-netback [1], where checksum checking doesn't help. The pattern is a repetition of %lu, a series of increasing numbers divided by