Re: [ovs-dev] [PATCH v7 8/9] mfex-study: Modify study func to select outer and inner MFEX funcs.

2022-11-21 Thread Eelco Chaudron
On 12 Oct 2022, at 13:55, Cian Ferriter wrote: > From: Kumar Amber > > The MFEX study function is split into outer and inner to allow > for independent selection and studying of packets in outer and inner > flows to different ISA optimized miniflow extract implementations. > > Signed-off-by:

[ovs-dev] [PATCH v7 8/9] mfex-study: Modify study func to select outer and inner MFEX funcs.

2022-10-12 Thread Cian Ferriter
From: Kumar Amber The MFEX study function is split into outer and inner to allow for independent selection and studying of packets in outer and inner flows to different ISA optimized miniflow extract implementations. Signed-off-by: Kumar Amber Acked-by: Cian Ferriter Acked-by: Sunil Pai G