From mboxrd@z Thu Jan 1 00:00:00 1970 From: Fuxbrumer, Dvora Date: Mon, 21 Jun 2021 15:33:15 +0300 Subject: [Intel-wired-lan] [PATCH next-queue v1 4/5] igc: Make flex filter more flexible In-Reply-To: <20210611003924.492853-5-vinicius.gomes@intel.com> References: <20210611003924.492853-1-vinicius.gomes@intel.com> <20210611003924.492853-5-vinicius.gomes@intel.com> Message-ID: <01422d78-7828-8782-e186-f94596c95ddd@linux.intel.com> 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/11/2021 03:39, 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