avf dpdk: fix incorrect handling of IPv6 src address in flow 88/38188/2
authorTing Xu <ting.xu@intel.com>
Tue, 13 Dec 2022 03:10:54 +0000 (03:10 +0000)
committerDave Wallace <dwallacelf@gmail.com>
Fri, 3 Mar 2023 13:01:32 +0000 (13:01 +0000)
commit985d12d8c40ba556c2013cd462dd0e0cb1cfad2f
treecc2348e0952fbc620db0ce4c4232fd06101b3b7f
parent9e43eb7a3c4af16d5f84e25c6fd3b1a23dad7e13
avf dpdk: fix incorrect handling of IPv6 src address in flow

In current flow creating process in native avf and dpdk-plugins, when
parsing the input arguments, it does not copy IPv6 src address correctly,
so that IPv6 src address will not be configured in any flow rule, and
any packet with the same address will not be matched.

Type: fix

Signed-off-by: Ting Xu <ting.xu@intel.com>
Change-Id: Ic957c57e3e1488b74e6281f4ed1df7fd491af35c
(cherry picked from commit 11d9d02459ee3ac6ae402dd565aabbdfeea2c4fb)
src/plugins/avf/avf_fdir_lib.c
src/plugins/dpdk/device/flow.c