aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/net/ipv4/bpfilter/sockopt.c
diff options
context:
space:
mode:
authorDavid S. Miller <davem@davemloft.net>2018-05-29 09:45:13 -0400
committerDavid S. Miller <davem@davemloft.net>2018-05-29 09:45:13 -0400
commit874fcf1de613ad7b3cecf8a9cfe806fe7c2e3c68 (patch)
tree7fc80bc11b4f5deefa9d2c96789b06011597eede /net/ipv4/bpfilter/sockopt.c
parentbpfilter: fix building without CONFIG_INET (diff)
parentnet/mlx5e: Avoid reset netdev stats on configuration changes (diff)
downloadwireguard-linux-874fcf1de613ad7b3cecf8a9cfe806fe7c2e3c68.tar.xz
wireguard-linux-874fcf1de613ad7b3cecf8a9cfe806fe7c2e3c68.zip
Merge tag 'mlx5e-updates-2018-05-25' of git://git.kernel.org/pub/scm/linux/kernel/git/saeed/linux
Saeed Mahameed says: ==================== mlx5e-updates-2018-05-25 This series includes updates for mlx5e netdev driver. 1) Allowr flow based VF vport mirroring under sriov switchdev scheme, added support for offloading the TC mirred mirror sub-action, from Chris Mi. ================= From: Or Gerlitz <ogerlitz@mellanox.com> The user will typically set the actions order such that the mirror port (mirror VF) sees packets as the original port (VF under mirroring) sent them or as it will receive them. In the general case, it means that packets are potentially sent to the mirror port before or after some actions were applied on them. To properly do that, we follow on the exact action order as set for the flow and make sure this will also be the case when we program the HW offload. If all the actions should apply before forwarding to the mirror and dest port, mirroring is just multicasting to the two vports. Otherwise, we split the TC flow to two HW rules, where the 1st applies only the actions needed up to the mirror (if there are such) and the 2nd the rest of the actions plus the forwarding to the dest vport. ================= 2) Move to order-0 only allocations (using fragmented work queues) for all work queues used by the driver, RX and TX descriptor rings (RQs, SQs and Completion Queues (CQs)), from Tariq Toukan. 3) Avoid resetting netdevice statistics on netdevice state changes, from Eran Ben Elisha. ==================== Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/ipv4/bpfilter/sockopt.c')
0 files changed, 0 insertions, 0 deletions