Re: [RFC] BPF timestamping

2010-06-15 Thread Jung-uk Kim
On Monday 14 June 2010 01:18 pm, Jung-uk Kim wrote: > If no one objects, the patch will be committed tomorrow. The > current patch is here: > > http://people.freebsd.org/~jkim/bpf_tstamp3.diff > > Some minor changes were done to bpf(4). Other than that, it is > identical to the previous patch. T

Re: [RFC] BPF timestamping

2010-06-14 Thread Jung-uk Kim
If no one objects, the patch will be committed tomorrow. The current patch is here: http://people.freebsd.org/~jkim/bpf_tstamp3.diff Some minor changes were done to bpf(4). Other than that, it is identical to the previous patch. Cheers, Jung-uk Kim __

Re: [RFC] BPF timestamping

2010-06-11 Thread Jung-uk Kim
On Friday 11 June 2010 09:08 am, Bruce Evans wrote: > On Thu, 10 Jun 2010, Jung-uk Kim wrote: > > On Thursday 10 June 2010 05:45 am, Bruce Evans wrote: > >> On Wed, 9 Jun 2010, Jung-uk Kim wrote: > >>> bpf(4) can only timestamp packets with microtime(9). I want to > >>> expand it to be able to use

Re: [RFC] BPF timestamping

2010-06-11 Thread Bruce Evans
On Thu, 10 Jun 2010, Jung-uk Kim wrote: On Thursday 10 June 2010 05:45 am, Bruce Evans wrote: On Wed, 9 Jun 2010, Jung-uk Kim wrote: bpf(4) can only timestamp packets with microtime(9). I want to expand it to be able to use different format and resolution. The ... This has too many timestam

Re: [RFC] BPF timestamping

2010-06-10 Thread Jung-uk Kim
On Thursday 10 June 2010 05:45 am, Bruce Evans wrote: > On Wed, 9 Jun 2010, Jung-uk Kim wrote: > > bpf(4) can only timestamp packets with microtime(9). I want to > > expand it to be able to use different format and resolution. The > > patch is here: > > > > http://people.freebsd.org/~jkim/bpf_tst

Re: [RFC] BPF timestamping

2010-06-10 Thread Bruce Evans
On Thu, 10 Jun 2010, Alexander Sack wrote: On Thu, Jun 10, 2010 at 5:45 AM, Bruce Evans wrote: On Wed, 9 Jun 2010, Jung-uk Kim wrote: bpf(4) can only timestamp packets with microtime(9). ?I want to expand it to be able to use different format and resolution. ?The patch is here: http://peopl

Re: [RFC] BPF timestamping

2010-06-10 Thread Alexander Sack
On Thu, Jun 10, 2010 at 5:45 AM, Bruce Evans wrote: > On Wed, 9 Jun 2010, Jung-uk Kim wrote: > >> bpf(4) can only timestamp packets with microtime(9).  I want to expand >> it to be able to use different format and resolution.  The patch is >> here: >> >> http://people.freebsd.org/~jkim/bpf_tstamp.

Re: [RFC] BPF timestamping

2010-06-10 Thread Bruce Evans
On Wed, 9 Jun 2010, Jung-uk Kim wrote: bpf(4) can only timestamp packets with microtime(9). I want to expand it to be able to use different format and resolution. The patch is here: http://people.freebsd.org/~jkim/bpf_tstamp.diff With this patch, we can select different format and resolution

Re: [RFC] BPF timestamping

2010-06-10 Thread Lawrence Stewart
On 06/10/10 04:44, Jung-uk Kim wrote: bpf(4) can only timestamp packets with microtime(9). I want to expand it to be able to use different format and resolution. The patch is here: http://people.freebsd.org/~jkim/bpf_tstamp.diff With this patch, we can select different format and resolution o

Re: [RFC] BPF timestamping

2010-06-09 Thread Jung-uk Kim
On Wednesday 09 June 2010 03:42 pm, Jung-uk Kim wrote: > On Wednesday 09 June 2010 03:16 pm, Kostik Belousov wrote: > > On Wed, Jun 09, 2010 at 02:44:47PM -0400, Jung-uk Kim wrote: > > > bpf(4) can only timestamp packets with microtime(9). I want to > > > expand it to be able to use different form

Re: [RFC] BPF timestamping

2010-06-09 Thread Jung-uk Kim
On Wednesday 09 June 2010 03:16 pm, Kostik Belousov wrote: > On Wed, Jun 09, 2010 at 02:44:47PM -0400, Jung-uk Kim wrote: > > bpf(4) can only timestamp packets with microtime(9). I want to > > expand it to be able to use different format and resolution. The > > patch is here: > > > > http://peopl

Re: [RFC] BPF timestamping

2010-06-09 Thread Guy Helmer
On Jun 9, 2010, at 1:44 PM, Jung-uk Kim wrote: > bpf(4) can only timestamp packets with microtime(9). I want to expand > it to be able to use different format and resolution. The patch is > here: > > http://people.freebsd.org/~jkim/bpf_tstamp.diff > > With this patch, we can select different

Re: [RFC] BPF timestamping

2010-06-09 Thread Kostik Belousov
On Wed, Jun 09, 2010 at 02:44:47PM -0400, Jung-uk Kim wrote: > bpf(4) can only timestamp packets with microtime(9). I want to expand > it to be able to use different format and resolution. The patch is > here: > > http://people.freebsd.org/~jkim/bpf_tstamp.diff > > With this patch, we can sel

[RFC] BPF timestamping

2010-06-09 Thread Jung-uk Kim
bpf(4) can only timestamp packets with microtime(9). I want to expand it to be able to use different format and resolution. The patch is here: http://people.freebsd.org/~jkim/bpf_tstamp.diff With this patch, we can select different format and resolution of the timestamps. It is done via ioc