From: Karra Satwik Date: Wed, 11 Mar 2020 09:05:49 +0000 (+0530) Subject: net/cxgbe: support flow API for source MAC rewrite X-Git-Url: http://git.droids-corp.org/?a=commitdiff_plain;h=993541b2fa4ffe4b532e22fae58fd9aa6638e441;hp=993541b2fa4ffe4b532e22fae58fd9aa6638e441;p=dpdk.git net/cxgbe: support flow API for source MAC rewrite Add support to rewrite Source MAC addresses. The new Source MAC address is written into a free entry in the SMT table and the corresponding SMT index is used by hardware to rewrite the Source MAC address of the packets hitting the flow. Signed-off-by: Karra Satwik Signed-off-by: Rahul Lakkireddy ---