Re: [dpdk-dev] [PATCH] net/octeontx2: fix ptp functionality

2020-02-15 Thread Jerin Jacob
On Sat, Feb 15, 2020 at 2:05 PM Harman Kalra wrote: > > PTP functionality has been broken after a change in kernel > where enum npc_kpu_lc_ltype is change to allow adjustment of > LTYPE_MASK to detect all types of IP headers. > Syncing the required changes in DPDK to fix the issue. > > Fixes: b5dc

[dpdk-dev] [PATCH] net/octeontx2: fix ptp functionality

2020-02-15 Thread Harman Kalra
PTP functionality has been broken after a change in kernel where enum npc_kpu_lc_ltype is change to allow adjustment of LTYPE_MASK to detect all types of IP headers. Syncing the required changes in DPDK to fix the issue. Fixes: b5dc3140448e ("net/octeontx2: support base PTP") Cc: sta...@dpdk.org