Re: [PATCH] ethdev: fix GENEVE option item conversion

2024-07-19 Thread Ferruh Yigit
On 7/15/2024 1:13 PM, Michael Baum wrote: > 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 de

[PATCH] ethdev: fix GENEVE option item conversion

2024-07-15 Thread Michael Baum
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: 2b4c72b4d10d ("e