Since event-octeontx PMD and net-octeontx PMD works very tightly, so this patchset implements the event-octeontx side changes to support new features added to net-octeontx PMD.
This patchset is based on: [1] https://patches.dpdk.org/cover/66691/ Depends-on: series-8923 Harman Kalra (3): event/octeontx: add multi segment support to eventdev event/octeontx: add framework for Rx/Tx offloads event/octeontx: support Rx Tx checksum offload Vamsi Attunuru (1): event/octeontx: add VLAN filter offload support drivers/event/octeontx/ssovf_evdev.c | 24 +- drivers/event/octeontx/ssovf_evdev.h | 19 +- drivers/event/octeontx/ssovf_worker.c | 304 +++++++++++++++++++++----- drivers/event/octeontx/ssovf_worker.h | 125 ++++++++++- drivers/net/octeontx/octeontx_rxtx.h | 17 ++ 5 files changed, 395 insertions(+), 94 deletions(-) -- 2.18.0