From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dispatch1-us1.ppe-hosted.com ([67.231.154.164]:52082 "EHLO dispatch1-us1.ppe-hosted.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751102AbeCIPCG (ORCPT ); Fri, 9 Mar 2018 10:02:06 -0500 From: Edward Cree Subject: [PATCH ethtool 0/3] RSS ntuple filters To: "John W. Linville" CC: Message-ID: Date: Fri, 9 Mar 2018 15:01:58 +0000 MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Language: en-GB Content-Transfer-Encoding: 7bit Sender: netdev-owner@vger.kernel.org List-ID: This series adds support for the management of extra RSS contexts and RSS spreading of ntuple/NFC filters introduced in kernel commit 84a1d9c48200 ("net: ethtool: extend RXNFC API to support RSS spreading of filter matches"). Edward Cree (3): ethtool-copy.h: sync with net-next ethtool: add support for extra RSS contexts and RSS steering filters ethtool.8: Document RSS context control and RSS filters ethtool-copy.h | 32 ++++++++++--- ethtool.8.in | 28 ++++++++++++ ethtool.c | 141 +++++++++++++++++++++++++++++++++++++++++++++++++-------- internal.h | 4 +- rxclass.c | 58 ++++++++++++++++++++---- 5 files changed, 227 insertions(+), 36 deletions(-)