Re: [dpdk-dev] [PATCH] doc: add missing update for recently added features

2021-07-07 Thread David Marchand
On Fri, Jun 4, 2021 at 12:23 PM Ivan Malov wrote: > > Actions VXLAN_DECAP and VXLAN_ENCAP need to be listed > among actions supported for transfer flows. > > Fixes: 6ab6c40d1e83 ("net/sfc: support action VXLAN decap in transfer rules") > Fixes: 1bbd1ec2348a ("net/sfc: support action VXLAN encap in

[dpdk-dev] [PATCH] doc: add missing update for recently added features

2021-06-04 Thread Ivan Malov
Actions VXLAN_DECAP and VXLAN_ENCAP need to be listed among actions supported for transfer flows. Fixes: 6ab6c40d1e83 ("net/sfc: support action VXLAN decap in transfer rules") Fixes: 1bbd1ec2348a ("net/sfc: support action VXLAN encap in MAE backend") Cc: sta...@dpdk.org Signed-off-by: Ivan Malov