[dpdk-dev] [PATCH v5 2/7] net: Add common PTP structures and functions

2015-11-11 Thread Thomas Monjalon
2015-11-11 10:45, Mcnamara, John: > From: dev [mailto:dev-bounces at dpdk.org] On Behalf Of Thomas Monjalon > > The library librte_net gather some structures and functions for network > > headers/layers parsing. > > These PTP functions looks really generic. Why not add them in EAL? > > Maybe they c

[dpdk-dev] [PATCH v5 2/7] net: Add common PTP structures and functions

2015-11-11 Thread Mcnamara, John
> -Original Message- > From: dev [mailto:dev-bounces at dpdk.org] On Behalf Of Thomas Monjalon > Sent: Tuesday, November 10, 2015 11:26 AM > To: Mrzyglod, DanielX T > Cc: dev at dpdk.org > Subject: Re: [dpdk-dev] [PATCH v5 2/7] net: Add common PTP structures and > func

[dpdk-dev] [PATCH v5 2/7] net: Add common PTP structures and functions

2015-11-10 Thread Thomas Monjalon
2015-11-05 15:06, Daniel Mrzyglod: > This patch add common functions and structures used for PTP processing. > > Signed-off-by: Daniel Mrzyglod > --- > lib/librte_net/Makefile | 2 +- > lib/librte_net/rte_ptp.h | 105 > +++ The library librte_net g

[dpdk-dev] [PATCH v5 2/7] net: Add common PTP structures and functions

2015-11-05 Thread Daniel Mrzyglod
This patch add common functions and structures used for PTP processing. Signed-off-by: Daniel Mrzyglod --- lib/librte_net/Makefile | 2 +- lib/librte_net/rte_ptp.h | 105 +++ 2 files changed, 106 insertions(+), 1 deletion(-) create mode 100644 lib/