[dpdk-dev] [PATCH v5 1/7] ethdev: add additional ieee1588 support functions

2015-11-11 Thread Cao, Waterman
Message- From: dev [mailto:dev-boun...@dpdk.org] On Behalf Of Liu, Yong Sent: Tuesday, November 10, 2015 11:18 PM To: Mcnamara, John; Thomas Monjalon Cc: dev at dpdk.org Subject: Re: [dpdk-dev] [PATCH v5 1/7] ethdev: add additional ieee1588 support functions Hi Thomas& John, Some update

[dpdk-dev] [PATCH v5 1/7] ethdev: add additional ieee1588 support functions

2015-11-10 Thread Liu, Yong
CH v5 1/7] ethdev: add additional ieee1588 > support functions > > > -Original Message- > > From: Thomas Monjalon [mailto:thomas.monjalon at 6wind.com] > > Sent: Tuesday, November 10, 2015 11:58 AM > > To: Mcnamara, John > > Cc: Mrzyglod, DanielX T; dev at

[dpdk-dev] [PATCH v5 1/7] ethdev: add additional ieee1588 support functions

2015-11-10 Thread Thomas Monjalon
2015-11-10 14:12, Mcnamara, John: > My preference would be for verb_noun but I think noun_verb was used for > consistency with the rest of the Ethdev API (although that isn't quite > consistent either). And yes, read() would be more consistent with the > timesync API while get() is more consiste

[dpdk-dev] [PATCH v5 1/7] ethdev: add additional ieee1588 support functions

2015-11-10 Thread Mcnamara, John
> -Original Message- > From: Thomas Monjalon [mailto:thomas.monjalon at 6wind.com] > Sent: Tuesday, November 10, 2015 11:58 AM > To: Mcnamara, John > Cc: Mrzyglod, DanielX T; dev at dpdk.org > Subject: Re: [dpdk-dev] [PATCH v5 1/7] ethdev: add additional ieee1588 &

[dpdk-dev] [PATCH v5 1/7] ethdev: add additional ieee1588 support functions

2015-11-10 Thread Thomas Monjalon
2015-11-10 11:36, Mcnamara, John: > From: Thomas Monjalon > > I'll try to fix it now to be sure it will be one of the first series ready > > for the 2.3 cycle. > > These comments are minor and could be fixed now. After having a closer look in the drivers change, it seems to be restricted to the P

[dpdk-dev] [PATCH v5 1/7] ethdev: add additional ieee1588 support functions

2015-11-10 Thread Thomas Monjalon
Hi, Sorry for not having followed closer this series. It was submitted at the last minute and got too few comments. I'll try to fix it now to be sure it will be one of the first series ready for the 2.3 cycle. 2015-11-05 15:06, Daniel Mrzyglod: > --- a/doc/guides/rel_notes/release_2_2.rst > +++ b

[dpdk-dev] [PATCH v5 1/7] ethdev: add additional ieee1588 support functions

2015-11-10 Thread Mcnamara, John
> -Original Message- > From: dev [mailto:dev-bounces at dpdk.org] On Behalf Of Thomas Monjalon > Sent: Tuesday, November 10, 2015 11:04 AM > To: Mrzyglod, DanielX T > Cc: dev at dpdk.org > Subject: Re: [dpdk-dev] [PATCH v5 1/7] ethdev: add additional ieee1588 > supp

[dpdk-dev] [PATCH v5 1/7] ethdev: add additional ieee1588 support functions

2015-11-05 Thread Daniel Mrzyglod
Add additional functions to support the existing IEEE1588 functionality. * rte_eth_timesync_settime(), function to set the device clock time. * rte_eth_timesync_gettime, function to get the device clock time. * rte_eth_timesync_adjust, function to adjust the device clock time. Signed-off-by: Dani