[PATCH] doc: fix typos 'depreciated' instead of 'deprecated'

2022-04-19 Thread Stephen Coleman
>From 1871ee6f7b98ef89b7c4893d90b5ea264660c201 Mon Sep 17 00:00:00 2001 From: youcai Date: Tue, 19 Apr 2022 14:38:36 +0800 Subject: [PATCH] doc: fix typos 'depreciated' instead of 'deprecated' Cc: Ray Kinsella Same issue was fixed in ABI policy in ec5c0f8, but more of this misuse persist in comm

kni: check abi version between kmod and lib

2022-04-20 Thread Stephen Coleman
KNI ioctl functions copy data from userspace lib, and this interface of kmod is not compatible indeed. If the user use incompatible rte_kni.ko bad things happen: sometimes various fields contain garbage value, sometimes it cause a kmod soft lockup. Some common distros ship their own rte_kni.ko, so

Re: kni: check abi version between kmod and lib

2022-04-22 Thread Stephen Coleman
ime, sorry for the duplication > > > Stephen Hemminger writes: > > > On Thu, 21 Apr 2022 11:40:00 -0400 > > Ray Kinsella wrote: > > > >> Stephen Hemminger writes: > >> > >> > On Thu, 21 Apr 2022 12:38:26 +0800 > >> > Stephen Coleman

Re: kni: check abi version between kmod and lib

2022-04-24 Thread Stephen Coleman
execuse me, one of the Windows check is failing but I didn't find where's the build log, nor to determine whether it is related. > KNI ioctl functions copy data from userspace lib, and this interface > of kmod is not compatible indeed. If the user use incompatible rte_kni.ko > bad things happen: s