Revision e9ecc731a87912d209d6e9b4ed20ed70451c08cb authored by Sathya Perla on 01 December 2017, 08:13:04 UTC, committed by David S. Miller on 03 December 2017, 02:25:38 UTC
For flows that involve a vxlan encap action, the vxlan sock
interface may be specified as the outgoing interface. The driver
must resolve the outgoing PF interface used by this socket and
use the dst_fid of the PF in the hwrm_cfa_encap_record_alloc cmd.

Similarily for flows that have a vxlan decap action, the
fid of the incoming PF interface must be used as the src_fid in
the hwrm_cfa_decap_filter_alloc cmd.

Fixes: 8c95f773b4a3 ("bnxt_en: add support for Flower based vxlan encap/decap offload")
Signed-off-by: Sathya Perla <sathya.perla@broadcom.com>
Signed-off-by: Michael Chan <michael.chan@broadcom.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
1 parent c8fb7b8
History
File Mode Size
Kconfig -rw-r--r-- 4.1 KB
Makefile -rw-r--r-- 461 bytes
dir.c -rw-r--r-- 30.6 KB
file.c -rw-r--r-- 5.8 KB
getopt.c -rw-r--r-- 1.9 KB
getopt.h -rw-r--r-- 406 bytes
inode.c -rw-r--r-- 27.0 KB
ioctl.c -rw-r--r-- 22.7 KB
mmap.c -rw-r--r-- 2.8 KB
ncp_fs.h -rw-r--r-- 2.9 KB
ncp_fs_i.h -rw-r--r-- 610 bytes
ncp_fs_sb.h -rw-r--r-- 5.0 KB
ncplib_kernel.c -rw-r--r-- 32.5 KB
ncplib_kernel.h -rw-r--r-- 6.8 KB
ncpsign_kernel.c -rw-r--r-- 3.7 KB
ncpsign_kernel.h -rw-r--r-- 739 bytes
sock.c -rw-r--r-- 22.1 KB
symlink.c -rw-r--r-- 4.3 KB

back to top