On Sun, Feb 21, 2021 at 3:40 AM <pbhagavat...@marvell.com> wrote: > > From: Pavan Nikhilesh <pbhagavat...@marvell.com> > > Add event vector support for event eth Rx adapter, the implementation > creates vector flows based on port and queue identifier of the received > mbufs. > > Signed-off-by: Pavan Nikhilesh <pbhagavat...@marvell.com>
Hi @Jayatheerthan, Jay Could you review 4/7 and 5/7 SW adapter-related patches? Cc: @Nikhil Rao > --- > lib/librte_eventdev/eventdev_pmd.h | 31 +- > .../rte_event_eth_rx_adapter.c | 305 +++++++++++++++++- > lib/librte_eventdev/rte_eventdev.c | 6 +- > 3 files changed, 324 insertions(+), 18 deletions(-)