dpdk: fix enic pmd driver tx function
authorYoann Desmouceaux <[email protected]>
Fri, 19 Feb 2016 10:18:29 +0000 (11:18 +0100)
committerGerrit Code Review <[email protected]>
Fri, 19 Feb 2016 10:56:13 +0000 (10:56 +0000)
commit3c4869cdfac70001fc5daf3646794cbd81587a33
tree92d1805badca2f7322a176e01e56605234a9dc8a
parent525d5957f0c449cbf677b9875d8bce1b10929c69
dpdk: fix enic pmd driver tx function

Adding a patch to fix DPDK 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: I74dbcce949f08e39070a369d992a90586af140a6
Signed-off-by: Yoann Desmouceaux <[email protected]>
dpdk/dpdk-2.1.0_patches/0008-enic-fix-dma-addr-of-outgoing-packets.patch [new file with mode: 0644]