From mboxrd@z Thu Jan 1 00:00:00 1970 From: Fuxbrumer, Dvora Date: Thu, 8 Jul 2021 14:38:32 +0300 Subject: [Intel-wired-lan] [PATCH next-queue v2 4/5] igc: Make flex filter more flexible In-Reply-To: <20210629044332.3491232-5-vinicius.gomes@intel.com> References: <20210629044332.3491232-1-vinicius.gomes@intel.com> <20210629044332.3491232-5-vinicius.gomes@intel.com> Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: intel-wired-lan@osuosl.org List-ID: On 6/29/2021 07:43, Vinicius Costa Gomes wrote: > From: Kurt Kanzenbach > > Currently flex filters are only used for filters containing user data. > However, it makes sense to utilize them also for filters having > multiple conditions, because that's not supported by the driver at the > moment. Add it. > > Signed-off-by: Kurt Kanzenbach > Reviewed-by: Sebastian Andrzej Siewior > Signed-off-by: Vinicius Costa Gomes > --- > drivers/net/ethernet/intel/igc/igc.h | 1 + > drivers/net/ethernet/intel/igc/igc_ethtool.c | 27 ++++++++++++-------- > drivers/net/ethernet/intel/igc/igc_main.c | 14 ++++------ > 3 files changed, 22 insertions(+), 20 deletions(-) > Tested-by: Dvora Fuxbrumer