linux_dsm_epyc7002/drivers/net/ethernet/netronome/nfp
Jakub Kicinski 4987eaccd2 nfp: bpf: optimize codegen for JSET with a constant
The top word of the constant can only have bits set if sign
extension set it to all-1, therefore we don't really have to
mask the top half of the register.  We can just OR it into
the result as is.

Signed-off-by: Jakub Kicinski <jakub.kicinski@netronome.com>
Reviewed-by: Quentin Monnet <quentin.monnet@netronome.com>
Signed-off-by: Daniel Borkmann <daniel@iogearbox.net>
2018-12-20 17:28:29 +01:00
..
abm nfp: add locking around representor changes 2018-11-30 13:30:44 -08:00
bpf nfp: bpf: optimize codegen for JSET with a constant 2018-12-20 17:28:29 +01:00
flower Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net 2018-12-09 21:43:31 -08:00
nfpcore
nic
Makefile
nfp_abi.h
nfp_app_nic.c
nfp_app.c nfp: add offloads on representors 2018-11-30 13:30:44 -08:00
nfp_app.h
nfp_asm.c
nfp_asm.h
nfp_devlink.c
nfp_hwmon.c
nfp_main.c
nfp_main.h
nfp_net_common.c nfp: report more info when reconfiguration fails 2018-11-30 13:30:45 -08:00
nfp_net_ctrl.c nfp: add offset to all TLV parsing errors 2018-11-30 13:30:44 -08:00
nfp_net_ctrl.h nfp: add offloads on representors 2018-11-30 13:30:44 -08:00
nfp_net_debugdump.c
nfp_net_debugfs.c nfp: convert to DEFINE_SHOW_ATTRIBUTE 2018-12-03 17:33:38 -08:00
nfp_net_ethtool.c
nfp_net_main.c
nfp_net_repr.c nfp: add offloads on representors 2018-11-30 13:30:44 -08:00
nfp_net_repr.h nfp: add offloads on representors 2018-11-30 13:30:44 -08:00
nfp_net_sriov.c
nfp_net_sriov.h
nfp_net.h nfp: report more info when reconfiguration fails 2018-11-30 13:30:45 -08:00
nfp_netvf_main.c
nfp_port.c
nfp_port.h
nfp_shared_buf.c