Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ethdev: fix GENEVE option item conversion
The "rte_flow_conv()" function, enables, among other things, to copy item list. For GENEVE option item, the function copies it without considering deep copy. It copies the "data" pointer without copying the pointed values. This patch adds deep copy for after regular copy. Fixes: 2b4c72b ("ethdev: introduce GENEVE header TLV option item") Cc: stable@dpdk.org Signed-off-by: Michael Baum <michaelba@nvidia.com> Acked-by: Ferruh Yigit <ferruh.yigit@amd.com>
- Loading branch information