Re: [dpdk-dev] [PATCH] net/ark: export ark timestamp dynfield offset

2020-12-07 Thread Ed Czeck
On Sun, Dec 6, 2020 at 10:53 AM Thomas Monjalon wrote: > > 04/12/2020 23:31, Stephen Hemminger: > > On Fri, 4 Dec 2020 15:27:45 -0500 > > Ed Czeck wrote: > > > > > Access to mbuf dynfields in application code requires variable > > > export through header and dynamic library. > > > > > > Fixes: a

Re: [dpdk-dev] [PATCH] net/ark: export ark timestamp dynfield offset

2020-12-06 Thread Thomas Monjalon
04/12/2020 23:31, Stephen Hemminger: > On Fri, 4 Dec 2020 15:27:45 -0500 > Ed Czeck wrote: > > > Access to mbuf dynfields in application code requires variable > > export through header and dynamic library. > > > > Fixes: a926951a606f ("net/ark: switch Rx timestamp to dynamic mbuf field") > > C

Re: [dpdk-dev] [PATCH] net/ark: export ark timestamp dynfield offset

2020-12-04 Thread Stephen Hemminger
On Fri, 4 Dec 2020 15:27:45 -0500 Ed Czeck wrote: > Access to mbuf dynfields in application code requires variable > export through header and dynamic library. > > Fixes: a926951a606f ("net/ark: switch Rx timestamp to dynamic mbuf field") > Cc: tho...@monjalon.net > > Signed-off-by: Ed Czeck

[dpdk-dev] [PATCH] net/ark: export ark timestamp dynfield offset

2020-12-04 Thread Ed Czeck
Access to mbuf dynfields in application code requires variable export through header and dynamic library. Fixes: a926951a606f ("net/ark: switch Rx timestamp to dynamic mbuf field") Cc: tho...@monjalon.net Signed-off-by: Ed Czeck --- drivers/net/ark/ark_ethdev.c| 8 drivers/net/ark/