Re: [dpdk-dev] [PATCH] net/octeontx2: add check for PTP and HIGIG2

2020-01-13 Thread Jerin Jacob
On Mon, Jan 13, 2020 at 9:55 AM wrote: > > From: Kiran Kumar K > > For octeontx2 we won't support both PTP and HIGIG2 together. > Added a check to verify this. Since it is a bug fix, Could change to the following or similar and send v2: net/octeontx2: fix PTP and HIGIG2 coexistence. octeontx2

[dpdk-dev] [PATCH] net/octeontx2: add check for PTP and HIGIG2

2020-01-12 Thread kirankumark
From: Kiran Kumar K For octeontx2 we won't support both PTP and HIGIG2 together. Added a check to verify this. Signed-off-by: Kiran Kumar K --- drivers/net/octeontx2/otx2_ethdev.c | 9 - drivers/net/octeontx2/otx2_ptp.c| 5 + 2 files changed, 13 insertions(+), 1 deletion(-) di