Hello,

On Wed, Jul 16, 2025 at 5:44 PM Ilya Maximets <[email protected]> wrote:
>
> On 7/7/25 2:25 PM, David Marchand via dev wrote:
> > A dp_packet object comes from either dp_packet_new() (which resets all
> > fields to good default values) or from a DPDK mempool.
> >
> > Reset offsets in netdev-dpdk so that inner offsets are in a clean state
> > before calling flow extraction for the first time.
> >
> > On recirculation, inner offsets can be left untouched when extracting
> > flow informations again.
> >
> > Reported-at: https://issues.redhat.com/browse/FDP-1517
> > Signed-off-by: David Marchand <[email protected]>
> > ---
> >  lib/flow.c        | 9 +++------
> >  lib/netdev-dpdk.c | 1 +
> >  2 files changed, 4 insertions(+), 6 deletions(-)
>
> Hi, David.  Thanks for the patch!
>
> I see some performance difference with this change.  Interestingly, I see
> a performance decrease in a basic V2V case with EMC, but an increase in a
> Simple Match case.  Have you noticed anything similar in your testing?

IIRC, I saw no change in my own v2v setup.
I'll rebuild the setup.


-- 
David Marchand

_______________________________________________
dev mailing list
[email protected]
https://mail.openvswitch.org/mailman/listinfo/ovs-dev

Reply via email to