From add7247718c003c8f7c275954083f7db85405bd9 Mon Sep 17 00:00:00 2001 From: Ben Hutchings Date: Thu, 8 Nov 2012 01:46:53 +0000 Subject: [PATCH] sfc: Make most filter operations NIC-type-specific Aside from accelerated RFS, there is almost nothing that can be shared between the filter table implementations for the Falcon architecture and EF10. Move the few shared functions into efx.c and rx.c and the rest into farch.c. Introduce efx_nic_type operations for the implementation and inline wrapper functions that call these. Signed-off-by: Ben Hutchings --- Reading git-format-patch failed