Re: [dpdk-dev] [PATCH] net/octeontx2: fix ptp configurations for VF

2019-11-15 Thread Jerin Jacob
On Mon, Nov 11, 2019 at 11:19 AM Harman Kalra wrote: > > Issue has been observed if PTP is already enabled on PF and > later VFs are configured. Since PTP requires mbuf data off > to be shifted by 8 bytes, due to this l3fwd/l2fwd was not > working with VFs. > Also some extra garbage bytes were obs

[dpdk-dev] [PATCH] net/octeontx2: fix ptp configurations for VF

2019-11-10 Thread Harman Kalra
Issue has been observed if PTP is already enabled on PF and later VFs are configured. Since PTP requires mbuf data off to be shifted by 8 bytes, due to this l3fwd/l2fwd was not working with VFs. Also some extra garbage bytes were observed in packet data when ptp was enabled. Fixes: b5dc3140448e ("