Re: [PATCH net-next v3 0/3] cxgb4: add mirror action support for TC-MATCHALL
From: David Miller <davem@davemloft.net>
Date: 2020-07-01 01:34:57
From: David Miller <davem@davemloft.net>
Date: 2020-07-01 01:34:57
From: Rahul Lakkireddy <redacted> Date: Tue, 30 Jun 2020 18:41:27 +0530
This series of patches add support to mirror all ingress traffic for TC-MATCHALL ingress offload. Patch 1 adds support to dynamically create a mirror Virtual Interface (VI) that accepts all mirror ingress traffic when mirror action is set in TC-MATCHALL offload. Patch 2 adds support to allocate mirror Rxqs and setup RSS for the mirror VI. Patch 3 adds support to replicate all the main VI configuration to mirror VI. This includes replicating MTU, promiscuous mode, all-multicast mode, and enabled netdev Rx feature offloads.
... Series applied to net-next, thanks.