Re: [dpdk-dev] [PATCH v2] net/octeontx2: fix PTP enable via Rx ofload flags

2019-07-28 Thread Jerin Jacob Kollanukkaran
> -Original Message- > From: Harman Kalra > Sent: Saturday, July 27, 2019 7:26 PM > To: Jerin Jacob Kollanukkaran ; Nithin Kumar > Dabilpuram ; Kiran Kumar Kokkilagadda > > Cc: dev@dpdk.org; Harman Kalra > Subject: [PATCH v2] net/octeontx2: fix PTP enable via Rx ofload flags > > Earlier

[dpdk-dev] [PATCH v2] net/octeontx2: fix PTP enable via Rx ofload flags

2019-07-27 Thread Harman Kalra
Earlier implementation for enabling ptp via RX offload flag was causing segmentation fault as it was getting executed in the device configuration stage where RX and TX queues were not configured. As in the ptp enable process rx queues are used for mbuf setup while tx queues are used for send descri