Re: [dpdk-dev] [PATCH] common/octeotx2: add support for C0 silicon version

2020-01-14 Thread Jerin Jacob
On Mon, Jan 13, 2020 at 10:33 AM Nithin Dabilpuram wrote: > > Avoid using PCI subsystem device id for SoC revision > identification and just use PCI revision id to support C0 silicon. > This patch also reduces SQB threshold to 70% to have > sufficient buffer before we overflow SQ. > > Signed-off-b

[dpdk-dev] [PATCH] common/octeotx2: add support for C0 silicon version

2020-01-12 Thread Nithin Dabilpuram
Avoid using PCI subsystem device id for SoC revision identification and just use PCI revision id to support C0 silicon. This patch also reduces SQB threshold to 70% to have sufficient buffer before we overflow SQ. Signed-off-by: Nithin Dabilpuram --- drivers/common/octeontx2/otx2_common.h | 3 --