dpdk: fix enic pmd driver tx function 61/361/3
authorYoann Desmouceaux <ydesmouc@cisco.com>
Fri, 19 Feb 2016 20:30:09 +0000 (21:30 +0100)
committerGerrit Code Review <gerrit@fd.io>
Mon, 22 Feb 2016 13:27:50 +0000 (13:27 +0000)
commitca0f3b3a4353d1eccc48013b18adeebba3579603
treecb0c4d1f212992884371be5ce17d04137b730fca
parent84e4ffeaf1c0988752d755faf8b5934f0a0df873
dpdk: fix enic pmd driver tx function

Adding a patch to fix DPDK 2.2.0 enic PMD driver TX function.

The enic PMD driver send function uses a constant offset instead of relying on the data_off in the mbuf to find the start of the packet.

Change-Id: Ic4f3be83865367306785a57e2694e0ccfa295c7b
Signed-off-by: Yoann Desmouceaux <ydesmouc@cisco.com>
dpdk/dpdk-2.2.0_patches/0010-enic-fix-dma-addr-of-outgoing-packets.patch [new file with mode: 0644]