Sending this to track the changes I did on the v14 patchset from Vamsi. Changelog since v14: - reworded commitlogs, - added missing documentation update, - fixed release notes,
-- David Marchand Vamsi Attunuru (2): kni: support userspace VA eal/linux: remove KNI restriction on IOVA .../prog_guide/env_abstraction_layer.rst | 3 + .../prog_guide/kernel_nic_interface.rst | 14 +++++ doc/guides/rel_notes/release_19_11.rst | 11 ++++ kernel/linux/kni/compat.h | 14 +++++ kernel/linux/kni/kni_dev.h | 42 +++++++++++++ kernel/linux/kni/kni_misc.c | 39 +++++++++--- kernel/linux/kni/kni_net.c | 62 +++++++++++++++---- lib/librte_eal/linux/eal/eal.c | 11 +++- .../linux/eal/include/rte_kni_common.h | 1 + lib/librte_kni/rte_kni.c | 5 ++ 10 files changed, 178 insertions(+), 24 deletions(-) -- 2.23.0