Comment 50 for bug 1781402

Revision history for this message
OpenContrail Admin (ci-admin-f) wrote : A change has been merged

Reviewed: https://review.opencontrail.org/45601
Committed: http://github.com/Juniper/contrail-vrouter/commit/687637e5e01da4af58013dd7778d9eccdd28b577
Submitter: Zuul v3 CI (<email address hidden>)
Branch: master

commit 687637e5e01da4af58013dd7778d9eccdd28b577
Author: matan <email address hidden>
Date: Sun Jun 3 08:27:28 2018 +0000

dpdk: Implement Rx offloads module

Now, when the user specifies "--offloads" in the dpdk command line,
the next RX offloads will accelarate the RX path:

1. RSS on inner 5-tupple for MPLSoGRE packets.
2. Destination my outer IP lookup.
3. MPLS nexthop lookup.
4. VXLAN nexthop lookup.
5. Inner flow lookup.

Partial-Bug: #1781402
Change-Id: Idaa8aa72ebc5a3c47c031881898ea61a6c8080c1
Signed-off-by: matan <email address hidden>