commit | ca0f3b3a4353d1eccc48013b18adeebba3579603 | [log] [tgz] |
---|---|---|
author | Yoann Desmouceaux <ydesmouc@cisco.com> | Fri Feb 19 21:30:09 2016 +0100 |
committer | Gerrit Code Review <gerrit@fd.io> | Mon Feb 22 13:27:50 2016 +0000 |
tree | cb0c4d1f212992884371be5ce17d04137b730fca | |
parent | 84e4ffeaf1c0988752d755faf8b5934f0a0df873 [diff] |
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>