avf dpdk: fix incorrect handling of IPv6 src address in flow 52/37852/6
authorTing Xu <ting.xu@intel.com>
Tue, 13 Dec 2022 03:10:54 +0000 (03:10 +0000)
committerDamjan Marion <dmarion@0xa5.net>
Wed, 8 Feb 2023 10:10:28 +0000 (10:10 +0000)
commit11d9d02459ee3ac6ae402dd565aabbdfeea2c4fb
tree11b8231914e0c8d4005a98d10db02fecf21e05c1
parent25ab42e33b03d9d9a0e3478c3ee346891cf65aef
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
src/plugins/avf/avf_fdir_lib.c
src/plugins/dpdk/device/flow.c